diff options
Diffstat (limited to 'StoneIsland/platforms/ios/cordova/build.xcconfig')
| -rwxr-xr-x | StoneIsland/platforms/ios/cordova/build.xcconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/cordova/build.xcconfig b/StoneIsland/platforms/ios/cordova/build.xcconfig index 54a5abd4..bc9e0e3f 100755 --- a/StoneIsland/platforms/ios/cordova/build.xcconfig +++ b/StoneIsland/platforms/ios/cordova/build.xcconfig @@ -22,6 +22,10 @@ // Settings are overridden by configuration-level .xcconfig file (build-release/build-debug). // +HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/lib/include" "$(OBJROOT)/UninstalledProducts/include" "$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include" "$(BUILT_PRODUCTS_DIR)" +IPHONEOS_DEPLOYMENT_TARGET = 8.0 +OTHER_LDFLAGS = -ObjC +TARGETED_DEVICE_FAMILY = 1,2 // Type of signing identity used for codesigning, resolves to first match of given type. // "iPhone Developer": Development builds (default, local only; iOS Development certificate) or "iPhone Distribution": Distribution builds (Adhoc/In-House/AppStore; iOS Distribution certificate) @@ -30,3 +34,12 @@ CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer // (CB-9721) Set ENABLE_BITCODE to NO in build.xcconfig ENABLE_BITCODE = NO + +// (CB-9719) Set CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES to YES in build.xcconfig +CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES + +// (CB-10072) +SWIFT_OBJC_BRIDGING_HEADER = $(PROJECT_DIR)/$(PROJECT_NAME)/Bridging-Header.h + +// (CB-11854) +CODE_SIGN_ENTITLEMENTS = $(PROJECT_DIR)/$(PROJECT_NAME)/Entitlements-$(CONFIGURATION).plist |
