We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5805b commit be266b8Copy full SHA for be266b8
‎.gitignore
@@ -1,6 +1,6 @@
1
+.DS_Store
2
+
3
# Xcode
-#
-# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
5
## User settings
6
xcuserdata/
@@ -25,11 +25,6 @@ DerivedData/
25
## Obj-C/Swift specific
26
*.hmap
27
28
-## App packaging
29
-*.ipa
30
-*.dSYM.zip
31
-*.dSYM
32
-
33
## Playgrounds
34
timeline.xctimeline
35
playground.xcworkspace
@@ -46,9 +41,3 @@ Package.resolved
46
41
.swiftpm
47
42
48
43
.build/
49
-# Code Injection
50
51
-# After new code Injection tools there's a generated folder /iOSInjectionProject
52
-# https://github.com/johnno1962/injectionforxcode
53
54
-iOSInjectionProject/
0 commit comments