ai/at
1
0

fix social-app ios patch start contacts nux

This commit is contained in:
2025-12-13 14:25:48 +09:00
parent 181a503597
commit 4ccca6d4e3
4 changed files with 28 additions and 0 deletions

View File

@@ -65,6 +65,13 @@ function cleanup_build {
echo " ⚠️ APP_VERSION not set in .env"
fi
# 1.9. Update buildNumber (CFBundleVersion) with current timestamp
echo "1.9. Updating buildNumber..."
local build_number=$(date +%y%m%d%H%M%S)
CONFIG_FILE="$REPO_DIR/app.config.js"
sediment "s/buildNumber: '[0-9]*'/buildNumber: '${build_number}'/" "$CONFIG_FILE"
echo " ✅ Set buildNumber to $build_number"
# 2. Prebuild (Generate ios directory)
echo "2. Running Expo Prebuild..."
# Clean old ios folder to remove old entitlements/AppClip targets