fix
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ repos
|
|||||||
.claude
|
.claude
|
||||||
deploy.yml
|
deploy.yml
|
||||||
claude.md
|
claude.md
|
||||||
|
.env
|
||||||
|
|||||||
2
ios/.env
2
ios/.env
@@ -1,5 +1,5 @@
|
|||||||
APP_NAME="Aiat"
|
APP_NAME="Aiat"
|
||||||
DEVICE_ID="xxx"
|
DEVICE_ID="00008110-001855EA36D0401E"
|
||||||
REPO_DIR="../repos/social-app"
|
REPO_DIR="../repos/social-app"
|
||||||
APP_SLUG="aiat"
|
APP_SLUG="aiat"
|
||||||
APP_SCHEME="syui"
|
APP_SCHEME="syui"
|
||||||
|
|||||||
@@ -59,5 +59,12 @@ read
|
|||||||
# 5. Run
|
# 5. Run
|
||||||
echo "5. Building and Running..."
|
echo "5. Building and Running..."
|
||||||
# If user wants specific device ID, uncomment below, otherwise let Expo ask/pick boot simulator
|
# If user wants specific device ID, uncomment below, otherwise let Expo ask/pick boot simulator
|
||||||
# npx expo run:ios --device "$DEVICE_ID" --configuration Release
|
|
||||||
|
case $1 in
|
||||||
|
d|devicei)
|
||||||
|
npx expo run:ios --device "$DEVICE_ID" --configuration Release
|
||||||
|
;;
|
||||||
|
*)
|
||||||
npx expo run:ios
|
npx expo run:ios
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user