@nativescript/ios 8.8.1 → 8.8.2-next.2024-09-06-10737902549
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.
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
315
315
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
316
316
|
CLANG_CXX_LIBRARY = "libc++";
|
|
317
|
-
CLANG_ENABLE_MODULES =
|
|
317
|
+
CLANG_ENABLE_MODULES = YES;
|
|
318
318
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
319
319
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
320
320
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
@@ -356,6 +356,7 @@
|
|
|
356
356
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
357
357
|
ONLY_ACTIVE_ARCH = YES;
|
|
358
358
|
SDKROOT = iphoneos;
|
|
359
|
+
STRIP_SWIFT_SYMBOLS = NO;
|
|
359
360
|
SUPPORTS_UIKITFORMAC = YES;
|
|
360
361
|
SWIFT_OBJC_BRIDGING_HEADER = "$SRCROOT/internal/Swift-ObjC-Bridging-Header.h";
|
|
361
362
|
SWIFT_VERSION = 4.2;
|
|
@@ -370,7 +371,7 @@
|
|
|
370
371
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
371
372
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
372
373
|
CLANG_CXX_LIBRARY = "libc++";
|
|
373
|
-
CLANG_ENABLE_MODULES =
|
|
374
|
+
CLANG_ENABLE_MODULES = YES;
|
|
374
375
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
375
376
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
376
377
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
@@ -408,6 +409,7 @@
|
|
|
408
409
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
409
410
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
410
411
|
SDKROOT = iphoneos;
|
|
412
|
+
STRIP_SWIFT_SYMBOLS = NO;
|
|
411
413
|
SUPPORTS_UIKITFORMAC = YES;
|
|
412
414
|
SWIFT_OBJC_BRIDGING_HEADER = "$SRCROOT/internal/Swift-ObjC-Bridging-Header.h";
|
|
413
415
|
SWIFT_VERSION = 4.2;
|
|
Binary file
|