-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
57 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,57 @@ | ||
## OS X files | ||
.DS_Store | ||
/.build | ||
/Packages | ||
/*.xcodeproj | ||
.DS_Store? | ||
.Trashes | ||
.Spotlight-V100 | ||
*.swp | ||
|
||
## Xcode build files | ||
DerivedData/ | ||
build/ | ||
|
||
## Xcode private settings | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata/ | ||
Example/generated | ||
|
||
## Other | ||
*.xccheckout | ||
*.moved-aside | ||
*.xcuserstate | ||
*.xcscmblueprint | ||
|
||
## Obj-C/Swift specific | ||
*.hmap | ||
*.ipa | ||
*.dSYM.zip | ||
*.dSYM | ||
|
||
## Playgrounds | ||
timeline.xctimeline | ||
playground.xcworkspace | ||
|
||
# Swift Packages Manager | ||
Packages | ||
.build | ||
.swiftpm | ||
|
||
# CocoaPods | ||
Pods/ | ||
|
||
# Carthage | ||
Carthage/Build | ||
|
||
# fastlane | ||
fastlane/report.xml | ||
fastlane/Preview.html | ||
fastlane/screenshots/**/*.png | ||
fastlane/test_output | ||
|
||
# AnalyticsGen | ||
analyticsgen-*.zip |
This file was deleted.
Oops, something went wrong.
114 changes: 0 additions & 114 deletions
114
.swiftpm/xcode/xcshareddata/xcschemes/AnalyticsGen-Package.xcscheme
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
.swiftpm/xcode/xcshareddata/xcschemes/AnalyticsGenTools.xcscheme
This file was deleted.
Oops, something went wrong.
123 changes: 0 additions & 123 deletions
123
.swiftpm/xcode/xcshareddata/xcschemes/analyticsgen.xcscheme
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters