chore: configure expo updates for release builds

This commit is contained in:
xuhongbin
2026-03-07 23:51:52 +08:00
parent a9fe8a34ec
commit aa4e12823d
3 changed files with 84 additions and 3 deletions

View File

@@ -21,7 +21,10 @@
"ios": {
"supportsTablet": true,
"icon": "./icons/ios/AppIcon.appiconset/icon-1024.png",
"bundleIdentifier": "com.ppx.sub2apimobile"
"bundleIdentifier": "com.ppx.sub2apimobile",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"icon": "./icons/android/playstore-icon.png",