Skip to content

Commit

Permalink
Updating podfile to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mkieres committed Oct 10, 2021
1 parent 5f70e0a commit 4c990ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion board_games_companion/ios/Podfile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion board_games_companion/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ SPEC CHECKSUMS:
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
url_launcher: b6e016d912f04be9f5bf6e8e82dc599b7ba59649

PODFILE CHECKSUM: b0419be2d04b46ab86b92c63b37b98bc8164d383
PODFILE CHECKSUM: 8ecc726d09534ad4d97994729eca101a8f4daa4b

COCOAPODS: 1.11.2

0 comments on commit 4c990ee

Please sign in to comment.