mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-22 03:40:45 -04:00
Merge pull request #42 from kiwix/feature/re-use-cd-from-main
Restore dependencies download, re-enable archive to apple
This commit is contained in:
commit
006b57dcea
19
.github/workflows/cd.yml
vendored
19
.github/workflows/cd.yml
vendored
@ -54,10 +54,9 @@ jobs:
|
||||
- name: Install Kiwix dependencies
|
||||
run:
|
||||
|
|
||||
# cd apple
|
||||
# brew bundle
|
||||
# cd ..
|
||||
brew install xcodegen
|
||||
cd apple
|
||||
brew bundle
|
||||
cd ..
|
||||
|
||||
- name: Generate project based on tag
|
||||
env:
|
||||
@ -179,9 +178,9 @@ jobs:
|
||||
plutil -insert destination -string upload ./export.plist
|
||||
plutil -insert method -string $EXPORT_METHOD ./export.plist
|
||||
|
||||
# - name: Upload Archive to Apple (App Store or Notarization)
|
||||
# env:
|
||||
# APPLE_STORE_AUTH_KEY_PATH: ${{ env.APPLE_STORE_AUTH_KEY_PATH }}
|
||||
# APPLE_STORE_AUTH_KEY_ID: ${{ secrets.APPLE_STORE_AUTH_KEY_ID }}
|
||||
# APPLE_STORE_AUTH_KEY_ISSUER_ID: ${{ secrets.APPLE_STORE_AUTH_KEY_ISSUER_ID }}
|
||||
# run: xcrun xcodebuild -exportArchive -archivePath $PWD/Kiwix-$VERSION.xcarchive -exportPath $PWD/export/ -exportOptionsPlist export.plist -authenticationKeyPath $APPLE_STORE_AUTH_KEY_PATH -allowProvisioningUpdates -authenticationKeyID $APPLE_STORE_AUTH_KEY_ID -authenticationKeyIssuerID $APPLE_STORE_AUTH_KEY_ISSUER_ID
|
||||
- name: Upload Archive to Apple (App Store or Notarization)
|
||||
env:
|
||||
APPLE_STORE_AUTH_KEY_PATH: ${{ env.APPLE_STORE_AUTH_KEY_PATH }}
|
||||
APPLE_STORE_AUTH_KEY_ID: ${{ secrets.APPLE_STORE_AUTH_KEY_ID }}
|
||||
APPLE_STORE_AUTH_KEY_ISSUER_ID: ${{ secrets.APPLE_STORE_AUTH_KEY_ISSUER_ID }}
|
||||
run: xcrun xcodebuild -exportArchive -archivePath $PWD/Kiwix-$VERSION.xcarchive -exportPath $PWD/export/ -exportOptionsPlist export.plist -authenticationKeyPath $APPLE_STORE_AUTH_KEY_PATH -allowProvisioningUpdates -authenticationKeyID $APPLE_STORE_AUTH_KEY_ID -authenticationKeyIssuerID $APPLE_STORE_AUTH_KEY_ISSUER_ID
|
||||
|
@ -34,7 +34,7 @@ def main():
|
||||
custom_apps.create_plists(custom_plist=Path("Custom.plist"))
|
||||
|
||||
# download the zim files
|
||||
# custom_apps.download_zim_files()
|
||||
custom_apps.download_zim_files()
|
||||
|
||||
# finally create the project file, containing all brands as targets
|
||||
custom_apps.create_custom_project_file(path=Path("custom_project.yml"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user