|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 0C80B921A6F3F58F76C31292 /* libPods-opendtureactnative.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-opendtureactnative.a */; }; |
11 | 11 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
12 | | - 209489E8495EA5503CEBDC56 /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = C68F04B6D088F78FFD85E60D /* ExpoModulesProvider.swift */; }; |
13 | 12 | 4BB71F1CA90CCB0895A5865F /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F0730B7B8DC7A76826F00B /* ExpoModulesProvider.swift */; }; |
14 | | - 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; }; |
15 | 13 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
16 | 14 | BC0323ED2C30AEC2008EA82D /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BC0323D92C30AEC2008EA82D /* AntDesign.ttf */; }; |
17 | 15 | BC0323EE2C30AEC2008EA82D /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BC0323DA2C30AEC2008EA82D /* Entypo.ttf */; }; |
|
32 | 30 | BC0323FD2C30AEC2008EA82D /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BC0323E92C30AEC2008EA82D /* Octicons.ttf */; }; |
33 | 31 | BC0323FE2C30AEC2008EA82D /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BC0323EA2C30AEC2008EA82D /* SimpleLineIcons.ttf */; }; |
34 | 32 | BC0323FF2C30AEC2008EA82D /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BC0323EB2C30AEC2008EA82D /* Zocial.ttf */; }; |
| 33 | + BCC3241C2E182F5200DC4E5C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCC3241B2E182F5200DC4E5C /* AppDelegate.swift */; }; |
35 | 34 | D05C19C6DAB4887AF429D910 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 9597EE690EBB25B615F74D50 /* PrivacyInfo.xcprivacy */; }; |
36 | 35 | /* End PBXBuildFile section */ |
37 | 36 |
|
38 | | -/* Begin PBXContainerItemProxy section */ |
39 | | - 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { |
40 | | - isa = PBXContainerItemProxy; |
41 | | - containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; |
42 | | - proxyType = 1; |
43 | | - remoteGlobalIDString = 13B07F861A680F5B00A75B9A; |
44 | | - remoteInfo = opendtureactnative; |
45 | | - }; |
46 | | -/* End PBXContainerItemProxy section */ |
47 | | - |
48 | 37 | /* Begin PBXFileReference section */ |
49 | | - 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
50 | 38 | 13B07F961A680F5B00A75B9A /* opendtureactnative.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = opendtureactnative.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
51 | 39 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = opendtureactnative/Images.xcassets; sourceTree = "<group>"; }; |
52 | 40 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = opendtureactnative/Info.plist; sourceTree = "<group>"; }; |
|
55 | 43 | 3B4392A12AC88292D35C810B /* Pods-opendtureactnative.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-opendtureactnative.debug.xcconfig"; path = "Target Support Files/Pods-opendtureactnative/Pods-opendtureactnative.debug.xcconfig"; sourceTree = "<group>"; }; |
56 | 44 | 5709B34CF0A7D63546082F79 /* Pods-opendtureactnative.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-opendtureactnative.release.xcconfig"; path = "Target Support Files/Pods-opendtureactnative/Pods-opendtureactnative.release.xcconfig"; sourceTree = "<group>"; }; |
57 | 45 | 5DCACB8F33CDC322A6C60F78 /* libPods-opendtureactnative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-opendtureactnative.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
58 | | - 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = RnDiffApp/AppDelegate.swift; sourceTree = "<group>"; }; |
59 | 46 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = opendtureactnative/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
60 | 47 | 9597EE690EBB25B615F74D50 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = opendtureactnative/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
61 | 48 | BC0323D92C30AEC2008EA82D /* AntDesign.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = AntDesign.ttf; sourceTree = "<group>"; }; |
|
77 | 64 | BC0323E92C30AEC2008EA82D /* Octicons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Octicons.ttf; sourceTree = "<group>"; }; |
78 | 65 | BC0323EA2C30AEC2008EA82D /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = SimpleLineIcons.ttf; sourceTree = "<group>"; }; |
79 | 66 | BC0323EB2C30AEC2008EA82D /* Zocial.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Zocial.ttf; sourceTree = "<group>"; }; |
| 67 | + BCC3241B2E182F5200DC4E5C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = opendtureactnative/AppDelegate.swift; sourceTree = "<group>"; }; |
80 | 68 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
81 | 69 | /* End PBXFileReference section */ |
82 | 70 |
|
|
92 | 80 | /* End PBXFrameworksBuildPhase section */ |
93 | 81 |
|
94 | 82 | /* Begin PBXGroup section */ |
95 | | - 00E356F01AD99517003FC87E /* Supporting Files */ = { |
96 | | - isa = PBXGroup; |
97 | | - children = ( |
98 | | - 00E356F11AD99517003FC87E /* Info.plist */, |
99 | | - ); |
100 | | - name = "Supporting Files"; |
101 | | - sourceTree = "<group>"; |
102 | | - }; |
103 | 83 | 13B07FAE1A68108700A75B9A /* opendtureactnative */ = { |
104 | 84 | isa = PBXGroup; |
105 | 85 | children = ( |
106 | 86 | BC0323EC2C30AEC2008EA82D /* Fonts */, |
107 | 87 | 13B07FB51A68108700A75B9A /* Images.xcassets */, |
108 | | - 761780EC2CA45674006654EE /* AppDelegate.swift */, |
109 | 88 | 13B07FB61A68108700A75B9A /* Info.plist */, |
110 | 89 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, |
111 | 90 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, |
|
147 | 126 | 2D16E6871FA4F8E400B85C8A /* Frameworks */, |
148 | 127 | BBD78D7AC51CEA395F1C20DB /* Pods */, |
149 | 128 | 4BBB371F6823D49174FD75A6 /* ExpoModulesProviders */, |
| 129 | + BCC3241B2E182F5200DC4E5C /* AppDelegate.swift */, |
150 | 130 | ); |
151 | 131 | indentWidth = 2; |
152 | 132 | sourceTree = "<group>"; |
|
263 | 243 | /* End PBXProject section */ |
264 | 244 |
|
265 | 245 | /* Begin PBXResourcesBuildPhase section */ |
266 | | - 00E356EC1AD99517003FC87E /* Resources */ = { |
267 | | - isa = PBXResourcesBuildPhase; |
268 | | - buildActionMask = 2147483647; |
269 | | - files = ( |
270 | | - ); |
271 | | - runOnlyForDeploymentPostprocessing = 0; |
272 | | - }; |
273 | 246 | 13B07F8E1A680F5B00A75B9A /* Resources */ = { |
274 | 247 | isa = PBXResourcesBuildPhase; |
275 | 248 | buildActionMask = 2147483647; |
|
326 | 299 | inputFileListPaths = ( |
327 | 300 | "${PODS_ROOT}/Target Support Files/Pods-opendtureactnative/Pods-opendtureactnative-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
328 | 301 | ); |
| 302 | + inputPaths = ( |
| 303 | + ); |
329 | 304 | name = "[CP] Embed Pods Frameworks"; |
330 | 305 | outputFileListPaths = ( |
331 | 306 | "${PODS_ROOT}/Target Support Files/Pods-opendtureactnative/Pods-opendtureactnative-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
332 | 307 | ); |
| 308 | + outputPaths = ( |
| 309 | + ); |
333 | 310 | runOnlyForDeploymentPostprocessing = 0; |
334 | 311 | shellPath = /bin/sh; |
335 | 312 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-opendtureactnative/Pods-opendtureactnative-frameworks.sh\"\n"; |
|
384 | 361 | inputFileListPaths = ( |
385 | 362 | "${PODS_ROOT}/Target Support Files/Pods-opendtureactnative/Pods-opendtureactnative-resources-${CONFIGURATION}-input-files.xcfilelist", |
386 | 363 | ); |
| 364 | + inputPaths = ( |
| 365 | + ); |
387 | 366 | name = "[CP] Copy Pods Resources"; |
388 | 367 | outputFileListPaths = ( |
389 | 368 | "${PODS_ROOT}/Target Support Files/Pods-opendtureactnative/Pods-opendtureactnative-resources-${CONFIGURATION}-output-files.xcfilelist", |
390 | 369 | ); |
| 370 | + outputPaths = ( |
| 371 | + ); |
391 | 372 | runOnlyForDeploymentPostprocessing = 0; |
392 | 373 | shellPath = /bin/sh; |
393 | 374 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-opendtureactnative/Pods-opendtureactnative-resources.sh\"\n"; |
|
396 | 377 | /* End PBXShellScriptBuildPhase section */ |
397 | 378 |
|
398 | 379 | /* Begin PBXSourcesBuildPhase section */ |
399 | | - 00E356EA1AD99517003FC87E /* Sources */ = { |
400 | | - isa = PBXSourcesBuildPhase; |
401 | | - buildActionMask = 2147483647; |
402 | | - files = ( |
403 | | - 209489E8495EA5503CEBDC56 /* ExpoModulesProvider.swift in Sources */, |
404 | | - ); |
405 | | - runOnlyForDeploymentPostprocessing = 0; |
406 | | - }; |
407 | 380 | 13B07F871A680F5B00A75B9A /* Sources */ = { |
408 | 381 | isa = PBXSourcesBuildPhase; |
409 | 382 | buildActionMask = 2147483647; |
410 | 383 | files = ( |
411 | | - 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */, |
| 384 | + BCC3241C2E182F5200DC4E5C /* AppDelegate.swift in Sources */, |
412 | 385 | 4BB71F1CA90CCB0895A5865F /* ExpoModulesProvider.swift in Sources */, |
413 | 386 | ); |
414 | 387 | runOnlyForDeploymentPostprocessing = 0; |
415 | 388 | }; |
416 | 389 | /* End PBXSourcesBuildPhase section */ |
417 | 390 |
|
418 | | -/* Begin PBXTargetDependency section */ |
419 | | - 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { |
420 | | - isa = PBXTargetDependency; |
421 | | - target = 13B07F861A680F5B00A75B9A /* opendtureactnative */; |
422 | | - targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; |
423 | | - }; |
424 | | -/* End PBXTargetDependency section */ |
425 | | - |
426 | 391 | /* Begin XCBuildConfiguration section */ |
427 | 392 | 13B07F941A680F5B00A75B9A /* Debug */ = { |
428 | 393 | isa = XCBuildConfiguration; |
|
531 | 496 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
532 | 497 | PRODUCT_NAME = opendtureactnative; |
533 | 498 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
534 | | - SWIFT_VERSION = 6.0; |
| 499 | + SWIFT_VERSION = 5.0; |
535 | 500 | VERSIONING_SYSTEM = "apple-generic"; |
536 | 501 | }; |
537 | 502 | name = Debug; |
|
641 | 606 | OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE"; |
642 | 607 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
643 | 608 | PRODUCT_NAME = opendtureactnative; |
644 | | - SWIFT_VERSION = 6.0; |
| 609 | + SWIFT_VERSION = 5.0; |
645 | 610 | VERSIONING_SYSTEM = "apple-generic"; |
646 | 611 | }; |
647 | 612 | name = Release; |
|
721 | 686 | "-DFOLLY_CFG_NO_COROUTINES=1", |
722 | 687 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
723 | 688 | ); |
724 | | - OTHER_LDFLAGS = ( |
725 | | - "$(inherited)", |
726 | | - " ", |
727 | | - ); |
| 689 | + OTHER_LDFLAGS = "$(inherited) "; |
728 | 690 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
729 | 691 | SDKROOT = iphoneos; |
730 | 692 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
799 | 761 | "-DFOLLY_CFG_NO_COROUTINES=1", |
800 | 762 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
801 | 763 | ); |
802 | | - OTHER_LDFLAGS = ( |
803 | | - "$(inherited)", |
804 | | - " ", |
805 | | - ); |
| 764 | + OTHER_LDFLAGS = "$(inherited) "; |
806 | 765 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
807 | 766 | SDKROOT = iphoneos; |
808 | 767 | SWIFT_COMPILATION_MODE = wholemodule; |
|
0 commit comments