|
121 | 121 | 46A018D325E6C9C200F9CCD8 /* LinuxUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxUtils.swift; sourceTree = "<group>"; };
|
122 | 122 | 46A018D925E97FDF00F9CCD8 /* AppleUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleUtils.swift; sourceTree = "<group>"; };
|
123 | 123 | 46A018ED25E9A74F00F9CCD8 /* VendorSystem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VendorSystem.swift; sourceTree = "<group>"; };
|
| 124 | + 46D98E3D26D6FEF300E7A86A /* FlurryDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlurryDestination.swift; sourceTree = "<group>"; }; |
| 125 | + 46D98E3E26D6FEF300E7A86A /* AdjustDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdjustDestination.swift; sourceTree = "<group>"; }; |
| 126 | + 46D98E3F26D6FEF300E7A86A /* MixpanelDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MixpanelDestination.swift; sourceTree = "<group>"; }; |
| 127 | + 46D98E4026D6FEF300E7A86A /* AppsFlyerDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppsFlyerDestination.swift; sourceTree = "<group>"; }; |
| 128 | + 46D98E4126D6FEF300E7A86A /* FirebaseDestination.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirebaseDestination.swift; sourceTree = "<group>"; }; |
| 129 | + 46D98E4226D6FEF300E7A86A /* AmplitudeSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AmplitudeSession.swift; sourceTree = "<group>"; }; |
| 130 | + 46D98E4426D6FEF300E7A86A /* UIKitScreenTracking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIKitScreenTracking.swift; sourceTree = "<group>"; }; |
| 131 | + 46D98E4526D6FEF300E7A86A /* ConsentTracking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConsentTracking.swift; sourceTree = "<group>"; }; |
| 132 | + 46D98E4626D6FEF300E7A86A /* IDFACollection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IDFACollection.swift; sourceTree = "<group>"; }; |
| 133 | + 46D98E4726D6FEF300E7A86A /* ConsoleLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConsoleLogger.swift; sourceTree = "<group>"; }; |
124 | 134 | 46E382E62654429A00BA2502 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
|
125 | 135 | 46F7485B26C718710042798E /* ObjCAnalytics.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjCAnalytics.swift; sourceTree = "<group>"; };
|
126 | 136 | 46F7485C26C718710042798E /* ObjCConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjCConfiguration.swift; sourceTree = "<group>"; };
|
|
217 | 227 | path = Vendors;
|
218 | 228 | sourceTree = "<group>";
|
219 | 229 | };
|
| 230 | + 46D98E3B26D6FED300E7A86A /* Examples */ = { |
| 231 | + isa = PBXGroup; |
| 232 | + children = ( |
| 233 | + 46D98E3C26D6FEF300E7A86A /* destination_plugins */, |
| 234 | + 46D98E4326D6FEF300E7A86A /* other_plugins */, |
| 235 | + ); |
| 236 | + name = Examples; |
| 237 | + sourceTree = "<group>"; |
| 238 | + }; |
| 239 | + 46D98E3C26D6FEF300E7A86A /* destination_plugins */ = { |
| 240 | + isa = PBXGroup; |
| 241 | + children = ( |
| 242 | + 46D98E3D26D6FEF300E7A86A /* FlurryDestination.swift */, |
| 243 | + 46D98E3E26D6FEF300E7A86A /* AdjustDestination.swift */, |
| 244 | + 46D98E3F26D6FEF300E7A86A /* MixpanelDestination.swift */, |
| 245 | + 46D98E4026D6FEF300E7A86A /* AppsFlyerDestination.swift */, |
| 246 | + 46D98E4126D6FEF300E7A86A /* FirebaseDestination.swift */, |
| 247 | + 46D98E4226D6FEF300E7A86A /* AmplitudeSession.swift */, |
| 248 | + ); |
| 249 | + name = destination_plugins; |
| 250 | + path = Examples/destination_plugins; |
| 251 | + sourceTree = "<group>"; |
| 252 | + }; |
| 253 | + 46D98E4326D6FEF300E7A86A /* other_plugins */ = { |
| 254 | + isa = PBXGroup; |
| 255 | + children = ( |
| 256 | + 46D98E4426D6FEF300E7A86A /* UIKitScreenTracking.swift */, |
| 257 | + 46D98E4526D6FEF300E7A86A /* ConsentTracking.swift */, |
| 258 | + 46D98E4626D6FEF300E7A86A /* IDFACollection.swift */, |
| 259 | + 46D98E4726D6FEF300E7A86A /* ConsoleLogger.swift */, |
| 260 | + ); |
| 261 | + name = other_plugins; |
| 262 | + path = Examples/other_plugins; |
| 263 | + sourceTree = "<group>"; |
| 264 | + }; |
220 | 265 | 96208624256DC23F00314F8D /* Frameworks */ = {
|
221 | 266 | isa = PBXGroup;
|
222 | 267 | children = (
|
|
330 | 375 | OBJ_5 = {
|
331 | 376 | isa = PBXGroup;
|
332 | 377 | children = (
|
| 378 | + 46D98E3B26D6FED300E7A86A /* Examples */, |
333 | 379 | OBJ_7 /* Sources */,
|
334 | 380 | OBJ_10 /* Tests */,
|
335 | 381 | OBJ_6 /* Package.swift */,
|
|
0 commit comments