|
72 | 72 | 6FD0412E211C71D9008D42D0 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FD0412D211C71D9008D42D0 /* AdSupport.framework */; }; |
73 | 73 | 6FD04130211C71E8008D42D0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FD0412F211C71E8008D42D0 /* Foundation.framework */; }; |
74 | 74 | 6FD04132211C71EF008D42D0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FD04131211C71EE008D42D0 /* UIKit.framework */; }; |
| 75 | + 9D0B5C1B29297B40007009C1 /* ADJSKAdNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0B5C1929297B40007009C1 /* ADJSKAdNetwork.m */; }; |
| 76 | + 9D0B5C1C29297B40007009C1 /* ADJSubscription.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0B5C1A29297B40007009C1 /* ADJSubscription.m */; }; |
75 | 77 | 9D3A2AD52626510200BD6E44 /* ADJAdRevenue.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D3A2AD42626510200BD6E44 /* ADJAdRevenue.m */; }; |
76 | 78 | 9DAA5C6C25B0F81F00C718DD /* AdServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9DAA5C6B25B0F81F00C718DD /* AdServices.framework */; }; |
77 | 79 | 9DF3822D260E9BC90033F5A1 /* NSNumber+ADJAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DF3822C260E9BC90033F5A1 /* NSNumber+ADJAdditions.m */; }; |
|
204 | 206 | 6FD0412D211C71D9008D42D0 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; }; |
205 | 207 | 6FD0412F211C71E8008D42D0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
206 | 208 | 6FD04131211C71EE008D42D0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
| 209 | + 9D0B5C1729297B40007009C1 /* ADJSKAdNetwork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJSKAdNetwork.h; sourceTree = "<group>"; }; |
| 210 | + 9D0B5C1829297B40007009C1 /* ADJSubscription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJSubscription.h; sourceTree = "<group>"; }; |
| 211 | + 9D0B5C1929297B40007009C1 /* ADJSKAdNetwork.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJSKAdNetwork.m; sourceTree = "<group>"; }; |
| 212 | + 9D0B5C1A29297B40007009C1 /* ADJSubscription.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJSubscription.m; sourceTree = "<group>"; }; |
207 | 213 | 9D3A2AD32626510200BD6E44 /* ADJAdRevenue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJAdRevenue.h; sourceTree = "<group>"; }; |
208 | 214 | 9D3A2AD42626510200BD6E44 /* ADJAdRevenue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJAdRevenue.m; sourceTree = "<group>"; }; |
209 | 215 | 9DAA5C6B25B0F81F00C718DD /* AdServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdServices.framework; path = System/Library/Frameworks/AdServices.framework; sourceTree = SDKROOT; }; |
|
349 | 355 | 6F7AF6EC21187CFE00F730B2 /* Adjust */ = { |
350 | 356 | isa = PBXGroup; |
351 | 357 | children = ( |
| 358 | + 9D0B5C1729297B40007009C1 /* ADJSKAdNetwork.h */, |
| 359 | + 9D0B5C1929297B40007009C1 /* ADJSKAdNetwork.m */, |
| 360 | + 9D0B5C1829297B40007009C1 /* ADJSubscription.h */, |
| 361 | + 9D0B5C1A29297B40007009C1 /* ADJSubscription.m */, |
352 | 362 | 6F7AF6ED21187CFE00F730B2 /* ADJConfig.h */, |
353 | 363 | 6F7AF6EF21187CFE00F730B2 /* ADJTimerOnce.m */, |
354 | 364 | 6F7AF6F021187CFE00F730B2 /* ADJAttributionHandler.m */, |
|
565 | 575 | 6F7AF74F21187CFF00F730B2 /* ADJUserDefaults.m in Sources */, |
566 | 576 | 6F7AF74B21187CFF00F730B2 /* ADJUtil.m in Sources */, |
567 | 577 | 6F6F75D52327C08B00F47E64 /* PSWebSocket.m in Sources */, |
| 578 | + 9D0B5C1B29297B40007009C1 /* ADJSKAdNetwork.m in Sources */, |
568 | 579 | 6F6F75CB2327C08B00F47E64 /* ATLTestInfo.m in Sources */, |
569 | 580 | 6F7AF73921187CFF00F730B2 /* ADJEventFailure.m in Sources */, |
570 | 581 | 6F7AF73321187CFF00F730B2 /* ADJAttributionHandler.m in Sources */, |
571 | 582 | 6F6F75CE2327C08B00F47E64 /* ATLControlSignal.m in Sources */, |
572 | 583 | 6F6F75A423279D4D00F47E64 /* WKWebViewJavascriptBridge.m in Sources */, |
| 584 | + 9D0B5C1C29297B40007009C1 /* ADJSubscription.m in Sources */, |
573 | 585 | 6F7AF62B211878BA00F730B2 /* AppDelegate.m in Sources */, |
574 | 586 | 6F7AF75121187CFF00F730B2 /* ADJActivityHandler.m in Sources */, |
575 | 587 | 6F7AF73E21187CFF00F730B2 /* ADJSessionParameters.m in Sources */, |
|
0 commit comments