mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-22 20:01:12 -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
|
- name: Install Kiwix dependencies
|
||||||
run:
|
run:
|
||||||
|
|
|
|
||||||
# cd apple
|
cd apple
|
||||||
# brew bundle
|
brew bundle
|
||||||
# cd ..
|
cd ..
|
||||||
brew install xcodegen
|
|
||||||
|
|
||||||
- name: Generate project based on tag
|
- name: Generate project based on tag
|
||||||
env:
|
env:
|
||||||
@ -179,9 +178,9 @@ jobs:
|
|||||||
plutil -insert destination -string upload ./export.plist
|
plutil -insert destination -string upload ./export.plist
|
||||||
plutil -insert method -string $EXPORT_METHOD ./export.plist
|
plutil -insert method -string $EXPORT_METHOD ./export.plist
|
||||||
|
|
||||||
# - name: Upload Archive to Apple (App Store or Notarization)
|
- name: Upload Archive to Apple (App Store or Notarization)
|
||||||
# env:
|
env:
|
||||||
# APPLE_STORE_AUTH_KEY_PATH: ${{ env.APPLE_STORE_AUTH_KEY_PATH }}
|
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_ID: ${{ secrets.APPLE_STORE_AUTH_KEY_ID }}
|
||||||
# APPLE_STORE_AUTH_KEY_ISSUER_ID: ${{ secrets.APPLE_STORE_AUTH_KEY_ISSUER_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
|
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"))
|
custom_apps.create_plists(custom_plist=Path("Custom.plist"))
|
||||||
|
|
||||||
# download the zim files
|
# download the zim files
|
||||||
# custom_apps.download_zim_files()
|
custom_apps.download_zim_files()
|
||||||
|
|
||||||
# finally create the project file, containing all brands as targets
|
# finally create the project file, containing all brands as targets
|
||||||
custom_apps.create_custom_project_file(path=Path("custom_project.yml"))
|
custom_apps.create_custom_project_file(path=Path("custom_project.yml"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user