|
134 | 134 | 96FDD75E1C566C38009C402E /* NSURLSession+NSURLDataWithRequestMocking.m in Sources */ = {isa = PBXBuildFile; fileRef = 96FDD75D1C566C38009C402E /* NSURLSession+NSURLDataWithRequestMocking.m */; }; |
135 | 135 | 9D0C7D3F1D79B3FE009DDF4E /* ADJInitState.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0C7D3E1D79B3FE009DDF4E /* ADJInitState.m */; }; |
136 | 136 | 9D363AC31BDA50FA00B47FE9 /* ADJLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 96E5E37318BBB48A008E7B30 /* ADJLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 137 | + 9D7431EA1EB9F9B700969F14 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7431E91EB9F9B700969F14 /* main.m */; }; |
| 138 | + 9D7431ED1EB9F9B700969F14 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7431EC1EB9F9B700969F14 /* AppDelegate.m */; }; |
| 139 | + 9D7431F01EB9F9B700969F14 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7431EF1EB9F9B700969F14 /* ViewController.m */; }; |
| 140 | + 9D7431F31EB9F9B700969F14 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9D7431F11EB9F9B700969F14 /* Main.storyboard */; }; |
| 141 | + 9D7431F51EB9F9B700969F14 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9D7431F41EB9F9B700969F14 /* Assets.xcassets */; }; |
| 142 | + 9D7431F81EB9F9B700969F14 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9D7431F61EB9F9B700969F14 /* LaunchScreen.storyboard */; }; |
137 | 143 | 9DB457B01D743704004D69E8 /* ADJBackoffStrategy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DF9C8DF1D6F3CA5008E362F /* ADJBackoffStrategy.m */; }; |
138 | 144 | 9DB457B11D743704004D69E8 /* ADJSdkClickHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DF9C8F71D6F3CA5008E362F /* ADJSdkClickHandler.m */; }; |
139 | 145 | 9DCAE04B1E5334F4009DD542 /* ADJConnectionValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DCAE0491E5334F4009DD542 /* ADJConnectionValidator.h */; }; |
|
324 | 330 | remoteGlobalIDString = 9D1082A41CFDAF8E0050568B; |
325 | 331 | remoteInfo = "AdjustExample-WebView"; |
326 | 332 | }; |
| 333 | + 9D7432041EB9F9CF00969F14 /* PBXContainerItemProxy */ = { |
| 334 | + isa = PBXContainerItemProxy; |
| 335 | + containerPortal = 9679920518BBAE2800394606 /* Project object */; |
| 336 | + proxyType = 1; |
| 337 | + remoteGlobalIDString = 9D7431E51EB9F9B700969F14; |
| 338 | + remoteInfo = AdjustExampleTests; |
| 339 | + }; |
327 | 340 | 9DE7C8FF1AE68EF1001556E5 /* PBXContainerItemProxy */ = { |
328 | 341 | isa = PBXContainerItemProxy; |
329 | 342 | containerPortal = 9679920518BBAE2800394606 /* Project object */; |
|
492 | 505 | 9D449DBF1E6ED23900E7E80B /* AdjustExample-Swift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "AdjustExample-Swift.xcodeproj"; path = "examples/AdjustExample-Swift/AdjustExample-Swift.xcodeproj"; sourceTree = "<group>"; }; |
493 | 506 | 9D449DC51E6ED24000E7E80B /* AdjustExample-tvOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "AdjustExample-tvOS.xcodeproj"; path = "examples/AdjustExample-tvOS/AdjustExample-tvOS.xcodeproj"; sourceTree = "<group>"; }; |
494 | 507 | 9D449DCB1E6ED24400E7E80B /* AdjustExample-WebView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "AdjustExample-WebView.xcodeproj"; path = "examples/AdjustExample-WebView/AdjustExample-WebView.xcodeproj"; sourceTree = "<group>"; }; |
| 508 | + 9D7431E61EB9F9B700969F14 /* AdjustExampleTests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AdjustExampleTests.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 509 | + 9D7431E91EB9F9B700969F14 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
| 510 | + 9D7431EB1EB9F9B700969F14 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 511 | + 9D7431EC1EB9F9B700969F14 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| 512 | + 9D7431EE1EB9F9B700969F14 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
| 513 | + 9D7431EF1EB9F9B700969F14 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
| 514 | + 9D7431F21EB9F9B700969F14 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
| 515 | + 9D7431F41EB9F9B700969F14 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 516 | + 9D7431F71EB9F9B700969F14 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 517 | + 9D7431F91EB9F9B700969F14 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
495 | 518 | 9D75F1841D07460600E5D222 /* adjust_config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = adjust_config.js; sourceTree = "<group>"; }; |
496 | 519 | 9D75F1851D07460600E5D222 /* adjust_event.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = adjust_event.js; sourceTree = "<group>"; }; |
497 | 520 | 9D75F1861D07460600E5D222 /* adjust.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = adjust.js; sourceTree = "<group>"; }; |
|
669 | 692 | ); |
670 | 693 | runOnlyForDeploymentPostprocessing = 0; |
671 | 694 | }; |
| 695 | + 9D7431E31EB9F9B700969F14 /* Frameworks */ = { |
| 696 | + isa = PBXFrameworksBuildPhase; |
| 697 | + buildActionMask = 2147483647; |
| 698 | + files = ( |
| 699 | + ); |
| 700 | + runOnlyForDeploymentPostprocessing = 0; |
| 701 | + }; |
672 | 702 | 9DFA37A91C0F219400782607 /* Frameworks */ = { |
673 | 703 | isa = PBXFrameworksBuildPhase; |
674 | 704 | buildActionMask = 2147483647; |
|
738 | 768 | 9DFA37AD1C0F219400782607 /* AdjustSdk.framework */, |
739 | 769 | 9615158F1CD2CB2C0022D336 /* libAdjustBridge.a */, |
740 | 770 | 9DFB06101D747070006D48FC /* AdjustSdkTv.framework */, |
| 771 | + 9D7431E61EB9F9B700969F14 /* AdjustExampleTests.app */, |
741 | 772 | ); |
742 | 773 | name = Products; |
743 | 774 | sourceTree = "<group>"; |
|
838 | 869 | 96E5E39A18BBB49E008E7B30 /* AdjustTests */ = { |
839 | 870 | isa = PBXGroup; |
840 | 871 | children = ( |
| 872 | + 9D7431E71EB9F9B700969F14 /* AdjustExampleTests */, |
841 | 873 | 96E5E39B18BBB49E008E7B30 /* Adjust-Prefix.pch */, |
842 | 874 | 96E5E39C18BBB49E008E7B30 /* AdjustTests-Info.plist */, |
843 | 875 | 96E5E39D18BBB49E008E7B30 /* ADJActivityHandlerMock.h */, |
|
942 | 974 | name = Products; |
943 | 975 | sourceTree = "<group>"; |
944 | 976 | }; |
| 977 | + 9D7431E71EB9F9B700969F14 /* AdjustExampleTests */ = { |
| 978 | + isa = PBXGroup; |
| 979 | + children = ( |
| 980 | + 9D7431EB1EB9F9B700969F14 /* AppDelegate.h */, |
| 981 | + 9D7431EC1EB9F9B700969F14 /* AppDelegate.m */, |
| 982 | + 9D7431EE1EB9F9B700969F14 /* ViewController.h */, |
| 983 | + 9D7431EF1EB9F9B700969F14 /* ViewController.m */, |
| 984 | + 9D7431F11EB9F9B700969F14 /* Main.storyboard */, |
| 985 | + 9D7431F41EB9F9B700969F14 /* Assets.xcassets */, |
| 986 | + 9D7431F61EB9F9B700969F14 /* LaunchScreen.storyboard */, |
| 987 | + 9D7431F91EB9F9B700969F14 /* Info.plist */, |
| 988 | + 9D7431E81EB9F9B700969F14 /* Supporting Files */, |
| 989 | + ); |
| 990 | + name = AdjustExampleTests; |
| 991 | + path = ../AdjustExampleTests; |
| 992 | + sourceTree = "<group>"; |
| 993 | + }; |
| 994 | + 9D7431E81EB9F9B700969F14 /* Supporting Files */ = { |
| 995 | + isa = PBXGroup; |
| 996 | + children = ( |
| 997 | + 9D7431E91EB9F9B700969F14 /* main.m */, |
| 998 | + ); |
| 999 | + name = "Supporting Files"; |
| 1000 | + sourceTree = "<group>"; |
| 1001 | + }; |
945 | 1002 | 9DF9C8C81D6F3CA5008E362F /* Adjust */ = { |
946 | 1003 | isa = PBXGroup; |
947 | 1004 | children = ( |
|
1295 | 1352 | ); |
1296 | 1353 | dependencies = ( |
1297 | 1354 | 9679922418BBAE2800394606 /* PBXTargetDependency */, |
| 1355 | + 9D7432051EB9F9CF00969F14 /* PBXTargetDependency */, |
1298 | 1356 | ); |
1299 | 1357 | name = AdjustTests; |
1300 | 1358 | productName = AdjustTests; |
1301 | 1359 | productReference = 9679921D18BBAE2800394606 /* AdjustTests.xctest */; |
1302 | 1360 | productType = "com.apple.product-type.bundle.unit-test"; |
1303 | 1361 | }; |
| 1362 | + 9D7431E51EB9F9B700969F14 /* AdjustExampleTests */ = { |
| 1363 | + isa = PBXNativeTarget; |
| 1364 | + buildConfigurationList = 9D7432031EB9F9B700969F14 /* Build configuration list for PBXNativeTarget "AdjustExampleTests" */; |
| 1365 | + buildPhases = ( |
| 1366 | + 9D7431E21EB9F9B700969F14 /* Sources */, |
| 1367 | + 9D7431E31EB9F9B700969F14 /* Frameworks */, |
| 1368 | + 9D7431E41EB9F9B700969F14 /* Resources */, |
| 1369 | + ); |
| 1370 | + buildRules = ( |
| 1371 | + ); |
| 1372 | + dependencies = ( |
| 1373 | + ); |
| 1374 | + name = AdjustExampleTests; |
| 1375 | + productName = AdjustExampleTests; |
| 1376 | + productReference = 9D7431E61EB9F9B700969F14 /* AdjustExampleTests.app */; |
| 1377 | + productType = "com.apple.product-type.application"; |
| 1378 | + }; |
1304 | 1379 | 9DFA37AC1C0F219400782607 /* AdjustSdk */ = { |
1305 | 1380 | isa = PBXNativeTarget; |
1306 | 1381 | buildConfigurationList = 9DFA37B21C0F219400782607 /* Build configuration list for PBXNativeTarget "AdjustSdk" */; |
|
1351 | 1426 | 9615158E1CD2CB2C0022D336 = { |
1352 | 1427 | CreatedOnToolsVersion = 7.3.1; |
1353 | 1428 | }; |
| 1429 | + 9679921C18BBAE2800394606 = { |
| 1430 | + TestTargetID = 9D7431E51EB9F9B700969F14; |
| 1431 | + }; |
1354 | 1432 | 96BCFBE71AC99FBD005A65C5 = { |
1355 | 1433 | CreatedOnToolsVersion = 6.2; |
1356 | 1434 | }; |
| 1435 | + 9D7431E51EB9F9B700969F14 = { |
| 1436 | + CreatedOnToolsVersion = 8.3.2; |
| 1437 | + DevelopmentTeam = QGUGW9AUMK; |
| 1438 | + ProvisioningStyle = Automatic; |
| 1439 | + }; |
1357 | 1440 | 9DFA37AC1C0F219400782607 = { |
1358 | 1441 | CreatedOnToolsVersion = 7.1.1; |
1359 | 1442 | }; |
|
1368 | 1451 | hasScannedForEncodings = 0; |
1369 | 1452 | knownRegions = ( |
1370 | 1453 | en, |
| 1454 | + Base, |
1371 | 1455 | ); |
1372 | 1456 | mainGroup = 9679920418BBAE2800394606; |
1373 | 1457 | productRefGroup = 9679920E18BBAE2800394606 /* Products */; |
|
1402 | 1486 | 96BCFBE71AC99FBD005A65C5 /* AdjustStatic */, |
1403 | 1487 | 9615158E1CD2CB2C0022D336 /* AdjustBridge */, |
1404 | 1488 | 9679921C18BBAE2800394606 /* AdjustTests */, |
| 1489 | + 9D7431E51EB9F9B700969F14 /* AdjustExampleTests */, |
1405 | 1490 | ); |
1406 | 1491 | }; |
1407 | 1492 | /* End PBXProject section */ |
|
1467 | 1552 | ); |
1468 | 1553 | runOnlyForDeploymentPostprocessing = 0; |
1469 | 1554 | }; |
| 1555 | + 9D7431E41EB9F9B700969F14 /* Resources */ = { |
| 1556 | + isa = PBXResourcesBuildPhase; |
| 1557 | + buildActionMask = 2147483647; |
| 1558 | + files = ( |
| 1559 | + 9D7431F81EB9F9B700969F14 /* LaunchScreen.storyboard in Resources */, |
| 1560 | + 9D7431F51EB9F9B700969F14 /* Assets.xcassets in Resources */, |
| 1561 | + 9D7431F31EB9F9B700969F14 /* Main.storyboard in Resources */, |
| 1562 | + ); |
| 1563 | + runOnlyForDeploymentPostprocessing = 0; |
| 1564 | + }; |
1470 | 1565 | 9DFA37AB1C0F219400782607 /* Resources */ = { |
1471 | 1566 | isa = PBXResourcesBuildPhase; |
1472 | 1567 | buildActionMask = 2147483647; |
|
1631 | 1726 | ); |
1632 | 1727 | runOnlyForDeploymentPostprocessing = 0; |
1633 | 1728 | }; |
| 1729 | + 9D7431E21EB9F9B700969F14 /* Sources */ = { |
| 1730 | + isa = PBXSourcesBuildPhase; |
| 1731 | + buildActionMask = 2147483647; |
| 1732 | + files = ( |
| 1733 | + 9D7431F01EB9F9B700969F14 /* ViewController.m in Sources */, |
| 1734 | + 9D7431ED1EB9F9B700969F14 /* AppDelegate.m in Sources */, |
| 1735 | + 9D7431EA1EB9F9B700969F14 /* main.m in Sources */, |
| 1736 | + ); |
| 1737 | + runOnlyForDeploymentPostprocessing = 0; |
| 1738 | + }; |
1634 | 1739 | 9DFA37A81C0F219400782607 /* Sources */ = { |
1635 | 1740 | isa = PBXSourcesBuildPhase; |
1636 | 1741 | buildActionMask = 2147483647; |
|
1717 | 1822 | target = 9679920C18BBAE2800394606 /* Adjust */; |
1718 | 1823 | targetProxy = 9679922318BBAE2800394606 /* PBXContainerItemProxy */; |
1719 | 1824 | }; |
| 1825 | + 9D7432051EB9F9CF00969F14 /* PBXTargetDependency */ = { |
| 1826 | + isa = PBXTargetDependency; |
| 1827 | + target = 9D7431E51EB9F9B700969F14 /* AdjustExampleTests */; |
| 1828 | + targetProxy = 9D7432041EB9F9CF00969F14 /* PBXContainerItemProxy */; |
| 1829 | + }; |
1720 | 1830 | 9DE7C9001AE68EF1001556E5 /* PBXTargetDependency */ = { |
1721 | 1831 | isa = PBXTargetDependency; |
1722 | 1832 | target = 9679920C18BBAE2800394606 /* Adjust */; |
|
1733 | 1843 | name = InfoPlist.strings; |
1734 | 1844 | sourceTree = "<group>"; |
1735 | 1845 | }; |
| 1846 | + 9D7431F11EB9F9B700969F14 /* Main.storyboard */ = { |
| 1847 | + isa = PBXVariantGroup; |
| 1848 | + children = ( |
| 1849 | + 9D7431F21EB9F9B700969F14 /* Base */, |
| 1850 | + ); |
| 1851 | + name = Main.storyboard; |
| 1852 | + sourceTree = "<group>"; |
| 1853 | + }; |
| 1854 | + 9D7431F61EB9F9B700969F14 /* LaunchScreen.storyboard */ = { |
| 1855 | + isa = PBXVariantGroup; |
| 1856 | + children = ( |
| 1857 | + 9D7431F71EB9F9B700969F14 /* Base */, |
| 1858 | + ); |
| 1859 | + name = LaunchScreen.storyboard; |
| 1860 | + sourceTree = "<group>"; |
| 1861 | + }; |
1736 | 1862 | /* End PBXVariantGroup section */ |
1737 | 1863 |
|
1738 | 1864 | /* Begin XCBuildConfiguration section */ |
|
1918 | 2044 | "$(inherited)", |
1919 | 2045 | ); |
1920 | 2046 | INFOPLIST_FILE = "AdjustTests/AdjustTests-Info.plist"; |
| 2047 | + IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
1921 | 2048 | ONLY_ACTIVE_ARCH = NO; |
1922 | 2049 | OTHER_CFLAGS = ""; |
1923 | 2050 | PRODUCT_BUNDLE_IDENTIFIER = "adjust.${PRODUCT_NAME:rfc1034identifier}"; |
1924 | 2051 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 2052 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AdjustExampleTests.app/AdjustExampleTests"; |
1925 | 2053 | WRAPPER_EXTENSION = xctest; |
1926 | 2054 | }; |
1927 | 2055 | name = Debug; |
|
1936 | 2064 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
1937 | 2065 | GCC_PREFIX_HEADER = "AdjustTests/Adjust-Prefix.pch"; |
1938 | 2066 | INFOPLIST_FILE = "AdjustTests/AdjustTests-Info.plist"; |
| 2067 | + IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
1939 | 2068 | OTHER_CFLAGS = ""; |
1940 | 2069 | PRODUCT_BUNDLE_IDENTIFIER = "adjust.${PRODUCT_NAME:rfc1034identifier}"; |
1941 | 2070 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 2071 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AdjustExampleTests.app/AdjustExampleTests"; |
1942 | 2072 | WRAPPER_EXTENSION = xctest; |
1943 | 2073 | }; |
1944 | 2074 | name = Release; |
|
1959 | 2089 | }; |
1960 | 2090 | name = Release; |
1961 | 2091 | }; |
| 2092 | + 9D7431FA1EB9F9B700969F14 /* Debug */ = { |
| 2093 | + isa = XCBuildConfiguration; |
| 2094 | + buildSettings = { |
| 2095 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 2096 | + CLANG_ANALYZER_NONNULL = YES; |
| 2097 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 2098 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 2099 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 2100 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 2101 | + DEVELOPMENT_TEAM = QGUGW9AUMK; |
| 2102 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 2103 | + INFOPLIST_FILE = AdjustExampleTests/Info.plist; |
| 2104 | + IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
| 2105 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 2106 | + MTL_ENABLE_DEBUG_INFO = YES; |
| 2107 | + PRODUCT_BUNDLE_IDENTIFIER = com.adjust.examples; |
| 2108 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 2109 | + }; |
| 2110 | + name = Debug; |
| 2111 | + }; |
| 2112 | + 9D7431FB1EB9F9B700969F14 /* Release */ = { |
| 2113 | + isa = XCBuildConfiguration; |
| 2114 | + buildSettings = { |
| 2115 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 2116 | + CLANG_ANALYZER_NONNULL = YES; |
| 2117 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 2118 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 2119 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 2120 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 2121 | + DEVELOPMENT_TEAM = QGUGW9AUMK; |
| 2122 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 2123 | + INFOPLIST_FILE = AdjustExampleTests/Info.plist; |
| 2124 | + IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
| 2125 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 2126 | + MTL_ENABLE_DEBUG_INFO = NO; |
| 2127 | + PRODUCT_BUNDLE_IDENTIFIER = com.adjust.examples; |
| 2128 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 2129 | + }; |
| 2130 | + name = Release; |
| 2131 | + }; |
1962 | 2132 | 9DFA37B31C0F219400782607 /* Debug */ = { |
1963 | 2133 | isa = XCBuildConfiguration; |
1964 | 2134 | buildSettings = { |
|
2129 | 2299 | defaultConfigurationIsVisible = 0; |
2130 | 2300 | defaultConfigurationName = Release; |
2131 | 2301 | }; |
| 2302 | + 9D7432031EB9F9B700969F14 /* Build configuration list for PBXNativeTarget "AdjustExampleTests" */ = { |
| 2303 | + isa = XCConfigurationList; |
| 2304 | + buildConfigurations = ( |
| 2305 | + 9D7431FA1EB9F9B700969F14 /* Debug */, |
| 2306 | + 9D7431FB1EB9F9B700969F14 /* Release */, |
| 2307 | + ); |
| 2308 | + defaultConfigurationIsVisible = 0; |
| 2309 | + defaultConfigurationName = Release; |
| 2310 | + }; |
2132 | 2311 | 9DFA37B21C0F219400782607 /* Build configuration list for PBXNativeTarget "AdjustSdk" */ = { |
2133 | 2312 | isa = XCConfigurationList; |
2134 | 2313 | buildConfigurations = ( |
|
0 commit comments