@nativescript/ios 8.7.0-rc.0 → 8.7.0-rc.1

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.
@@ -461,7 +461,10 @@
461
461
  "ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
462
462
  GCC_PRECOMPILE_PREFIX_HEADER = YES;
463
463
  GCC_PREFIX_HEADER = "__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch";
464
- GCC_PREPROCESSOR_DEFINITIONS = "NS_SWIFTUI_BOOT=$(NS_SWIFTUI_BOOT:default=0)";
464
+ GCC_PREPROCESSOR_DEFINITIONS = (
465
+ "$(inherited)",
466
+ "NS_SWIFTUI_BOOT=$(NS_SWIFTUI_BOOT:default=0)",
467
+ );
465
468
  HEADER_SEARCH_PATHS = (
466
469
  "$(inherited)",
467
470
  "$SRCROOT/internal/Swift-Modules",
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nativescript/ios",
3
3
  "description": "NativeScript Runtime for iOS",
4
- "version": "8.7.0-rc.0",
4
+ "version": "8.7.0-rc.1",
5
5
  "keywords": [
6
6
  "NativeScript",
7
7
  "iOS",