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 33a72b2 commit 1de7fe9Copy full SHA for 1de7fe9
.gitignore
@@ -9,6 +9,8 @@
9
.history
10
.svn/
11
.env/
12
+build.sh
13
+export-distribution.plist
14
15
# IntelliJ related
16
*.iml
ios/Podfile
@@ -52,6 +52,10 @@ post_install do |installer|
52
'PERMISSION_LOCATION=1',
53
'PERMISSION_NOTIFICATIONS=1'
54
]
55
+ config.build_settings["CODE_SIGNING_ALLOWED"] = 'NO'
56
+ config.build_settings["CODE_SIGNING_REQUIRED"] = 'NO'
57
+ config.build_settings["PROVISIONING_PROFILE"] = ''
58
+ config.build_settings["PROVISIONING_PROFILE_SPECIFIER"] = ''
59
end
60
61
0 commit comments