ai/at
1
0

fix social-app ios build_number

This commit is contained in:
2025-12-08 14:27:37 +09:00
parent 19efe82027
commit ca0e1f8e15
2 changed files with 39 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ index 246d8abd3..ed8f7b2b2 100644
// When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
...(IS_DEV || IS_TESTFLIGHT ? [] : []),
]
@@ -33,27 +30,24 @@ module.exports = function (_config) {
@@ -33,27 +30,25 @@ module.exports = function (_config) {
return {
expo: {
version: VERSION,
@@ -37,6 +37,7 @@ index 246d8abd3..ed8f7b2b2 100644
supportsTablet: false,
- bundleIdentifier: 'xyz.blueskyweb.app',
+ bundleIdentifier: 'ai.syui.at',
+ buildNumber: '__BUILD_NUMBER__',
config: {
usesNonExemptEncryption: false,
},