File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 161
161
162
162
app_identifier :
163
163
type : string
164
- description : ' The unique bundle identifier for the iOS application'
164
+ description : ' The unique bundle identifier for the iOS and macOS application'
165
165
required : true
166
166
167
167
git_url :
221
221
type : string
222
222
default : ' cmp-shared/build/compose/cocoapods/compose-resources'
223
223
224
- macos_app_identifier :
225
- description : ' Bundle identifier for the macOS app'
226
- type : string
227
- required : true
228
-
229
224
cmp_desktop_dir :
230
225
description : ' Path to the Compose/KMP desktop project used for macOS build'
231
226
type : string
@@ -562,7 +557,7 @@ jobs:
562
557
- name : Upload macOS to TestFlight
563
558
uses : openMF/mifos-x-actionhub-publish-macos-on-appstore-testflight-kmp@v1.0.0
564
559
with :
565
- app_identifier : ${{ inputs.macos_app_identifier }}
560
+ app_identifier : ${{ inputs.app_identifier }}
566
561
cmp_desktop_dir : ${{ inputs.cmp_desktop_dir }}
567
562
keychain_name : ${{ inputs.keychain_name }}
568
563
java_version : ${{ inputs.java-version }}
@@ -587,7 +582,7 @@ jobs:
587
582
- name : Submit macOS App to App Store
588
583
589
584
with :
590
- app_identifier : ${{ inputs.macos_app_identifier }}
585
+ app_identifier : ${{ inputs.app_identifier }}
591
586
cmp_desktop_dir : ${{ inputs.cmp_desktop_dir }}
592
587
keychain_name : ${{ inputs.keychain_name }}
593
588
java_version : ${{ inputs.java-version }}
Original file line number Diff line number Diff line change @@ -812,8 +812,7 @@ The workflow supports the following configuration inputs:
812
812
813
813
### Signing & Certificates
814
814
815
- - ` app_identifier ` : The unique bundle identifier for the iOS application
816
- - ` macos_app_identifier ` : The unique bundle identifier for the macOS application
815
+ - ` app_identifier ` : The unique bundle identifier for the iOS and macOS application
817
816
- ` git_url ` : Git URL for certificates & provisioning profiles (Fastlane Match)
818
817
- ` git_branch ` : Branch inside certificates repo for Match
819
818
- ` match_type ` : Type of provisioning profile (adhoc, appstore, development)
You can’t perform that action at this time.
0 commit comments