Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codesign identity name #178

Merged
merged 1 commit into from
Mar 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ workflows:
- BITRISE_PROJECT_PATH: ios-simple-objc/ios-simple-objc.xcworkspace
- BITRISE_SCHEME: ios-simple-objc
- OUTPUT_TOOL: xcodebuild
- FORCE_CODE_SIGN_IDENTITY: "iPhone Developer: Bitrise Bot"
- FORCE_CODE_SIGN_IDENTITY: "iPhone Developer: Dev Portal Bot Bitrise"
- FORCE_TEAM_ID: 72SA8V3WYL
after_run:
- _common
Expand All @@ -53,7 +53,7 @@ workflows:
- BITRISE_PROJECT_PATH: ios-simple-objc/ios-simple-objc.xcodeproj
- BITRISE_SCHEME: ios-simple-objc
- OUTPUT_TOOL: xcodebuild
- FORCE_CODE_SIGN_IDENTITY: "iPhone Developer: Bitrise Bot"
- FORCE_CODE_SIGN_IDENTITY: "iPhone Developer: Dev Portal Bot Bitrise"
- FORCE_TEAM_ID: 72SA8V3WYL
after_run:
- _common
Expand All @@ -76,7 +76,7 @@ workflows:
- COMMIT: "ab36ed563bbc3125118e9f27df91474822dc0d46"
- BITRISE_PROJECT_PATH: code-sign-test.xcodeproj
- BITRISE_SCHEME: code-sign-test
- FORCE_CODE_SIGN_IDENTITY: "iPhone Developer: Bitrise Bot"
- FORCE_CODE_SIGN_IDENTITY: "iPhone Developer: Dev Portal Bot Bitrise"
- FORCE_TEAM_ID: 72SA8V3WYL
after_run:
- _common
Expand All @@ -87,7 +87,7 @@ workflows:
- COMMIT: "1360413258cc7f6a8676c17f060ff39899fc28b1"
- BITRISE_PROJECT_PATH: sample-apps-ios-workspace-swift.xcworkspace
- BITRISE_SCHEME: sample-apps-ios-workspace-swift
- FORCE_CODE_SIGN_IDENTITY: "iPhone Developer: Bitrise Bot"
- FORCE_CODE_SIGN_IDENTITY: "iPhone Developer: Dev Portal Bot Bitrise"
- PROV_PROFILE_SPECIFIER: "BitriseBot-Wildcard"
- FORCE_TEAM_ID: 72SA8V3WYL
after_run:
Expand Down