forked from logseq/logseq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26e5314
commit 3bb17b4
Showing
5 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(ns ^:no-doc frontend.version) | ||
|
||
(defonce version "0.8.11") | ||
(defonce version "0.8.12") |