40 lines
538 B
Plaintext
40 lines
538 B
Plaintext
# Xcode
|
|
*.xcodeproj/
|
|
*.xcworkspace/
|
|
!*.xcworkspace/contents.xcworkspacedata
|
|
|
|
# XcodeGen generates xcodeproj from project.yml, no need to track it
|
|
# To regenerate: xcodegen generate
|
|
|
|
# User-specific Xcode data
|
|
xcuserdata/
|
|
*.xcuserstate
|
|
.claude
|
|
.omc/
|
|
# Build
|
|
build/
|
|
DerivedData/
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# CocoaPods (if used)
|
|
Pods/
|
|
|
|
# SPM
|
|
.build/
|
|
Package.resolved
|
|
|
|
# macOS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# Fastlane
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/**/*.png
|
|
fastlane/test_output
|
|
|
|
# Code Injection
|
|
iOSInjectionProject/
|