ai/at
1
0

add ios social-app

This commit is contained in:
2025-12-06 21:14:08 +09:00
parent 948551c185
commit 335a88aa05
5 changed files with 164 additions and 0 deletions

14
ios/config.zsh Normal file
View File

@@ -0,0 +1,14 @@
APP_NAME="syuis"
DEVICE_ID="xxx"
REPO_DIR="../repos/social-app"
APP_SLUG="syuis"
APP_SCHEME="syui"
BUNDLE_ID="is.syu"
APP_GROUP="group.is.syu"
SERVICE_URL="https://syu.is"
HELP_URL="https://syu.is/help"
PRIVACY_URL="https://syu.is/privacy"
TERMS_URL="https://syu.is/terms"
REPO_DIR="../repos/social-app"
CONFIG_FILE="$REPO_DIR/app.config.js"
CONSTANTS_FILE="$REPO_DIR/src/lib/constants.ts"