We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7b724c + 1d42e95 commit 27a4bd7Copy full SHA for 27a4bd7
.gitignore
@@ -0,0 +1,45 @@
1
+#General
2
+.DS_Store
3
+
4
+#iOS
5
+.build/
6
+build/
7
+Build/
8
+*.pbxuser
9
+!default.pbxuser
10
+*.mode1v3
11
+!default.mode1v3
12
+*.mode2v3
13
+!default.mode2v3
14
+*.perspectivev3
15
+!default.perspectivev3
16
+!default.xcworkspace
17
+xcuserdata
18
+*.moved-aside
19
+DerivedData
20
+.idea/
21
+Pods/
22
+Podfile.lock
23
24
+*.perspective
25
26
27
28
29
+*.xcworkspace
30
+*.xcodeproj
31
+*.xcodeproj/project.xcworkspace/xcshareddata/
32
+*.xcworkspace/xcshareddata/
33
+*.xcworkspace/xcshareddata/xcschemes
34
+*.orig
35
+/.project
36
+*.gcno
37
+*.gcda
38
+fastlane/build
39
+fastlane/report.xml
40
+fastlane/.env.*
41
+fastlane/README.md
42
+protobuf/*.swift
43
+Sources/PrismSwiftSDK/protobuf
44
+PrismAPISDK
45
+Package.resolved
0 commit comments