2014-03-31 14:37:35 +08:00
|
|
|
# Xcode
|
|
|
|
#
|
2015-05-10 20:21:36 +08:00
|
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
|
|
|
|
|
## Build generated
|
2014-03-31 14:37:35 +08:00
|
|
|
build/
|
2015-06-08 18:15:40 +08:00
|
|
|
DerivedData/
|
2015-05-10 20:21:36 +08:00
|
|
|
|
|
|
|
## Various settings
|
2014-03-31 14:37:35 +08:00
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
2015-06-08 18:15:40 +08:00
|
|
|
xcuserdata/
|
2015-05-10 20:21:36 +08:00
|
|
|
|
|
|
|
## Other
|
2014-03-31 14:37:35 +08:00
|
|
|
*.moved-aside
|
2015-08-15 22:35:32 +08:00
|
|
|
*.xccheckout
|
2015-06-09 12:24:09 +08:00
|
|
|
*.xcscmblueprint
|
2015-05-10 20:21:36 +08:00
|
|
|
|
|
|
|
## Obj-C/Swift specific
|
2014-03-31 14:37:35 +08:00
|
|
|
*.hmap
|
|
|
|
*.ipa
|
|
|
|
|
2014-03-18 23:40:11 +08:00
|
|
|
# CocoaPods
|
|
|
|
#
|
|
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
2015-05-07 11:28:54 +08:00
|
|
|
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
2014-03-18 23:40:11 +08:00
|
|
|
#
|
2015-03-12 02:53:11 +08:00
|
|
|
#Pods/
|
2015-05-10 20:21:36 +08:00
|
|
|
|
|
|
|
# Carthage
|
|
|
|
#
|
|
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
|
|
# Carthage/Checkouts
|
|
|
|
|
|
|
|
Carthage/Build
|