please 🙏 (#3010)

zio/stable
Hailey 2024-02-27 19:48:04 -08:00 committed by GitHub
parent 00ac76d0fe
commit c4d30a0b7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ const withXcodeTarget = (config, {extensionName, controllerName}) => {
buildSettingsObj.SWIFT_EMIT_LOC_STRINGS = 'YES'
buildSettingsObj.SWIFT_VERSION = '5.0'
buildSettingsObj.TARGETED_DEVICE_FAMILY = `"1,2"`
buildSettingsObj.DEVELOPMENT_TEAM = 'B3LX46C5HS'
}
}
}