We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd09b8 commit c61a89dCopy full SHA for c61a89d
ios/fastlane/Fastfile
@@ -41,6 +41,7 @@ platform :ios do
41
lane :build do
42
git_basic_auth = ENV['MATCH_GIT_BASIC_AUTHORIZATION']
43
match(type: 'appstore', readonly: is_ci, git_basic_authorization: git_basic_auth)
44
+ disable_automatic_code_signing(path: "Runner.xcodeproj")
45
46
app_id = "fr.isenengineering.flut"
47
profile_id = "match AppStore fr.isenengineering.flut"
0 commit comments