|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 2502325C2D7A7BF3004794A2 /* Rokt-Widget in Frameworks */ = {isa = PBXBuildFile; productRef = 2502325B2D7A7BF3004794A2 /* Rokt-Widget */; }; |
11 | 11 | 7E084C862E0C4B3A0098059B /* MPRoktLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E084C842E0C4B340098059B /* MPRoktLayout.swift */; }; |
| 12 | + 7E084C8A2E12C4D30098059B /* mParticle_Rokt_SwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E084C892E12C4D30098059B /* mParticle_Rokt_SwiftTests.swift */; }; |
12 | 13 | 7E15B20B2D9AE82600C1FF3E /* Rokt-Widget in Frameworks */ = {isa = PBXBuildFile; productRef = 7E15B20A2D9AE82600C1FF3E /* Rokt-Widget */; }; |
13 | 14 | 7EDDAAB02E05A88E00D089CF /* mParticle-Apple-SDK in Frameworks */ = {isa = PBXBuildFile; productRef = 7EDDAAAF2E05A88E00D089CF /* mParticle-Apple-SDK */; }; |
14 | 15 | 7EDDAAB22E05A89B00D089CF /* mParticle-Apple-SDK in Frameworks */ = {isa = PBXBuildFile; productRef = 7EDDAAB12E05A89B00D089CF /* mParticle-Apple-SDK */; }; |
|
33 | 34 |
|
34 | 35 | /* Begin PBXFileReference section */ |
35 | 36 | 7E084C842E0C4B340098059B /* MPRoktLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MPRoktLayout.swift; sourceTree = "<group>"; }; |
| 37 | + 7E084C882E12C4D30098059B /* mParticle_RoktTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "mParticle_RoktTests-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 38 | + 7E084C892E12C4D30098059B /* mParticle_Rokt_SwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = mParticle_Rokt_SwiftTests.swift; sourceTree = "<group>"; }; |
36 | 39 | B3D778512E02845700D887A4 /* MPRoktEventMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MPRoktEventMapper.swift; sourceTree = "<group>"; }; |
37 | 40 | DBB01A5B1DC1478A00A7B188 /* mParticle_Rokt.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = mParticle_Rokt.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
38 | 41 | DBB01A5E1DC1478A00A7B188 /* mParticle_Rokt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mParticle_Rokt.h; sourceTree = "<group>"; }; |
|
104 | 107 | isa = PBXGroup; |
105 | 108 | children = ( |
106 | 109 | FF0BB63D217A84E800B0556C /* mParticle_RoktTests.m */, |
| 110 | + 7E084C892E12C4D30098059B /* mParticle_Rokt_SwiftTests.swift */, |
107 | 111 | FF0BB63F217A84E800B0556C /* Info.plist */, |
| 112 | + 7E084C882E12C4D30098059B /* mParticle_RoktTests-Bridging-Header.h */, |
108 | 113 | ); |
109 | 114 | path = mParticle_RoktTests; |
110 | 115 | sourceTree = "<group>"; |
|
249 | 254 | buildActionMask = 2147483647; |
250 | 255 | files = ( |
251 | 256 | FF0BB63E217A84E800B0556C /* mParticle_RoktTests.m in Sources */, |
| 257 | + 7E084C8A2E12C4D30098059B /* mParticle_Rokt_SwiftTests.swift in Sources */, |
252 | 258 | ); |
253 | 259 | runOnlyForDeploymentPostprocessing = 0; |
254 | 260 | }; |
|
451 | 457 | MTL_FAST_MATH = YES; |
452 | 458 | PRODUCT_BUNDLE_IDENTIFIER = "com.mparticle.mParticle-RoktTests"; |
453 | 459 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 460 | + SWIFT_OBJC_BRIDGING_HEADER = "mParticle_RoktTests/mParticle_RoktTests-Bridging-Header.h"; |
454 | 461 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
455 | 462 | SWIFT_VERSION = 6.0; |
456 | 463 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
491 | 498 | MTL_FAST_MATH = YES; |
492 | 499 | PRODUCT_BUNDLE_IDENTIFIER = "com.mparticle.mParticle-RoktTests"; |
493 | 500 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 501 | + SWIFT_OBJC_BRIDGING_HEADER = "mParticle_RoktTests/mParticle_RoktTests-Bridging-Header.h"; |
494 | 502 | SWIFT_VERSION = 6.0; |
495 | 503 | TARGETED_DEVICE_FAMILY = "1,2"; |
496 | 504 | }; |
|
0 commit comments