|
439 | 439 | remoteGlobalIDString = 6F0842272007769F00568A31; |
440 | 440 | remoteInfo = AdjustTestApp; |
441 | 441 | }; |
| 442 | + 6F7AF64F211878BD00F730B2 /* PBXContainerItemProxy */ = { |
| 443 | + isa = PBXContainerItemProxy; |
| 444 | + containerPortal = 6F7AF63F211878BC00F730B2 /* AdjustWebBridgeTestApp.xcodeproj */; |
| 445 | + proxyType = 2; |
| 446 | + remoteGlobalIDString = 6F7AF626211878B900F730B2; |
| 447 | + remoteInfo = AdjustWebBridgeTestApp; |
| 448 | + }; |
442 | 449 | 9679922318BBAE2800394606 /* PBXContainerItemProxy */ = { |
443 | 450 | isa = PBXContainerItemProxy; |
444 | 451 | containerPortal = 9679920518BBAE2800394606 /* Project object */; |
|
557 | 564 | /* Begin PBXFileReference section */ |
558 | 565 | 6F0842182007766700568A31 /* AdjustTestLibrary.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AdjustTestLibrary.xcodeproj; path = AdjustTestLibrary/AdjustTestLibrary.xcodeproj; sourceTree = "<group>"; }; |
559 | 566 | 6F084240200776A000568A31 /* AdjustTestApp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AdjustTestApp.xcodeproj; path = AdjustTestApp/AdjustTestApp.xcodeproj; sourceTree = "<group>"; }; |
| 567 | + 6F7AF63F211878BC00F730B2 /* AdjustWebBridgeTestApp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AdjustWebBridgeTestApp.xcodeproj; path = AdjustWebBridgeTestApp/AdjustWebBridgeTestApp.xcodeproj; sourceTree = "<group>"; }; |
560 | 568 | 6FCC84F71F278CF300D6A0ED /* ADJReachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJReachability.m; sourceTree = "<group>"; }; |
561 | 569 | 6FCC84F81F278CF300D6A0ED /* ADJReachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJReachability.h; sourceTree = "<group>"; }; |
562 | 570 | 6FCC85021F27944600D6A0ED /* ADJReachability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ADJReachability.h; sourceTree = "<group>"; }; |
|
767 | 775 | 9D0E2E5C210B575600133B4F /* AdjustBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AdjustBridge.m; sourceTree = "<group>"; }; |
768 | 776 | 9D0E2E5D210B575600133B4F /* AdjustBridgeRegister.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AdjustBridgeRegister.h; sourceTree = "<group>"; }; |
769 | 777 | 9D0E2E5F210B575600133B4F /* WebViewJavascriptBridgeBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebViewJavascriptBridgeBase.m; sourceTree = "<group>"; }; |
770 | | - 9D0E2E60210B575600133B4F /* AdjustBridge_JS.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AdjustBridge_JS.m; sourceTree = "<group>"; }; |
771 | 778 | 9D0E2E61210B575600133B4F /* WKWebViewJavascriptBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WKWebViewJavascriptBridge.m; sourceTree = "<group>"; }; |
772 | 779 | 9D0E2E62210B575600133B4F /* WebViewJavascriptBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebViewJavascriptBridge.m; sourceTree = "<group>"; }; |
773 | 780 | 9D0E2E63210B575600133B4F /* WebViewJavascriptBridge_JS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebViewJavascriptBridge_JS.h; sourceTree = "<group>"; }; |
774 | 781 | 9D0E2E64210B575600133B4F /* WebViewJavascriptBridgeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebViewJavascriptBridgeBase.h; sourceTree = "<group>"; }; |
775 | | - 9D0E2E65210B575600133B4F /* AdjustBridge_JS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AdjustBridge_JS.h; sourceTree = "<group>"; }; |
776 | 782 | 9D0E2E66210B575600133B4F /* WebViewJavascriptBridge_JS.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebViewJavascriptBridge_JS.m; sourceTree = "<group>"; }; |
777 | 783 | 9D0E2E67210B575600133B4F /* WebViewJavascriptBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebViewJavascriptBridge.h; sourceTree = "<group>"; }; |
778 | 784 | 9D0E2E68210B575600133B4F /* WKWebViewJavascriptBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKWebViewJavascriptBridge.h; sourceTree = "<group>"; }; |
|
1140 | 1146 | name = Products; |
1141 | 1147 | sourceTree = "<group>"; |
1142 | 1148 | }; |
| 1149 | + 6F7AF640211878BC00F730B2 /* Products */ = { |
| 1150 | + isa = PBXGroup; |
| 1151 | + children = ( |
| 1152 | + 6F7AF650211878BD00F730B2 /* AdjustWebBridgeTestApp.app */, |
| 1153 | + ); |
| 1154 | + name = Products; |
| 1155 | + sourceTree = "<group>"; |
| 1156 | + }; |
1143 | 1157 | 9648C5E41CD1765E00A3B049 /* AdjustBridge */ = { |
1144 | 1158 | isa = PBXGroup; |
1145 | 1159 | children = ( |
|
1296 | 1310 | 96E5E39A18BBB49E008E7B30 /* AdjustTests */ = { |
1297 | 1311 | isa = PBXGroup; |
1298 | 1312 | children = ( |
1299 | | - 6F084240200776A000568A31 /* AdjustTestApp.xcodeproj */, |
1300 | 1313 | 6F0842182007766700568A31 /* AdjustTestLibrary.xcodeproj */, |
| 1314 | + 6F084240200776A000568A31 /* AdjustTestApp.xcodeproj */, |
| 1315 | + 6F7AF63F211878BC00F730B2 /* AdjustWebBridgeTestApp.xcodeproj */, |
1301 | 1316 | 6F0841FB2007749C00568A31 /* AdjustUnitTests */, |
1302 | 1317 | ); |
1303 | 1318 | path = AdjustTests; |
|
1419 | 1434 | 9D0E2E5E210B575600133B4F /* WebViewJavascriptBridge */ = { |
1420 | 1435 | isa = PBXGroup; |
1421 | 1436 | children = ( |
1422 | | - 9D0E2E65210B575600133B4F /* AdjustBridge_JS.h */, |
1423 | | - 9D0E2E60210B575600133B4F /* AdjustBridge_JS.m */, |
1424 | 1437 | 9D0E2E63210B575600133B4F /* WebViewJavascriptBridge_JS.h */, |
1425 | 1438 | 9D0E2E66210B575600133B4F /* WebViewJavascriptBridge_JS.m */, |
1426 | 1439 | 9D0E2E67210B575600133B4F /* WebViewJavascriptBridge.h */, |
|
2155 | 2168 | 9679920518BBAE2800394606 /* Project object */ = { |
2156 | 2169 | isa = PBXProject; |
2157 | 2170 | attributes = { |
2158 | | - LastUpgradeCheck = 0940; |
| 2171 | + LastUpgradeCheck = 1010; |
2159 | 2172 | ORGANIZATIONNAME = "adjust GmbH"; |
2160 | 2173 | TargetAttributes = { |
2161 | 2174 | 9615158E1CD2CB2C0022D336 = { |
|
2236 | 2249 | ProductGroup = 6F0842192007766700568A31 /* Products */; |
2237 | 2250 | ProjectRef = 6F0842182007766700568A31 /* AdjustTestLibrary.xcodeproj */; |
2238 | 2251 | }, |
| 2252 | + { |
| 2253 | + ProductGroup = 6F7AF640211878BC00F730B2 /* Products */; |
| 2254 | + ProjectRef = 6F7AF63F211878BC00F730B2 /* AdjustWebBridgeTestApp.xcodeproj */; |
| 2255 | + }, |
2239 | 2256 | ); |
2240 | 2257 | projectRoot = ""; |
2241 | 2258 | targets = ( |
|
2267 | 2284 | remoteRef = 6F084244200776A100568A31 /* PBXContainerItemProxy */; |
2268 | 2285 | sourceTree = BUILT_PRODUCTS_DIR; |
2269 | 2286 | }; |
| 2287 | + 6F7AF650211878BD00F730B2 /* AdjustWebBridgeTestApp.app */ = { |
| 2288 | + isa = PBXReferenceProxy; |
| 2289 | + fileType = wrapper.application; |
| 2290 | + path = AdjustWebBridgeTestApp.app; |
| 2291 | + remoteRef = 6F7AF64F211878BD00F730B2 /* PBXContainerItemProxy */; |
| 2292 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 2293 | + }; |
2270 | 2294 | 9D01680420FF88DE0029CFFF /* AdjustExample-iMessage.app */ = { |
2271 | 2295 | isa = PBXReferenceProxy; |
2272 | 2296 | fileType = wrapper.application; |
|
0 commit comments