Set apple team id via environment variable (#11008)

This commit is contained in:
Samuel Newman
2026-06-29 11:59:00 +03:00
committed by GitHub
parent b8608ac03b
commit 257a11d498
+1
View File
@@ -59,6 +59,7 @@ module.exports = function (_config) {
ios: {
supportsTablet: false,
bundleIdentifier: 'xyz.blueskyweb.app',
appleTeamId: process.env.EXPO_APPLE_TEAM_ID,
config: {
usesNonExemptEncryption: false,
},