Skip to content

Commit

Permalink
bundle identifier update
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusdust committed Jan 17, 2024
1 parent 4d99765 commit 3698627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ definitions:
- name: Set up keychain to be used for codesigning using Codemagic CLI 'keychain' command
script: keychain initialize
- name: Fetch signing files
script: app-store-connect fetch-signing-files io.wikimedia.wikipedia --type IOS_APP_STORE --create
script: |
app-store-connect fetch-signing-files io.wikimedia.wikipedia --type IOS_APP_STORE --create
app-store-connect fetch-signing-files io.wikimedia.wikipedia.WikipediaStickers --type IOS_APP_STORE
- name: Use system default keychain
script: keychain add-certificates
- name: Set up code signing settings on Xcode project
Expand Down

0 comments on commit 3698627

Please sign in to comment.