mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00

This provides for better ability to target platform > sdk > majorVersion specific features. For example, iOS 26 does not render titles when a background color is set on the actionbar. this allows that style to be overridden only on iOS 26 if desired.
9 lines
562 B
Plaintext
9 lines
562 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 = 17.0;
|
|
FRAMEWORK_SEARCH_PATHS = $(inherited) $(SDKDIR)/System/Library/SubFrameworks
|