|
21 | 21 | CE312F572D26CC7D00069D84 /* MediaService.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE312F542D26CC7D00069D84 /* MediaService.swift */; }; |
22 | 22 | CE312F582D26CC7D00069D84 /* FlyUtiles.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE312F552D26CC7D00069D84 /* FlyUtiles.swift */; }; |
23 | 23 | CE312F592D26CC7D00069D84 /* MediaServiceBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = CE312F562D26CC7D00069D84 /* MediaServiceBridge.m */; }; |
| 24 | + CE8C4CA22DC0F00F00B1D471 /* DeviceIdModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE8C4CA02DC0F00F00B1D471 /* DeviceIdModule.m */; }; |
| 25 | + CE8C4CA32DC0F00F00B1D471 /* DeviceIdModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8C4CA12DC0F00F00B1D471 /* DeviceIdModule.swift */; }; |
24 | 26 | /* End PBXBuildFile section */ |
25 | 27 |
|
26 | 28 | /* Begin PBXContainerItemProxy section */ |
|
75 | 77 | CE312F542D26CC7D00069D84 /* MediaService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaService.swift; sourceTree = "<group>"; }; |
76 | 78 | CE312F552D26CC7D00069D84 /* FlyUtiles.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlyUtiles.swift; sourceTree = "<group>"; }; |
77 | 79 | CE312F562D26CC7D00069D84 /* MediaServiceBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MediaServiceBridge.m; sourceTree = "<group>"; }; |
| 80 | + CE8C4CA02DC0F00F00B1D471 /* DeviceIdModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DeviceIdModule.m; sourceTree = "<group>"; }; |
| 81 | + CE8C4CA12DC0F00F00B1D471 /* DeviceIdModule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceIdModule.swift; sourceTree = "<group>"; }; |
78 | 82 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
79 | 83 | /* End PBXFileReference section */ |
80 | 84 |
|
|
118 | 122 | 13B07FAE1A68108700A75B9A /* mirrorfly_rn */ = { |
119 | 123 | isa = PBXGroup; |
120 | 124 | children = ( |
| 125 | + CE8C4CA02DC0F00F00B1D471 /* DeviceIdModule.m */, |
| 126 | + CE8C4CA12DC0F00F00B1D471 /* DeviceIdModule.swift */, |
121 | 127 | CE312F552D26CC7D00069D84 /* FlyUtiles.swift */, |
122 | 128 | CE312F542D26CC7D00069D84 /* MediaService.swift */, |
123 | 129 | CE312F562D26CC7D00069D84 /* MediaServiceBridge.m */, |
|
465 | 471 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, |
466 | 472 | A7B20C262CF5F71C0075CC1B /* RNCallKeep.m in Sources */, |
467 | 473 | CE312F582D26CC7D00069D84 /* FlyUtiles.swift in Sources */, |
| 474 | + CE8C4CA22DC0F00F00B1D471 /* DeviceIdModule.m in Sources */, |
| 475 | + CE8C4CA32DC0F00F00B1D471 /* DeviceIdModule.swift in Sources */, |
468 | 476 | CE312F572D26CC7D00069D84 /* MediaService.swift in Sources */, |
469 | 477 | 13B07FC11A68108700A75B9A /* main.m in Sources */, |
470 | 478 | CE312F592D26CC7D00069D84 /* MediaServiceBridge.m in Sources */, |
|
692 | 700 | "-DFOLLY_CFG_NO_COROUTINES=1", |
693 | 701 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
694 | 702 | ); |
695 | | - OTHER_LDFLAGS = ( |
696 | | - "$(inherited)", |
697 | | - " ", |
698 | | - ); |
| 703 | + OTHER_LDFLAGS = "$(inherited) "; |
699 | 704 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
700 | 705 | SDKROOT = iphoneos; |
701 | 706 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
779 | 784 | "-DFOLLY_CFG_NO_COROUTINES=1", |
780 | 785 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
781 | 786 | ); |
782 | | - OTHER_LDFLAGS = ( |
783 | | - "$(inherited)", |
784 | | - " ", |
785 | | - ); |
| 787 | + OTHER_LDFLAGS = "$(inherited) "; |
786 | 788 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
787 | 789 | SDKROOT = iphoneos; |
788 | 790 | USE_HERMES = true; |
|
0 commit comments