diff --git a/board_games_companion/ios/Podfile b/board_games_companion/ios/Podfile index ac964580..fe8bd8fc 100644 --- a/board_games_companion/ios/Podfile +++ b/board_games_companion/ios/Podfile @@ -1,4 +1,4 @@ -# platform :ios, '11.0' +# platform :ios, '12.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' @@ -38,5 +38,10 @@ end post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) + target.build_configurations.each do |config| + config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = "" + config.build_settings['CODE_SIGNING_REQUIRED'] = "NO" + config.build_settings['CODE_SIGNING_ALLOWED'] = "NO" + end end end diff --git a/board_games_companion/ios/Podfile.lock b/board_games_companion/ios/Podfile.lock index 25b25740..ad92ac50 100644 --- a/board_games_companion/ios/Podfile.lock +++ b/board_games_companion/ios/Podfile.lock @@ -192,6 +192,6 @@ SPEC CHECKSUMS: sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 url_launcher: b6e016d912f04be9f5bf6e8e82dc599b7ba59649 -PODFILE CHECKSUM: b0419be2d04b46ab86b92c63b37b98bc8164d383 +PODFILE CHECKSUM: 8ecc726d09534ad4d97994729eca101a8f4daa4b COCOAPODS: 1.11.2