mirror of
https://github.com/SwiftKickMobile/SwiftMessages.git
synced 2026-04-07 19:17:33 +00:00
5acae56d5f
* Add resources to Package.swift * Fix bundle search method * Search for CocoaPods bunlde * Remove redundant resources declaration * Streamline implementation a bit and return a fallback value Co-authored-by: Timothy Moose <tim@swiftkick.it>
50 lines
738 B
Plaintext
50 lines
738 B
Plaintext
# Xcode
|
|
#
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
|
## Build generated
|
|
build/
|
|
DerivedData
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
|
|
## Other
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
|
|
## Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Swift Package Manager
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
|
# Packages/
|
|
.swiftpm/
|
|
|
|
.DS_Store
|
|
*.mobileprovision
|
|
*.cer
|
|
*.certSigningRequest
|
|
*.p12
|
|
*.pem
|
|
*.pkey
|
|
screenshots
|
|
rvm.env
|
|
.build |