ci: update codemagic workflow

This commit is contained in:
ammarahm-ed
2022-09-22 17:38:41 +05:00
parent aa39103981
commit 1f16c91a38
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -47,6 +47,9 @@
},
"release-android-bundle": {
"dependsOn": ["^build"]
},
"release-ios": {
"dependsOn": ["^build"]
}
}
}