Skip to content

Commit 3ad26f1

Browse files
committed
[NO-TICKET] Add iOS fastlane support
1 parent ed4ec57 commit 3ad26f1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

frontend/ios/App/fastlane/Fastfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)