File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3939
4040post_install do |installer |
4141 installer . pods_project . targets . each do |target |
42- # flutter_additional_ios_build_settings(target)
42+ flutter_additional_ios_build_settings ( target )
4343 target . build_configurations . each do |config |
4444 config . build_settings [ 'EXPANDED_CODE_SIGN_IDENTITY' ] = ""
4545 config . build_settings [ 'CODE_SIGNING_REQUIRED' ] = "NO"
Original file line number Diff line number Diff line change @@ -41,7 +41,10 @@ platform :ios do
4141 lane :build do
4242 git_basic_auth = ENV [ 'MATCH_GIT_BASIC_AUTHORIZATION' ]
4343 match ( type : 'appstore' , readonly : is_ci , git_basic_authorization : git_basic_auth )
44- disable_automatic_code_signing ( path : "Runner.xcodeproj" )
44+ update_code_signing_settings (
45+ use_automatic_signing : false ,
46+ path : "Runner.xcodeproj"
47+ )
4548
4649 app_id = "fr.isenengineering.flut"
4750 profile_id = "match AppStore fr.isenengineering.flut"
You can’t perform that action at this time.
0 commit comments