We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac6011 commit 9cf0ca3Copy full SHA for 9cf0ca3
.github/workflows/pr-check.yml
@@ -88,7 +88,7 @@ jobs:
88
desktop_package_name: 'cmp-desktop' # <-- Change Your Desktop Package Name
89
web_package_name: 'cmp-web' # <-- Change Your Web Package Name
90
ios_package_name: 'cmp-ios' # <-- Change Your iOS Package Name
91
- build_ios: false # <-- Change to 'false' if you don't want to build iOS
+ build_ios: true # <-- Change to 'false' if you don't want to build iOS
92
git_url: 'git@github.com:openMF/ios-provisioning-profile.git'
93
git_branch: 'master'
94
match_type: 'adhoc'
0 commit comments