|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; |
11 | 10 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
12 | 11 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
13 | 12 | 4C28D4195347110DD7EFF250 /* libPods-FlatListPro.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5C2CC4776DE30CFFD3D9728 /* libPods-FlatListPro.a */; }; |
14 | 13 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
| 14 | + F8080E0328117D5C00721D6B /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = F8080E0228117D5C00721D6B /* AppDelegate.mm */; }; |
15 | 15 | /* End PBXBuildFile section */ |
16 | 16 |
|
17 | 17 | /* Begin PBXFileReference section */ |
18 | 18 | 13B07F961A680F5B00A75B9A /* FlatListPro.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlatListPro.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
19 | 19 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = FlatListPro/AppDelegate.h; sourceTree = "<group>"; tabWidth = 4; }; |
20 | | - 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = FlatListPro/AppDelegate.m; sourceTree = "<group>"; tabWidth = 4; }; |
21 | 20 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = FlatListPro/Images.xcassets; sourceTree = "<group>"; }; |
22 | 21 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = FlatListPro/Info.plist; sourceTree = "<group>"; }; |
23 | 22 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = FlatListPro/main.m; sourceTree = "<group>"; tabWidth = 4; }; |
|
26 | 25 | 906B19594009D131502608CA /* Pods-FlatListPro.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FlatListPro.release.xcconfig"; path = "Target Support Files/Pods-FlatListPro/Pods-FlatListPro.release.xcconfig"; sourceTree = "<group>"; }; |
27 | 26 | B5C2CC4776DE30CFFD3D9728 /* libPods-FlatListPro.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FlatListPro.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
28 | 27 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
| 28 | + F8080E0228117D5C00721D6B /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = FlatListPro/AppDelegate.mm; sourceTree = "<group>"; }; |
29 | 29 | /* End PBXFileReference section */ |
30 | 30 |
|
31 | 31 | /* Begin PBXFrameworksBuildPhase section */ |
|
43 | 43 | 13B07FAE1A68108700A75B9A /* FlatListPro */ = { |
44 | 44 | isa = PBXGroup; |
45 | 45 | children = ( |
| 46 | + F8080E0228117D5C00721D6B /* AppDelegate.mm */, |
46 | 47 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */, |
47 | | - 13B07FB01A68108700A75B9A /* AppDelegate.m */, |
48 | 48 | 13B07FB51A68108700A75B9A /* Images.xcassets */, |
49 | 49 | 13B07FB61A68108700A75B9A /* Info.plist */, |
50 | 50 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, |
|
265 | 265 | isa = PBXSourcesBuildPhase; |
266 | 266 | buildActionMask = 2147483647; |
267 | 267 | files = ( |
268 | | - 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */, |
| 268 | + F8080E0328117D5C00721D6B /* AppDelegate.mm in Sources */, |
269 | 269 | 13B07FC11A68108700A75B9A /* main.m in Sources */, |
270 | 270 | ); |
271 | 271 | runOnlyForDeploymentPostprocessing = 0; |
|
278 | 278 | baseConfigurationReference = 5715F3B3165A79E0A40F6237 /* Pods-FlatListPro.debug.xcconfig */; |
279 | 279 | buildSettings = { |
280 | 280 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 281 | + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; |
281 | 282 | CLANG_ENABLE_MODULES = YES; |
282 | 283 | CURRENT_PROJECT_VERSION = 1; |
283 | 284 | ENABLE_BITCODE = NO; |
|
305 | 306 | baseConfigurationReference = 906B19594009D131502608CA /* Pods-FlatListPro.release.xcconfig */; |
306 | 307 | buildSettings = { |
307 | 308 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 309 | + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; |
308 | 310 | CLANG_ENABLE_MODULES = YES; |
309 | 311 | CURRENT_PROJECT_VERSION = 1; |
310 | 312 | INFOPLIST_FILE = FlatListPro/Info.plist; |
|
330 | 332 | buildSettings = { |
331 | 333 | ALWAYS_SEARCH_USER_PATHS = NO; |
332 | 334 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
333 | | - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 335 | + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; |
334 | 336 | CLANG_CXX_LIBRARY = "libc++"; |
335 | 337 | CLANG_ENABLE_MODULES = YES; |
336 | 338 | CLANG_ENABLE_OBJC_ARC = YES; |
|
358 | 360 | COPY_PHASE_STRIP = NO; |
359 | 361 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
360 | 362 | ENABLE_TESTABILITY = YES; |
361 | | - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
| 363 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; |
362 | 364 | GCC_C_LANGUAGE_STANDARD = gnu99; |
363 | 365 | GCC_DYNAMIC_NO_PIC = NO; |
364 | 366 | GCC_NO_COMMON_BLOCKS = YES; |
|
386 | 388 | ); |
387 | 389 | MTL_ENABLE_DEBUG_INFO = YES; |
388 | 390 | ONLY_ACTIVE_ARCH = YES; |
| 391 | + OTHER_CPLUSPLUSFLAGS = ( |
| 392 | + "$(OTHER_CFLAGS)", |
| 393 | + "-DFOLLY_NO_CONFIG", |
| 394 | + "-DFOLLY_MOBILE=1", |
| 395 | + "-DFOLLY_USE_LIBCPP=1", |
| 396 | + ); |
389 | 397 | SDKROOT = iphoneos; |
390 | 398 | }; |
391 | 399 | name = Debug; |
|
395 | 403 | buildSettings = { |
396 | 404 | ALWAYS_SEARCH_USER_PATHS = NO; |
397 | 405 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
398 | | - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 406 | + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; |
399 | 407 | CLANG_CXX_LIBRARY = "libc++"; |
400 | 408 | CLANG_ENABLE_MODULES = YES; |
401 | 409 | CLANG_ENABLE_OBJC_ARC = YES; |
|
423 | 431 | COPY_PHASE_STRIP = YES; |
424 | 432 | ENABLE_NS_ASSERTIONS = NO; |
425 | 433 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
426 | | - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
| 434 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; |
427 | 435 | GCC_C_LANGUAGE_STANDARD = gnu99; |
428 | 436 | GCC_NO_COMMON_BLOCKS = YES; |
429 | 437 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
443 | 451 | "\"$(inherited)\"", |
444 | 452 | ); |
445 | 453 | MTL_ENABLE_DEBUG_INFO = NO; |
| 454 | + OTHER_CPLUSPLUSFLAGS = ( |
| 455 | + "$(OTHER_CFLAGS)", |
| 456 | + "-DFOLLY_NO_CONFIG", |
| 457 | + "-DFOLLY_MOBILE=1", |
| 458 | + "-DFOLLY_USE_LIBCPP=1", |
| 459 | + ); |
446 | 460 | SDKROOT = iphoneos; |
447 | 461 | VALIDATE_PRODUCT = YES; |
448 | 462 | }; |
|
0 commit comments