Files
suixinkan_ios_new/.gitignore
汉秋 0c01ee26c3 新增完整 UI Test 回归套件,并完善启动隔离逻辑。
按模块拆分 XCUITest 用例与 Support 基础设施,UI Test 运行时跳过推送与排队 WebSocket,并将 Podfile 最低版本对齐 iOS 16。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 10:45:00 +08:00

52 lines
718 B
Plaintext

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Xcode user-specific
xcuserdata/
*.xcuserstate
*.xcbkptlist
*.xccheckout
*.moved-aside
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
# Xcode build artifacts
build/
DerivedData/
*.ipa
*.dSYM
*.dSYM.zip
*.app.dSYM
*.app.dSYM.zip
*.xcarchive
# Swift Package Manager
.build/
.swiftpm/xcode/package.xcworkspace/xcuserdata/
Package.resolved.bak
# CocoaPods build artifacts (Pods/ 目录已入库,保留 AMap 预编译库)
Pods/resources-to-copy-*.txt
# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# IDE / editor
.idea/
*.swp
*~
# Env / secrets
.env
.env.*
suixinkanUITests/UITestCredentials.local.plist
*.pem