mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
8 lines
485 B
Plaintext
8 lines
485 B
Plaintext
// You can add custom settings here
|
|
// for example you can uncomment the following line to force distribution code signing
|
|
// CODE_SIGN_IDENTITY = iPhone Distribution
|
|
// To build for device with Xcode 8 you need to specify your development team. More info: https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
|
|
// DEVELOPMENT_TEAM = YOUR_TEAM_ID;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|