@nativescript/ios 8.6.0-vision.3 → 8.6.0-vision.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/framework/.DS_Store +0 -0
- package/framework/__PROJECT_NAME__.xcodeproj/project.pbxproj +2 -2
- package/framework/__PROJECT_NAME__.xcodeproj/project.xcworkspace/xcuserdata/nstudio.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/framework/internal/XCFrameworks.zip +0 -0
- package/package.json +1 -1
package/framework/.DS_Store
CHANGED
|
Binary file
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
DERIVE_UIKITFORMAC_PRODUCT_BUNDLE_IDENTIFIER = YES;
|
|
333
333
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
334
334
|
ENABLE_TESTABILITY = YES;
|
|
335
|
-
ENABLE_USER_SCRIPT_SANDBOXING =
|
|
335
|
+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
336
336
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
337
337
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
338
338
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
DERIVE_UIKITFORMAC_PRODUCT_BUNDLE_IDENTIFIER = YES;
|
|
389
389
|
ENABLE_NS_ASSERTIONS = NO;
|
|
390
390
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
391
|
-
ENABLE_USER_SCRIPT_SANDBOXING =
|
|
391
|
+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
392
392
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
393
393
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
394
394
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
Binary file
|
|
Binary file
|