mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
chore: bump to 0.8.12
This commit is contained in:
29
scripts/build-ios.sh
Executable file
29
scripts/build-ios.sh
Executable file
@@ -0,0 +1,29 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
unset LOGSEQ_APP_SERVER_URL
|
||||
export ENABLE_FILE_SYNC_PRODUCTION=true
|
||||
|
||||
# yarn clean
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --force
|
||||
|
||||
rm -rv public/static || true
|
||||
rm -rv ios/App/App/public || true
|
||||
|
||||
yarn release-app
|
||||
|
||||
rsync -avz --exclude node_modules --exclude '*.js.map' --exclude android ./static/ ./public/static/
|
||||
|
||||
npx cap sync ios
|
||||
|
||||
npx cap open ios
|
||||
|
||||
echo "step 1(Xcode). Product > Archive (device should be Any iOS Device)"
|
||||
|
||||
echo "step 2(Archive). Distribute App"
|
||||
|
||||
echo " - App Store Connect"
|
||||
echo " - Upload"
|
||||
echo " - (Default config, all checked)"
|
||||
echo " - Upload"
|
||||
Reference in New Issue
Block a user