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 96d5b2f commit 2930ccfCopy full SHA for 2930ccf
.gitignore
@@ -37,7 +37,9 @@ timeline.xctimeline
37
playground.xcworkspace
38
39
## SPM support in Xcode
40
-.swiftpm
+# .swiftpm - for shared CI schemes we need these checked in:
41
+# -> .swiftpm/xcode/package.xcworkspace
42
+# -> .swiftpm/xcode/xcshareddata/xcschemes/*.*
43
44
# Swift Package Manager
45
#
@@ -72,4 +74,4 @@ Carthage/Build
72
74
fastlane/report.xml
73
75
fastlane/Preview.html
76
fastlane/screenshots/**/*.png
-fastlane/test_output
77
+fastlane/test_output
0 commit comments