mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
ci: update codemagic workflow
This commit is contained in:
@@ -8,7 +8,6 @@ workflows:
|
||||
- appstore_credentials
|
||||
- certificate_credentials
|
||||
- provisioning_profile
|
||||
- github_token
|
||||
|
||||
vars:
|
||||
XCODE_WORKSPACE: "Notesnook.xcworkspace" # <-- Put the name of your Xcode workspace here
|
||||
@@ -28,7 +27,7 @@ workflows:
|
||||
npm i
|
||||
- name: Install CocoaPods dependencies
|
||||
script: |
|
||||
cd ios && pod install
|
||||
yarn prepare:ios
|
||||
- name: Set up keychain to be used for codesigning using Codemagic CLI 'keychain' command
|
||||
script: |
|
||||
keychain initialize
|
||||
|
||||
Reference in New Issue
Block a user