ci: Adjust iOS/macOS publication
This commit is contained in:
Родитель
255d08a4e0
Коммит
5080748800
|
@ -61,22 +61,22 @@ jobs:
|
|||
variables:
|
||||
- name: SkipUnknownFrameworks
|
||||
value: true # Used by TargetFrameworks.Filtering package
|
||||
- group: apple.appstore.distribution # Variables for certificate
|
||||
- group: unoplatform.apple.ios.appstore.distribution
|
||||
|
||||
steps:
|
||||
- task: InstallAppleCertificate@2
|
||||
displayName: Install Apple Certificate
|
||||
displayName: Install Certificate
|
||||
inputs:
|
||||
certSecureFile: 'apple.appstore.distribution.p12' # Name of the p12 certificate
|
||||
certPwd: '$(appleappstorecertificatepassword)'
|
||||
keychain: 'temp'
|
||||
certSecureFile: UnoPlatform-Apple-Distribution.p12
|
||||
certPwd: $(appleappstorecertificatepassword)
|
||||
keychain: temp
|
||||
deleteCert: true
|
||||
|
||||
|
||||
- task: InstallAppleProvisioningProfile@1
|
||||
displayName: 'Install Apple Provisioning Profile'
|
||||
inputs:
|
||||
provisioningProfileLocation: 'secureFiles'
|
||||
provProfileSecureFile: 'UnoMaterial.mobileprovision'
|
||||
provProfileSecureFile: 'Uno_Themes.mobileprovision'
|
||||
|
||||
- template: build/stage-build.yml
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<key>CFBundleDisplayName</key>
|
||||
<string>Uno.Themes.Samples</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>uno.platform.material</string>
|
||||
<string>uno.platform.themes</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<key>CFBundleName</key>
|
||||
<string>Uno.Themes.Samples</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>uno.platform.material</string>
|
||||
<string>uno.platform.themes</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
Загрузка…
Ссылка в новой задаче