Skip to content

Commit 85e4890

Browse files
committed
update local build script
1 parent 2c7cc43 commit 85e4890

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/build-ios

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -o allexport
34
source .env
5+
set +o allexport
46

5-
pnpm tauri ios build --verbose
7+
pnpm tauri ios build --export-method app-store-connect

0 commit comments

Comments
 (0)