|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 61249CFA2719673B00FC4033 /* MindboxJsDelivery.m in Sources */ = {isa = PBXBuildFile; fileRef = 61249CF92719673B00FC4033 /* MindboxJsDelivery.m */; }; |
| 11 | + D0F7B0012B1C4A1A00A1B2C3 /* MindboxJsDeliveryBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0F7B0002B1C4A1A00A1B2C3 /* MindboxJsDeliveryBridge.swift */; }; |
11 | 12 | F4FF95D7245B92E800C19C63 /* MindboxSdk.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FF95D6245B92E800C19C63 /* MindboxSdk.swift */; }; |
12 | 13 | /* End PBXBuildFile section */ |
13 | 14 |
|
|
28 | 29 | 61249CF82719673B00FC4033 /* MindboxJsDelivery.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MindboxJsDelivery.h; sourceTree = "<group>"; }; |
29 | 30 | 61249CF92719673B00FC4033 /* MindboxJsDelivery.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MindboxJsDelivery.m; sourceTree = "<group>"; }; |
30 | 31 | B3E7B5891CC2AC0600A0062D /* MindboxSdk.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MindboxSdk.m; sourceTree = "<group>"; }; |
| 32 | + D0F7B0002B1C4A1A00A1B2C3 /* MindboxJsDeliveryBridge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MindboxJsDeliveryBridge.swift; sourceTree = "<group>"; }; |
31 | 33 | F4FF95D5245B92E700C19C63 /* MindboxSdk-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MindboxSdk-Bridging-Header.h"; sourceTree = "<group>"; }; |
32 | 34 | F4FF95D6245B92E800C19C63 /* MindboxSdk.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MindboxSdk.swift; sourceTree = "<group>"; }; |
33 | 35 | /* End PBXFileReference section */ |
|
56 | 58 | children = ( |
57 | 59 | 61249CF82719673B00FC4033 /* MindboxJsDelivery.h */, |
58 | 60 | 61249CF92719673B00FC4033 /* MindboxJsDelivery.m */, |
| 61 | + D0F7B0002B1C4A1A00A1B2C3 /* MindboxJsDeliveryBridge.swift */, |
59 | 62 | F4FF95D6245B92E800C19C63 /* MindboxSdk.swift */, |
60 | 63 | B3E7B5891CC2AC0600A0062D /* MindboxSdk.m */, |
61 | 64 | F4FF95D5245B92E700C19C63 /* MindboxSdk-Bridging-Header.h */, |
|
121 | 124 | buildActionMask = 2147483647; |
122 | 125 | files = ( |
123 | 126 | 61249CFA2719673B00FC4033 /* MindboxJsDelivery.m in Sources */, |
| 127 | + D0F7B0012B1C4A1A00A1B2C3 /* MindboxJsDeliveryBridge.swift in Sources */, |
124 | 128 | F4FF95D7245B92E800C19C63 /* MindboxSdk.swift in Sources */, |
125 | 129 | ); |
126 | 130 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments