Skip to content

Commit

Permalink
Update codesign identity name (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpusok authored Mar 4, 2020
1 parent 8b2aa80 commit d14fc44
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit d14fc44

Please sign in to comment.