diff --git a/.gitignore b/.gitignore index ef7bc68..b69fe51 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ .history .svn/ .env/ +build.sh +export-distribution.plist # IntelliJ related *.iml diff --git a/ios/Podfile b/ios/Podfile index 92abc13..4a822a3 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -52,6 +52,10 @@ post_install do |installer| 'PERMISSION_LOCATION=1', 'PERMISSION_NOTIFICATIONS=1' ] + config.build_settings["CODE_SIGNING_ALLOWED"] = 'NO' + config.build_settings["CODE_SIGNING_REQUIRED"] = 'NO' + config.build_settings["PROVISIONING_PROFILE"] = '' + config.build_settings["PROVISIONING_PROFILE_SPECIFIER"] = '' end end end