File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
frontend/ios/App/fastlane Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ platform :ios do
1818 desc "build and send development build to testflight"
1919 lane :build_and_send_to_testflight do
2020 setup_ci ( force : true )
21- # sync_code_signing(
22- # type: "development",
23- # readonly: true,
24- # api_key_path: "/tmp/api-key.json",
25- # git_url: "[email protected] :moduslabs/ios-signing-certificates.git", 26- # git_branch: "master"
27- # )
21+ sync_code_signing (
22+ type : "development" ,
23+ readonly : true ,
24+ api_key_path : "/tmp/api-key.json" ,
25+ git_url :
"[email protected] :moduslabs/ios-signing-certificates.git" , 26+ git_branch : "master"
27+ )
2828
2929 sync_code_signing (
3030 type : "appstore" ,
@@ -51,6 +51,7 @@ platform :ios do
5151 clean : true ,
5252 output_directory : "./build/device" ,
5353 output_name : "App.ipa" ,
54+ xcargs : "CODE_SIGN_STYLE=Manual DEVELOPMENT_TEAM=287TS9B2H2 PROVISIONING_PROFILE_SPECIFIER='match Development com.moduscreate.appmedaigen'"
5455 )
5556
5657 upload_to_testflight (
You can’t perform that action at this time.
0 commit comments