|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 52; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 192DD201240FCAF5004E9CEB /* Manifest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 192DD200240FCAF5004E9CEB /* Manifest.swift */; }; |
11 | | - 193B614D27F5CD7D00080064 /* React+TurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 193B614B27F5CD7D00080064 /* React+TurboModule.mm */; }; |
| 11 | + 193B614D27F5CD7D00080064 /* BridgeDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 193B614B27F5CD7D00080064 /* BridgeDelegate.mm */; }; |
12 | 12 | 1963A06227C82E730013D276 /* React+Fabric.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1963A06127C82E730013D276 /* React+Fabric.mm */; }; |
13 | 13 | 196C22622490CB7600449D3C /* React+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 196C22602490CB7600449D3C /* React+Compatibility.m */; }; |
14 | 14 | 196C7215232F1788006556ED /* ReactInstance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 196C7214232F1788006556ED /* ReactInstance.swift */; }; |
|
47 | 47 | 192F052624AD3CC500A48456 /* ReactTestApp.release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ReactTestApp.release.xcconfig; sourceTree = "<group>"; }; |
48 | 48 | 192F052724AD3CC500A48456 /* ReactTestApp.common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ReactTestApp.common.xcconfig; sourceTree = "<group>"; }; |
49 | 49 | 192F052824AD3CC500A48456 /* ReactTestApp.debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ReactTestApp.debug.xcconfig; sourceTree = "<group>"; }; |
50 | | - 193B614B27F5CD7D00080064 /* React+TurboModule.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "React+TurboModule.mm"; sourceTree = "<group>"; }; |
51 | | - 193B614C27F5CD7D00080064 /* React+TurboModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "React+TurboModule.h"; sourceTree = "<group>"; }; |
| 50 | + 193B614B27F5CD7D00080064 /* BridgeDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = BridgeDelegate.mm; sourceTree = "<group>"; }; |
| 51 | + 193B614C27F5CD7D00080064 /* BridgeDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BridgeDelegate.h; sourceTree = "<group>"; }; |
52 | 52 | 1963A06027C82E730013D276 /* React+Fabric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "React+Fabric.h"; sourceTree = "<group>"; }; |
53 | 53 | 1963A06127C82E730013D276 /* React+Fabric.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "React+Fabric.mm"; sourceTree = "<group>"; }; |
54 | 54 | 196C22602490CB7600449D3C /* React+Compatibility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "React+Compatibility.m"; sourceTree = "<group>"; }; |
|
133 | 133 | 196C7214232F1788006556ED /* ReactInstance.swift */, |
134 | 134 | 19A624A3258C95F000032776 /* Session.swift */, |
135 | 135 | 196C7207232EF5DC006556ED /* ReactTestApp-Bridging-Header.h */, |
| 136 | + 193B614C27F5CD7D00080064 /* BridgeDelegate.h */, |
| 137 | + 193B614B27F5CD7D00080064 /* BridgeDelegate.mm */, |
136 | 138 | 196C22612490CB7600449D3C /* React+Compatibility.h */, |
137 | 139 | 196C22602490CB7600449D3C /* React+Compatibility.m */, |
138 | 140 | 1963A06027C82E730013D276 /* React+Fabric.h */, |
139 | 141 | 1963A06127C82E730013D276 /* React+Fabric.mm */, |
140 | | - 193B614C27F5CD7D00080064 /* React+TurboModule.h */, |
141 | | - 193B614B27F5CD7D00080064 /* React+TurboModule.mm */, |
142 | 142 | 1988282224105BCC005057FF /* UIViewController+ReactTestApp.h */, |
143 | 143 | 1988284424105BEC005057FF /* UIViewController+ReactTestApp.m */, |
144 | 144 | 19ECD0DB232ED427003D8557 /* Assets.xcassets */, |
|
325 | 325 | buildActionMask = 2147483647; |
326 | 326 | files = ( |
327 | 327 | 19ECD0D6232ED425003D8557 /* AppDelegate.swift in Sources */, |
| 328 | + 193B614D27F5CD7D00080064 /* BridgeDelegate.mm in Sources */, |
328 | 329 | 19ECD0DA232ED425003D8557 /* ContentView.swift in Sources */, |
329 | 330 | 192DD201240FCAF5004E9CEB /* Manifest.swift in Sources */, |
330 | 331 | 197827FA27710D3400AEC655 /* Manifest+Decoder.swift in Sources */, |
331 | 332 | 196C724123319A85006556ED /* QRCodeScannerViewController.swift in Sources */, |
332 | 333 | 196C22622490CB7600449D3C /* React+Compatibility.m in Sources */, |
333 | 334 | 1963A06227C82E730013D276 /* React+Fabric.mm in Sources */, |
334 | | - 193B614D27F5CD7D00080064 /* React+TurboModule.mm in Sources */, |
335 | 335 | 196C7215232F1788006556ED /* ReactInstance.swift in Sources */, |
336 | 336 | 19ECD0D8232ED425003D8557 /* SceneDelegate.swift in Sources */, |
337 | 337 | 19A624A4258C95F000032776 /* Session.swift in Sources */, |
|
0 commit comments