Skip to content

Commit 6b5c3b4

Browse files
committed
Revert "fix: fix fastlane code signing update"
This reverts commit 080b5b0.
1 parent fffe93c commit 6b5c3b4

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
APPSTORE_CONNECT_ISSUER_ID: ${{ secrets.APPSTORE_CONNECT_ISSUER_ID }}
1818
APPSTORE_CONNECT_KEY_CONTENT: ${{ secrets.APPSTORE_CONNECT_KEY_CONTENT }}
1919
PROFILE_NAME: ${{ secrets.PROFILE_NAME }}
20-
TEAM_ID: ${{ secrets.TEAM_ID }}
2120
SLACK_URL: ${{ secrets.SLACK_WEBHOOK }}
2221
GIT_TAG_NAME: ${{ github.ref_name }}
2322
BUNDLE_IDENTIFIER: ${{ github.BUNDLE_IDENTIFIER }}

fastlane/Fastfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ platform :ios do
3333
update_code_signing_settings(
3434
use_automatic_signing: false,
3535
code_sign_identity: "iPhone Distribution",
36-
profile_name:ENV["PROFILE_NAME"],
37-
path:"Siksha.xcodeproj",
38-
bundle_identifier:ENV["BUNDLE_IDENTIFIER"],
39-
targets:"Siksha-Release",
40-
team_id:ENV["TEAM_ID"]
36+
profile_name:ENV["PROFILE_NAME"]
4137
)
4238
build_app(project:"Siksha.xcodeproj",scheme:"Siksha-Release",clean:true, silent:true,
4339
export_options: {

0 commit comments

Comments
 (0)