mirror of
https://github.com/readest/readest.git
synced 2026-05-01 21:10:43 +00:00
6 lines
245 B
Bash
6 lines
245 B
Bash
pnpm tauri ios build --export-method app-store-connect
|
|
|
|
BUNDLE_DIR=src-tauri/gen/apple/build/arm64
|
|
IPA_BUNDLE=$BUNDLE_DIR/Readest.ipa
|
|
|
|
xcrun altool --upload-app --type ios --file $IPA_BUNDLE --apiKey $APPLE_API_KEY --apiIssuer $APPLE_API_ISSUER
|