Skip to content

Commit b99c429

Browse files
author
Nik Kov
committed
Added example project source. Changed gitognore.
1 parent b5aca39 commit b99c429

File tree

15 files changed

+1107
-53
lines changed

15 files changed

+1107
-53
lines changed

.gitignore

+12-53
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,19 @@
1-
# Xcode
2-
#
3-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
1+
.DS_Store
42

5-
## Build generated
6-
build/
7-
DerivedData/
8-
9-
## Various settings
10-
*.pbxuser
11-
!default.pbxuser
3+
# Xcode legacy
4+
*.mode1
125
*.mode1v3
13-
!default.mode1v3
146
*.mode2v3
15-
!default.mode2v3
7+
*.perspective
168
*.perspectivev3
17-
!default.perspectivev3
18-
xcuserdata/
19-
20-
## Other
21-
*.moved-aside
22-
*.xcuserstate
23-
24-
## Obj-C/Swift specific
25-
*.hmap
26-
*.ipa
27-
*.dSYM.zip
28-
*.dSYM
29-
30-
# CocoaPods
31-
#
32-
# We recommend against adding the Pods directory to your .gitignore. However
33-
# you should judge for yourself, the pros and cons are mentioned at:
34-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
35-
#
36-
# Pods/
37-
38-
# Carthage
39-
#
40-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
41-
# Carthage/Checkouts
42-
43-
Carthage/Build
9+
*.pbxuser
4410

45-
# fastlane
46-
#
47-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
48-
# screenshots whenever they are needed.
49-
# For more information about the recommended setup visit:
50-
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
11+
# User
12+
xcuserdata/
13+
DerivedData/
14+
*.xcworkspace/
5115

16+
# Other
17+
Pods/
18+
*.generated.swift
5219
fastlane/report.xml
53-
fastlane/screenshots
54-
55-
#Code Injection
56-
#
57-
# After new code Injection tools there's a generated folder /iOSInjectionProject
58-
# https://github.com/johnno1962/injectionforxcode
59-
60-
iOSInjectionProject/

0 commit comments

Comments
 (0)