Skip to content

Commit ee722ea

Browse files
committed
[NO-TICKET] Add iOS fastlane support - cleanup
1 parent 0c965a9 commit ee722ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

frontend/ios/App/fastlane/Fastfile

Lines changed: 7 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",

0 commit comments

Comments
 (0)