|
12 | 12 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
13 | 13 | 51C0260825301F99008C5283 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 51C0260725301F99008C5283 /* LaunchScreen.storyboard */; }; |
14 | 14 | 6ABB4B94377E61C4A5D7C20B /* libPods-RNMapboxGLExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B3043593E8F1F7D43624CAB9 /* libPods-RNMapboxGLExample.a */; }; |
| 15 | + D8E751FC2B4D755200FEFCF7 /* DebugWorkaround.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8E751FB2B4D755200FEFCF7 /* DebugWorkaround.swift */; }; |
15 | 16 | /* End PBXBuildFile section */ |
16 | 17 |
|
17 | 18 | /* Begin PBXFileReference section */ |
|
41 | 42 | CB1F3BED505C4EDE92AC1770 /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; }; |
42 | 43 | CC44ECBD0B2A438C84D89432 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = "<group>"; }; |
43 | 44 | D21EDDEE520265816231288F /* Pods-RNMapboxGLExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNMapboxGLExample.debug.xcconfig"; path = "Target Support Files/Pods-RNMapboxGLExample/Pods-RNMapboxGLExample.debug.xcconfig"; sourceTree = "<group>"; }; |
| 45 | + D8E751FB2B4D755200FEFCF7 /* DebugWorkaround.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = DebugWorkaround.swift; path = RNMapboxGLExample/DebugWorkaround.swift; sourceTree = "<group>"; }; |
44 | 46 | E164F01DAD324AE386612513 /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = "<group>"; }; |
45 | 47 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
46 | 48 | ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; }; |
|
87 | 89 | 13B07FB51A68108700A75B9A /* Images.xcassets */, |
88 | 90 | 13B07FB61A68108700A75B9A /* Info.plist */, |
89 | 91 | 13B07FB71A68108700A75B9A /* main.m */, |
| 92 | + D8E751FB2B4D755200FEFCF7 /* DebugWorkaround.swift */, |
90 | 93 | ); |
91 | 94 | name = RNMapboxGLExample; |
92 | 95 | sourceTree = "<group>"; |
|
380 | 383 | files = ( |
381 | 384 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, |
382 | 385 | 13B07FC11A68108700A75B9A /* main.m in Sources */, |
| 386 | + D8E751FC2B4D755200FEFCF7 /* DebugWorkaround.swift in Sources */, |
383 | 387 | ); |
384 | 388 | runOnlyForDeploymentPostprocessing = 0; |
385 | 389 | }; |
|
392 | 396 | buildSettings = { |
393 | 397 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
394 | 398 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 399 | + CLANG_ENABLE_MODULES = YES; |
395 | 400 | CURRENT_PROJECT_VERSION = 1; |
396 | 401 | "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; |
397 | 402 | GCC_PREPROCESSOR_DEFINITIONS = ( |
|
452 | 457 | ); |
453 | 458 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
454 | 459 | PRODUCT_NAME = RNMapboxGLExample; |
| 460 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 461 | + SWIFT_VERSION = 5.0; |
455 | 462 | VERSIONING_SYSTEM = "apple-generic"; |
456 | 463 | }; |
457 | 464 | name = Debug; |
|
462 | 469 | buildSettings = { |
463 | 470 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
464 | 471 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 472 | + CLANG_ENABLE_MODULES = YES; |
465 | 473 | CURRENT_PROJECT_VERSION = 1; |
466 | 474 | "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; |
467 | 475 | INFOPLIST_FILE = RNMapboxGLExample/Info.plist; |
|
511 | 519 | ); |
512 | 520 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
513 | 521 | PRODUCT_NAME = RNMapboxGLExample; |
| 522 | + SWIFT_VERSION = 5.0; |
514 | 523 | VERSIONING_SYSTEM = "apple-generic"; |
515 | 524 | }; |
516 | 525 | name = Release; |
|
520 | 529 | buildSettings = { |
521 | 530 | ALWAYS_SEARCH_USER_PATHS = NO; |
522 | 531 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
523 | | - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; |
| 532 | + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; |
524 | 533 | CLANG_CXX_LIBRARY = "libc++"; |
525 | 534 | CLANG_ENABLE_MODULES = YES; |
526 | 535 | CLANG_ENABLE_OBJC_ARC = YES; |
|
584 | 593 | buildSettings = { |
585 | 594 | ALWAYS_SEARCH_USER_PATHS = NO; |
586 | 595 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
587 | | - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; |
| 596 | + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; |
588 | 597 | CLANG_CXX_LIBRARY = "libc++"; |
589 | 598 | CLANG_ENABLE_MODULES = YES; |
590 | 599 | CLANG_ENABLE_OBJC_ARC = YES; |
|
0 commit comments