diff --git a/Adjust.podspec b/Adjust.podspec index bfb40e008..52f53c24a 100644 --- a/Adjust.podspec +++ b/Adjust.podspec @@ -15,20 +15,20 @@ Pod::Spec.new do |s| s.default_subspec = 'Adjust' s.module_map = 'ModuleMap/module.modulemap' - s.subspec 'Adjust' do |ads| - ads.source_files = 'Adjust/**/*.{h,m}' - ads.public_header_files = 'Adjust/*.h', 'UmbrellaHeaders/sdk/*.h' - ads.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']} - ads.header_dir = 'AdjustSdk' - ads.dependency 'AdjustSignature', '3.18' + s.subspec 'Adjust' do |adj| + adj.source_files = 'Adjust/**/*.{h,m}' + adj.public_header_files = 'Adjust/*.h', 'UmbrellaHeaders/sdk/*.h' + adj.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']} + adj.header_dir = 'AdjustSdk' + adj.dependency 'AdjustSignature', '~> 3.18' end - s.subspec 'AdjustWebBridge' do |wb| - wb.source_files = 'Adjust/**/*.{h,m}', 'AdjustBridge/*.{h,m}', 'UmbrellaHeaders/webbridge/*.{h,m}' - wb.public_header_files = 'Adjust/*.h', 'AdjustBridge/*.h', 'UmbrellaHeaders/webbridge/*.h' - wb.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']} - wb.header_dir = 'AdjustSdk' - wb.dependency 'AdjustSignature', '3.18' - wb.ios.deployment_target = '12.0' + s.subspec 'AdjustWebBridge' do |awb| + awb.source_files = 'Adjust/**/*.{h,m}', 'AdjustBridge/*.{h,m}', 'UmbrellaHeaders/webbridge/*.{h,m}' + awb.public_header_files = 'Adjust/*.h', 'AdjustBridge/*.h', 'UmbrellaHeaders/webbridge/*.h' + awb.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']} + awb.header_dir = 'AdjustSdk' + awb.dependency 'AdjustSignature', '~> 3.18' + awb.ios.deployment_target = '12.0' end end diff --git a/Adjust.xcodeproj/project.pbxproj b/Adjust.xcodeproj/project.pbxproj index 9b80e75a4..b4c1c2f06 100644 --- a/Adjust.xcodeproj/project.pbxproj +++ b/Adjust.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 51; + objectVersion = 60; objects = { /* Begin PBXAggregateTarget section */ @@ -638,7 +638,6 @@ 0AB1CB3027DF68DB00509231 /* WKWebViewJavascriptBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 9648C5ED1CD1765E00A3B049 /* WKWebViewJavascriptBridge.m */; }; 6FAB784C2636DC0E00773869 /* ADJLinkResolution.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FAB784A2636DC0E00773869 /* ADJLinkResolution.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6FAB784D2636DC0E00773869 /* ADJLinkResolution.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FAB784B2636DC0E00773869 /* ADJLinkResolution.m */; }; - 9601C1A31A31DE0D00A9AE21 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9601C1A11A31DE0300A9AE21 /* SystemConfiguration.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; 9601CAE41C74B70600670879 /* ADJEventSuccess.h in Headers */ = {isa = PBXBuildFile; fileRef = 9601CAE21C74B70600670879 /* ADJEventSuccess.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9601CAE51C74B70600670879 /* ADJEventSuccess.m in Sources */ = {isa = PBXBuildFile; fileRef = 9601CAE31C74B70600670879 /* ADJEventSuccess.m */; }; 9601CAE81C74BAAE00670879 /* ADJEventFailure.h in Headers */ = {isa = PBXBuildFile; fileRef = 9601CAE61C74BAAE00670879 /* ADJEventFailure.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -654,12 +653,9 @@ 961515A71CD2CBB00022D336 /* AdjustBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 9648C5F61CD1770300A3B049 /* AdjustBridge.m */; }; 96164D721CC8FA73009431AB /* ADJSdkClickHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 96164D701CC8FA73009431AB /* ADJSdkClickHandler.h */; }; 96164D731CC8FA73009431AB /* ADJSdkClickHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 96164D711CC8FA73009431AB /* ADJSdkClickHandler.m */; }; - 96325E8C190E8D6B00A97911 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96325E84190E5CD900A97911 /* AdSupport.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; 965B7F301CC78F6600098639 /* ADJBackoffStrategy.h in Headers */ = {isa = PBXBuildFile; fileRef = 965B7F2E1CC78F6600098639 /* ADJBackoffStrategy.h */; }; 965B7F311CC78F6600098639 /* ADJBackoffStrategy.m in Sources */ = {isa = PBXBuildFile; fileRef = 965B7F2F1CC78F6600098639 /* ADJBackoffStrategy.m */; }; 9679921118BBAE2800394606 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9679921018BBAE2800394606 /* Foundation.framework */; }; - 9679922018BBAE2800394606 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9679921018BBAE2800394606 /* Foundation.framework */; }; - 9679922518BBAE2800394606 /* libAdjust.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9679920D18BBAE2800394606 /* libAdjust.a */; }; 968173831C3C2D07002AE1DE /* ADJSessionSuccess.h in Headers */ = {isa = PBXBuildFile; fileRef = 968173811C3C2D07002AE1DE /* ADJSessionSuccess.h */; settings = {ATTRIBUTES = (Public, ); }; }; 968173841C3C2D07002AE1DE /* ADJSessionSuccess.m in Sources */ = {isa = PBXBuildFile; fileRef = 968173821C3C2D07002AE1DE /* ADJSessionSuccess.m */; }; 968173871C3C2D36002AE1DE /* ADJSessionFailure.h in Headers */ = {isa = PBXBuildFile; fileRef = 968173851C3C2D36002AE1DE /* ADJSessionFailure.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -792,13 +788,6 @@ remoteGlobalIDString = 6F7AF626211878B900F730B2; remoteInfo = AdjustWebBridgeTestApp; }; - 9679922318BBAE2800394606 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 9679920518BBAE2800394606 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9679920C18BBAE2800394606; - remoteInfo = Adjust; - }; 9D01680320FF88DE0029CFFF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 9D0167FE20FF88DE0029CFFF /* AdjustExample-iMessage.xcodeproj */; @@ -855,13 +844,6 @@ remoteGlobalIDString = 9D1082A41CFDAF8E0050568B; remoteInfo = "AdjustExample-WebView"; }; - 9D7432041EB9F9CF00969F14 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 9679920518BBAE2800394606 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9D7431E51EB9F9B700969F14; - remoteInfo = AdjustExampleTests; - }; 9D9D1551212EB3D00081445E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 9D9D154D212EB3D00081445E /* AdjustExample-FbPixel.xcodeproj */; @@ -900,8 +882,7 @@ /* Begin PBXFileReference section */ 07BFEAA12A49E3DA004E29D9 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; - 0A584B962C3E8C710071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = AdjustSigSdk.xcframework; sourceTree = ""; }; - 0A584B972C3E8C910071A651 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 0A584B962C3E8C710071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QGUGW9AUMK:adeven GmbH"; lastKnownFileType = wrapper.xcframework; path = AdjustSigSdk.xcframework; sourceTree = ""; }; 0A584B982C3E8C9A0071A651 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = ""; }; 0A584B992C3E8CA50071A651 /* AdjustSdk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AdjustSdk.h; sourceTree = ""; }; 0A584B9B2C3E8CA50071A651 /* AdjustSdk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AdjustSdk.h; sourceTree = ""; }; @@ -945,7 +926,6 @@ 965B7F2F1CC78F6600098639 /* ADJBackoffStrategy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJBackoffStrategy.m; sourceTree = ""; }; 9679920D18BBAE2800394606 /* libAdjust.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libAdjust.a; sourceTree = BUILT_PRODUCTS_DIR; }; 9679921018BBAE2800394606 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 9679921D18BBAE2800394606 /* AdjustTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AdjustTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 968173811C3C2D07002AE1DE /* ADJSessionSuccess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJSessionSuccess.h; sourceTree = ""; }; 968173821C3C2D07002AE1DE /* ADJSessionSuccess.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJSessionSuccess.m; sourceTree = ""; }; 968173851C3C2D36002AE1DE /* ADJSessionFailure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJSessionFailure.h; sourceTree = ""; }; @@ -984,7 +964,6 @@ 96E5E37A18BBB48A008E7B30 /* ADJRequestHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJRequestHandler.m; sourceTree = ""; }; 96E5E37F18BBB48A008E7B30 /* ADJUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJUtil.h; sourceTree = ""; }; 96E5E38018BBB48A008E7B30 /* ADJUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJUtil.m; sourceTree = ""; }; - 96E5E39B18BBB49E008E7B30 /* Adjust-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Adjust-Prefix.pch"; sourceTree = ""; }; 96FCC5361C186426007BBFE1 /* ADJResponseData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJResponseData.h; sourceTree = ""; }; 96FCC5371C186426007BBFE1 /* ADJResponseData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJResponseData.m; sourceTree = ""; }; 9D0167FE20FF88DE0029CFFF /* AdjustExample-iMessage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "AdjustExample-iMessage.xcodeproj"; path = "examples/AdjustExample-iMessage/AdjustExample-iMessage.xcodeproj"; sourceTree = ""; }; @@ -1001,7 +980,6 @@ 9D52A3202C071BBC00E0AA55 /* ADJAdditions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ADJAdditions.m; sourceTree = ""; }; 9D651BE125B25A64006D69D6 /* ADJThirdPartySharing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJThirdPartySharing.m; sourceTree = ""; }; 9D651BF425B25A64006D69D6 /* ADJThirdPartySharing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJThirdPartySharing.h; sourceTree = ""; }; - 9D7431E61EB9F9B700969F14 /* AdjustExampleTests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AdjustExampleTests.app; sourceTree = BUILT_PRODUCTS_DIR; }; 9D775B3C2A1F4B19009D0BE8 /* ADJAppStorePurchase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ADJAppStorePurchase.h; sourceTree = ""; }; 9D775B3D2A1F4B19009D0BE8 /* ADJAppStorePurchase.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ADJAppStorePurchase.m; sourceTree = ""; }; 9D775B572A1F7C7A009D0BE8 /* ADJPurchaseVerificationResult.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ADJPurchaseVerificationResult.h; sourceTree = ""; }; @@ -1070,17 +1048,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9679921A18BBAE2800394606 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 9679922518BBAE2800394606 /* libAdjust.a in Frameworks */, - 96325E8C190E8D6B00A97911 /* AdSupport.framework in Frameworks */, - 9679922018BBAE2800394606 /* Foundation.framework in Frameworks */, - 9601C1A31A31DE0D00A9AE21 /* SystemConfiguration.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9D0E2DFE210B570600133B4F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1088,13 +1055,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9D7431E31EB9F9B700969F14 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DE354CE2100726300D211C9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1135,14 +1095,6 @@ path = AdjustSignature; sourceTree = ""; }; - 0A584B942C3E8B7B0071A651 /* FrameworkInfo */ = { - isa = PBXGroup; - children = ( - 0A584B972C3E8C910071A651 /* Info.plist */, - ); - path = FrameworkInfo; - sourceTree = ""; - }; 0A584B952C3E8B8D0071A651 /* UmbrellaHeaders */ = { isa = PBXGroup; children = ( @@ -1168,6 +1120,13 @@ path = sdk; sourceTree = ""; }; + 0A584DBD2C40FCA30071A651 /* Info */ = { + isa = PBXGroup; + children = ( + ); + path = Info; + sourceTree = ""; + }; 52BD7375221C3EDB004F2E87 /* Products */ = { isa = PBXGroup; children = ( @@ -1182,7 +1141,6 @@ 6F0841FB2007749C00568A31 /* AdjustUnitTests */ = { isa = PBXGroup; children = ( - 96E5E39B18BBB49E008E7B30 /* Adjust-Prefix.pch */, ); path = AdjustUnitTests; sourceTree = ""; @@ -1236,7 +1194,7 @@ 96E5E39A18BBB49E008E7B30 /* AdjustTests */, 9D449DAC1E6ED20400E7E80B /* Example Apps */, 0A584B932C3E8B5D0071A651 /* AdjustSignature */, - 0A584B942C3E8B7B0071A651 /* FrameworkInfo */, + 0A584DBD2C40FCA30071A651 /* Info */, 0A584B922C3E8B320071A651 /* ModuleMap */, 9679920F18BBAE2800394606 /* Frameworks */, 0A584B952C3E8B8D0071A651 /* UmbrellaHeaders */, @@ -1248,11 +1206,9 @@ isa = PBXGroup; children = ( 9679920D18BBAE2800394606 /* libAdjust.a */, - 9679921D18BBAE2800394606 /* AdjustTests.xctest */, 9DFA37AD1C0F219400782607 /* AdjustSdk.framework */, 9615158F1CD2CB2C0022D336 /* libAdjustBridge.a */, 9DFB06101D747070006D48FC /* AdjustSdk.framework */, - 9D7431E61EB9F9B700969F14 /* AdjustExampleTests.app */, 9DE354D22100726300D211C9 /* AdjustSdk.framework */, 9D0E2E02210B570600133B4F /* AdjustSdk.framework */, 0AB1C97127DD450D00509231 /* libAdjustSdk.a */, @@ -1993,25 +1949,6 @@ productReference = 9679920D18BBAE2800394606 /* libAdjust.a */; productType = "com.apple.product-type.library.static"; }; - 9679921C18BBAE2800394606 /* AdjustTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9679923318BBAE2800394606 /* Build configuration list for PBXNativeTarget "AdjustTests" */; - buildPhases = ( - 9679921918BBAE2800394606 /* Sources */, - 9679921A18BBAE2800394606 /* Frameworks */, - 9679921B18BBAE2800394606 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 9679922418BBAE2800394606 /* PBXTargetDependency */, - 9D7432051EB9F9CF00969F14 /* PBXTargetDependency */, - ); - name = AdjustTests; - productName = AdjustTests; - productReference = 9679921D18BBAE2800394606 /* AdjustTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; 9D0E2E01210B570600133B4F /* AdjustSdkWebBridge */ = { isa = PBXNativeTarget; buildConfigurationList = 9D0E2E15210B570600133B4F /* Build configuration list for PBXNativeTarget "AdjustSdkWebBridge" */; @@ -2030,23 +1967,6 @@ productReference = 9D0E2E02210B570600133B4F /* AdjustSdk.framework */; productType = "com.apple.product-type.framework"; }; - 9D7431E51EB9F9B700969F14 /* AdjustExampleTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9D7432031EB9F9B700969F14 /* Build configuration list for PBXNativeTarget "AdjustExampleTests" */; - buildPhases = ( - 9D7431E21EB9F9B700969F14 /* Sources */, - 9D7431E31EB9F9B700969F14 /* Frameworks */, - 9D7431E41EB9F9B700969F14 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = AdjustExampleTests; - productName = AdjustExampleTests; - productReference = 9D7431E61EB9F9B700969F14 /* AdjustExampleTests.app */; - productType = "com.apple.product-type.application"; - }; 9DE354D12100726300D211C9 /* AdjustSdkIm */ = { isa = PBXNativeTarget; buildConfigurationList = 9DE354E52100726300D211C9 /* Build configuration list for PBXNativeTarget "AdjustSdkIm" */; @@ -2125,9 +2045,6 @@ 9615158E1CD2CB2C0022D336 = { CreatedOnToolsVersion = 7.3.1; }; - 9679921C18BBAE2800394606 = { - TestTargetID = 9D7431E51EB9F9B700969F14; - }; 96BCFBE71AC99FBD005A65C5 = { CreatedOnToolsVersion = 6.2; }; @@ -2135,11 +2052,6 @@ CreatedOnToolsVersion = 9.4.1; ProvisioningStyle = Manual; }; - 9D7431E51EB9F9B700969F14 = { - CreatedOnToolsVersion = 8.3.2; - DevelopmentTeam = QGUGW9AUMK; - ProvisioningStyle = Automatic; - }; 9DE354D12100726300D211C9 = { CreatedOnToolsVersion = 9.4.1; ProvisioningStyle = Manual; @@ -2218,8 +2130,6 @@ 9DE354D12100726300D211C9 /* AdjustSdkIm */, 9DFB060F1D747070006D48FC /* AdjustSdkTv */, 9D0E2E01210B570600133B4F /* AdjustSdkWebBridge */, - 9679921C18BBAE2800394606 /* AdjustTests */, - 9D7431E51EB9F9B700969F14 /* AdjustExampleTests */, 0AB1C97027DD450D00509231 /* AdjustSdkStatic */, 0AB1CA2427DF462200509231 /* AdjustSdkTvStatic */, 0AB1CA6727DF5D3200509231 /* AdjustSdkImStatic */, @@ -2359,13 +2269,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9679921B18BBAE2800394606 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9D0E2E00210B570600133B4F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -2374,13 +2277,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9D7431E41EB9F9B700969F14 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DE354D02100726300D211C9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -2736,13 +2632,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9679921918BBAE2800394606 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9D0E2DFD210B570600133B4F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -2792,13 +2681,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9D7431E21EB9F9B700969F14 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DE354CD2100726300D211C9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -2934,16 +2816,6 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 9679922418BBAE2800394606 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 9679920C18BBAE2800394606 /* Adjust */; - targetProxy = 9679922318BBAE2800394606 /* PBXContainerItemProxy */; - }; - 9D7432051EB9F9CF00969F14 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 9D7431E51EB9F9B700969F14 /* AdjustExampleTests */; - targetProxy = 9D7432041EB9F9CF00969F14 /* PBXContainerItemProxy */; - }; 9DE7C9001AE68EF1001556E5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 9679920C18BBAE2800394606 /* Adjust */; @@ -3373,50 +3245,6 @@ }; name = Release; }; - 9679923418BBAE2800394606 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "AdjustTests/AdjustUnitTests/Adjust-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "AdjustTests/AdjustUnitTests/AdjustTests-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - ONLY_ACTIVE_ARCH = NO; - OTHER_CFLAGS = ""; - PRODUCT_BUNDLE_IDENTIFIER = "adjust.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AdjustExampleTests.app/AdjustExampleTests"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - 9679923518BBAE2800394606 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEVELOPMENT_TEAM = QGUGW9AUMK; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "AdjustTests/AdjustUnitTests/Adjust-Prefix.pch"; - INFOPLIST_FILE = "AdjustTests/AdjustUnitTests/AdjustTests-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - OTHER_CFLAGS = ""; - PRODUCT_BUNDLE_IDENTIFIER = "adjust.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AdjustExampleTests.app/AdjustExampleTests"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; 96BCFBE91AC99FBD005A65C5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -3453,7 +3281,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - INFOPLIST_FILE = AdjustSdkWebBridge/Info.plist; + INFOPLIST_FILE = Info/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -3492,7 +3320,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - INFOPLIST_FILE = AdjustSdkWebBridge/Info.plist; + INFOPLIST_FILE = Info/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -3511,54 +3339,6 @@ }; name = Release; }; - 9D7431FA1EB9F9B700969F14 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - DEBUG_INFORMATION_FORMAT = dwarf; - DEVELOPMENT_TEAM = QGUGW9AUMK; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - INFOPLIST_FILE = AdjustExampleTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.adjust.examples; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 9D7431FB1EB9F9B700969F14 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEVELOPMENT_TEAM = QGUGW9AUMK; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - INFOPLIST_FILE = AdjustExampleTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_BUNDLE_IDENTIFIER = com.adjust.examples; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; 9DE354D72100726300D211C9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -3584,7 +3364,7 @@ "$(inherited)", ); GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - INFOPLIST_FILE = AdjustSdkIm/Info.plist; + INFOPLIST_FILE = Info/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -3624,7 +3404,7 @@ GCC_C_LANGUAGE_STANDARD = gnu11; GCC_PREPROCESSOR_DEFINITIONS = "ADJUST_IM=1"; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - INFOPLIST_FILE = AdjustSdkIm/Info.plist; + INFOPLIST_FILE = Info/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -3661,7 +3441,7 @@ EXCLUDED_ARCHS = ""; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - INFOPLIST_FILE = AdjustSdk/Info.plist; + INFOPLIST_FILE = Info/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -3700,7 +3480,7 @@ EXCLUDED_ARCHS = ""; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - INFOPLIST_FILE = AdjustSdk/Info.plist; + INFOPLIST_FILE = Info/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -3738,7 +3518,7 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - INFOPLIST_FILE = AdjustSdkTv/Info.plist; + INFOPLIST_FILE = Info/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -3776,7 +3556,7 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - INFOPLIST_FILE = AdjustSdkTv/Info.plist; + INFOPLIST_FILE = Info/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -3863,15 +3643,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9679923318BBAE2800394606 /* Build configuration list for PBXNativeTarget "AdjustTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9679923418BBAE2800394606 /* Debug */, - 9679923518BBAE2800394606 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 96BCFBE81AC99FBD005A65C5 /* Build configuration list for PBXAggregateTarget "AdjustStatic" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -3890,15 +3661,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9D7432031EB9F9B700969F14 /* Build configuration list for PBXNativeTarget "AdjustExampleTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9D7431FA1EB9F9B700969F14 /* Debug */, - 9D7431FB1EB9F9B700969F14 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 9DE354E52100726300D211C9 /* Build configuration list for PBXNativeTarget "AdjustSdkIm" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeDirectory b/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeDirectory new file mode 100644 index 000000000..d814cdc64 Binary files /dev/null and b/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeDirectory differ diff --git a/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeRequirements b/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeRequirements new file mode 100644 index 000000000..c97f73d7d Binary files /dev/null and b/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeRequirements differ diff --git a/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeRequirements-1 b/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeRequirements-1 new file mode 100644 index 000000000..7e626a104 Binary files /dev/null and b/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeRequirements-1 differ diff --git a/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeResources b/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeResources new file mode 100644 index 000000000..bcfafc263 --- /dev/null +++ b/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeResources @@ -0,0 +1,398 @@ + + + + + files + + ios-arm64/AdjustSigSdk.framework/AdjustSigSdk + + vsMiBlIic9BniryhiGGlkqGoqA4= + + ios-arm64/AdjustSigSdk.framework/Headers/ADJSigner.h + + sXKWy2cvoAerPOw1gnudrG6SLq4= + + ios-arm64/AdjustSigSdk.framework/Info.plist + + vdFIqwnU+nqfzxHYSiwOFxobNkY= + + ios-arm64/AdjustSigSdk.framework/Modules/module.modulemap + + PN3uj8Df1Ep4w5ZlPHNWwb/rUgs= + + ios-arm64/AdjustSigSdk.framework/PrivacyInfo.xcprivacy + + gx7rkJr5pAUPtYWv4sPaZaQm6zQ= + + ios-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk + + aFSy17qzUm5rKNboGkhGP7McQlk= + + ios-arm64_x86_64-simulator/AdjustSigSdk.framework/Headers/ADJSigner.h + + sXKWy2cvoAerPOw1gnudrG6SLq4= + + ios-arm64_x86_64-simulator/AdjustSigSdk.framework/Info.plist + + qcGLPv608DKNowi2jJ5260bL7VA= + + ios-arm64_x86_64-simulator/AdjustSigSdk.framework/Modules/module.modulemap + + PN3uj8Df1Ep4w5ZlPHNWwb/rUgs= + + ios-arm64_x86_64-simulator/AdjustSigSdk.framework/PrivacyInfo.xcprivacy + + gx7rkJr5pAUPtYWv4sPaZaQm6zQ= + + tvos-arm64/AdjustSigSdk.framework/AdjustSigSdk + + /EubCFqzcCLx/IDGL14EtKCh7nc= + + tvos-arm64/AdjustSigSdk.framework/Headers/ADJSigner.h + + sXKWy2cvoAerPOw1gnudrG6SLq4= + + tvos-arm64/AdjustSigSdk.framework/Info.plist + + heCdw+ssxUl8RRCsCb2ydwQUffY= + + tvos-arm64/AdjustSigSdk.framework/Modules/module.modulemap + + PN3uj8Df1Ep4w5ZlPHNWwb/rUgs= + + tvos-arm64/AdjustSigSdk.framework/PrivacyInfo.xcprivacy + + gx7rkJr5pAUPtYWv4sPaZaQm6zQ= + + tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk + + aBvN5tYvHo61GpUF/vzcXiceksw= + + tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/Headers/ADJSigner.h + + sXKWy2cvoAerPOw1gnudrG6SLq4= + + tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/Info.plist + + tSLKGg/3vdyyEqMGYruVfC2WFx8= + + tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/Modules/module.modulemap + + PN3uj8Df1Ep4w5ZlPHNWwb/rUgs= + + tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/PrivacyInfo.xcprivacy + + gx7rkJr5pAUPtYWv4sPaZaQm6zQ= + + + files2 + + ios-arm64/AdjustSigSdk.framework/AdjustSigSdk + + hash + + vsMiBlIic9BniryhiGGlkqGoqA4= + + hash2 + + ZYzWMBdpblZj4PZG+QjzQYwshgWtntw8JIwLrNkSZ20= + + + ios-arm64/AdjustSigSdk.framework/Headers/ADJSigner.h + + hash + + sXKWy2cvoAerPOw1gnudrG6SLq4= + + hash2 + + S8F9VDcgghyH2m9Gi7ZvZyEkdBppwtLNL6uEzRW6ilk= + + + ios-arm64/AdjustSigSdk.framework/Info.plist + + hash + + vdFIqwnU+nqfzxHYSiwOFxobNkY= + + hash2 + + UAQHZA2x/NnyC+VTPKfCMazkoPiS0HiIj4tD6kprelo= + + + ios-arm64/AdjustSigSdk.framework/Modules/module.modulemap + + hash + + PN3uj8Df1Ep4w5ZlPHNWwb/rUgs= + + hash2 + + kd9v81OmO3cFRLQihqVnRnZfiUg8ZhjRGvn6pUSmt9E= + + + ios-arm64/AdjustSigSdk.framework/PrivacyInfo.xcprivacy + + hash + + gx7rkJr5pAUPtYWv4sPaZaQm6zQ= + + hash2 + + Uan3ld35l2WJyJ1G5qP0HQ1EMgYlK+nZeQb223lQRnE= + + + ios-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk + + hash + + aFSy17qzUm5rKNboGkhGP7McQlk= + + hash2 + + jDs5sObxvoSlHNFpNmna5YhVOH/inqyeuDXKd4XnZ+k= + + + ios-arm64_x86_64-simulator/AdjustSigSdk.framework/Headers/ADJSigner.h + + hash + + sXKWy2cvoAerPOw1gnudrG6SLq4= + + hash2 + + S8F9VDcgghyH2m9Gi7ZvZyEkdBppwtLNL6uEzRW6ilk= + + + ios-arm64_x86_64-simulator/AdjustSigSdk.framework/Info.plist + + hash + + qcGLPv608DKNowi2jJ5260bL7VA= + + hash2 + + 5gwUBLrxDmd6uXMRa6v7m3sagj5+cNG/bsaSduplkhM= + + + ios-arm64_x86_64-simulator/AdjustSigSdk.framework/Modules/module.modulemap + + hash + + PN3uj8Df1Ep4w5ZlPHNWwb/rUgs= + + hash2 + + kd9v81OmO3cFRLQihqVnRnZfiUg8ZhjRGvn6pUSmt9E= + + + ios-arm64_x86_64-simulator/AdjustSigSdk.framework/PrivacyInfo.xcprivacy + + hash + + gx7rkJr5pAUPtYWv4sPaZaQm6zQ= + + hash2 + + Uan3ld35l2WJyJ1G5qP0HQ1EMgYlK+nZeQb223lQRnE= + + + tvos-arm64/AdjustSigSdk.framework/AdjustSigSdk + + hash + + /EubCFqzcCLx/IDGL14EtKCh7nc= + + hash2 + + lQiolodXzUKBwrff+MOGkywn2rOsZQylDAl0J9kKqOI= + + + tvos-arm64/AdjustSigSdk.framework/Headers/ADJSigner.h + + hash + + sXKWy2cvoAerPOw1gnudrG6SLq4= + + hash2 + + S8F9VDcgghyH2m9Gi7ZvZyEkdBppwtLNL6uEzRW6ilk= + + + tvos-arm64/AdjustSigSdk.framework/Info.plist + + hash + + heCdw+ssxUl8RRCsCb2ydwQUffY= + + hash2 + + vmiKbGL9UQ5vedSl+J17XXyhCsNCgno3CBrCXIFqmp0= + + + tvos-arm64/AdjustSigSdk.framework/Modules/module.modulemap + + hash + + PN3uj8Df1Ep4w5ZlPHNWwb/rUgs= + + hash2 + + kd9v81OmO3cFRLQihqVnRnZfiUg8ZhjRGvn6pUSmt9E= + + + tvos-arm64/AdjustSigSdk.framework/PrivacyInfo.xcprivacy + + hash + + gx7rkJr5pAUPtYWv4sPaZaQm6zQ= + + hash2 + + Uan3ld35l2WJyJ1G5qP0HQ1EMgYlK+nZeQb223lQRnE= + + + tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk + + hash + + aBvN5tYvHo61GpUF/vzcXiceksw= + + hash2 + + RUQmgjancwWIhOYtlkULJxv/TgC1ublh2ousQ3kDQOE= + + + tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/Headers/ADJSigner.h + + hash + + sXKWy2cvoAerPOw1gnudrG6SLq4= + + hash2 + + S8F9VDcgghyH2m9Gi7ZvZyEkdBppwtLNL6uEzRW6ilk= + + + tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/Info.plist + + hash + + tSLKGg/3vdyyEqMGYruVfC2WFx8= + + hash2 + + Sr1dapxM0rK2AT9VNxCh40WdeUUtJU0X5gpopjj+x2Y= + + + tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/Modules/module.modulemap + + hash + + PN3uj8Df1Ep4w5ZlPHNWwb/rUgs= + + hash2 + + kd9v81OmO3cFRLQihqVnRnZfiUg8ZhjRGvn6pUSmt9E= + + + tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/PrivacyInfo.xcprivacy + + hash + + gx7rkJr5pAUPtYWv4sPaZaQm6zQ= + + hash2 + + Uan3ld35l2WJyJ1G5qP0HQ1EMgYlK+nZeQb223lQRnE= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeSignature b/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeSignature new file mode 100644 index 000000000..5446cab9c Binary files /dev/null and b/AdjustSignature/AdjustSigSdk.xcframework/_CodeSignature/CodeSignature differ diff --git a/AdjustSignature/AdjustSigSdk.xcframework/ios-arm64/AdjustSigSdk.framework/AdjustSigSdk b/AdjustSignature/AdjustSigSdk.xcframework/ios-arm64/AdjustSigSdk.framework/AdjustSigSdk index fd081f563..b9911ae9f 100755 Binary files a/AdjustSignature/AdjustSigSdk.xcframework/ios-arm64/AdjustSigSdk.framework/AdjustSigSdk and b/AdjustSignature/AdjustSigSdk.xcframework/ios-arm64/AdjustSigSdk.framework/AdjustSigSdk differ diff --git a/AdjustSignature/AdjustSigSdk.xcframework/ios-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk b/AdjustSignature/AdjustSigSdk.xcframework/ios-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk index 80f21a1c9..33cefe8fb 100755 Binary files a/AdjustSignature/AdjustSigSdk.xcframework/ios-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk and b/AdjustSignature/AdjustSigSdk.xcframework/ios-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk differ diff --git a/AdjustSignature/AdjustSigSdk.xcframework/tvos-arm64/AdjustSigSdk.framework/AdjustSigSdk b/AdjustSignature/AdjustSigSdk.xcframework/tvos-arm64/AdjustSigSdk.framework/AdjustSigSdk index 3ed9e79e5..aff536264 100755 Binary files a/AdjustSignature/AdjustSigSdk.xcframework/tvos-arm64/AdjustSigSdk.framework/AdjustSigSdk and b/AdjustSignature/AdjustSigSdk.xcframework/tvos-arm64/AdjustSigSdk.framework/AdjustSigSdk differ diff --git a/AdjustSignature/AdjustSigSdk.xcframework/tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk b/AdjustSignature/AdjustSigSdk.xcframework/tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk index 121ed2dae..fc648a49c 100755 Binary files a/AdjustSignature/AdjustSigSdk.xcframework/tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk and b/AdjustSignature/AdjustSigSdk.xcframework/tvos-arm64_x86_64-simulator/AdjustSigSdk.framework/AdjustSigSdk differ diff --git a/AdjustTests/AdjustTestApp/AdjustTestApp.xcodeproj/project.pbxproj b/AdjustTests/AdjustTestApp/AdjustTestApp.xcodeproj/project.pbxproj index 8614e46d9..e32c06f70 100644 --- a/AdjustTests/AdjustTestApp/AdjustTestApp.xcodeproj/project.pbxproj +++ b/AdjustTests/AdjustTestApp/AdjustTestApp.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -61,7 +61,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0A584D7B2C3E98CF0071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; + 0A584D7B2C3E98CF0071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QGUGW9AUMK:adeven GmbH"; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; 0A584D812C3E994E0071A651 /* libAdjust.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAdjust.a; sourceTree = BUILT_PRODUCTS_DIR; }; 524BAC91221C4EE700624F6C /* PSWebSocketDriver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PSWebSocketDriver.m; path = PocketSocket/PSWebSocketDriver.m; sourceTree = ""; }; 524BAC92221C4EE700624F6C /* PSWebSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PSWebSocket.h; path = PocketSocket/PSWebSocket.h; sourceTree = ""; }; diff --git a/AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp.xcodeproj/project.pbxproj b/AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp.xcodeproj/project.pbxproj index 2d05612ab..e2204f3ad 100644 --- a/AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp.xcodeproj/project.pbxproj +++ b/AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -56,7 +56,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0A584D832C3EA31B0071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; + 0A584D832C3EA31B0071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QGUGW9AUMK:adeven GmbH"; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; 0A584D842C3EA31B0071A651 /* libAdjustBridge.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAdjustBridge.a; sourceTree = BUILT_PRODUCTS_DIR; }; 6F666C942C00C430005A6D90 /* ATLNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ATLNetworking.h; sourceTree = ""; }; 6F666C952C00C430005A6D90 /* ATLNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ATLNetworking.m; sourceTree = ""; }; diff --git a/FrameworkInfo/Info.plist b/Info/Info.plist similarity index 100% rename from FrameworkInfo/Info.plist rename to Info/Info.plist diff --git a/Package.swift b/Package.swift index c11341f58..a8b25f563 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/adjust/adjust_signature_sdk.git", - from: "3.18.0" + .upToNextMajor(from: "3.18.0") ) ], targets: [ diff --git a/examples/AdjustExample-FbPixel/AdjustExample-FbPixel.xcodeproj/project.pbxproj b/examples/AdjustExample-FbPixel/AdjustExample-FbPixel.xcodeproj/project.pbxproj index 1fcb72f49..8dd267cf6 100644 --- a/examples/AdjustExample-FbPixel/AdjustExample-FbPixel.xcodeproj/project.pbxproj +++ b/examples/AdjustExample-FbPixel/AdjustExample-FbPixel.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -37,7 +37,7 @@ /* Begin PBXFileReference section */ 07AF832227BD3CBF00C5DD9E /* Main.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = ""; }; - 0A584DB42C3EA9070071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; + 0A584DB42C3EA9070071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QGUGW9AUMK:adeven GmbH"; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; 0A584DB52C3EA9070071A651 /* libAdjustBridge.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAdjustBridge.a; sourceTree = BUILT_PRODUCTS_DIR; }; 9D9D152E212EB3920081445E /* AdjustExample-FbPixel.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AdjustExample-FbPixel.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 9D9D1531212EB3920081445E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; diff --git a/examples/AdjustExample-ObjC/AdjustExample-ObjC.xcodeproj/project.pbxproj b/examples/AdjustExample-ObjC/AdjustExample-ObjC.xcodeproj/project.pbxproj index 1d936de69..852c2d1fa 100644 --- a/examples/AdjustExample-ObjC/AdjustExample-ObjC.xcodeproj/project.pbxproj +++ b/examples/AdjustExample-ObjC/AdjustExample-ObjC.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -38,7 +38,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0A584D892C3EA4020071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; + 0A584D892C3EA4020071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QGUGW9AUMK:adeven GmbH"; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; 0A584D8A2C3EA4020071A651 /* libAdjust.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAdjust.a; sourceTree = BUILT_PRODUCTS_DIR; }; 0A584D8F2C3EA4B60071A651 /* AppTrackingTransparency.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppTrackingTransparency.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppTrackingTransparency.framework; sourceTree = DEVELOPER_DIR; }; 0A584D912C3EA4C80071A651 /* AdServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdServices.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AdServices.framework; sourceTree = DEVELOPER_DIR; }; diff --git a/examples/AdjustExample-Swift/AdjustExample-Swift.xcodeproj/project.pbxproj b/examples/AdjustExample-Swift/AdjustExample-Swift.xcodeproj/project.pbxproj index 48d998a0e..47b2a8d9d 100644 --- a/examples/AdjustExample-Swift/AdjustExample-Swift.xcodeproj/project.pbxproj +++ b/examples/AdjustExample-Swift/AdjustExample-Swift.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -35,7 +35,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0A584D952C3EA56F0071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; + 0A584D952C3EA56F0071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QGUGW9AUMK:adeven GmbH"; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; 0A584D962C3EA56F0071A651 /* libAdjust.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAdjust.a; sourceTree = BUILT_PRODUCTS_DIR; }; 0A584D9B2C3EA5980071A651 /* AdjustExample-Swift-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AdjustExample-Swift-Bridging-Header.h"; sourceTree = ""; }; 9D319B9823054502000E28A6 /* AdjustExample-Swift.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "AdjustExample-Swift.entitlements"; sourceTree = ""; }; diff --git a/examples/AdjustExample-WebView/AdjustExample-WebView.xcodeproj/project.pbxproj b/examples/AdjustExample-WebView/AdjustExample-WebView.xcodeproj/project.pbxproj index deac0e384..7f2bce1b7 100644 --- a/examples/AdjustExample-WebView/AdjustExample-WebView.xcodeproj/project.pbxproj +++ b/examples/AdjustExample-WebView/AdjustExample-WebView.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -40,7 +40,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0A584D9F2C3EA6C40071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; + 0A584D9F2C3EA6C40071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QGUGW9AUMK:adeven GmbH"; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; 0A584DA02C3EA6C40071A651 /* libAdjustBridge.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAdjustBridge.a; sourceTree = BUILT_PRODUCTS_DIR; }; 9D1082A41CFDAF8E0050568B /* AdjustExample-WebView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AdjustExample-WebView.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 9D1082A81CFDAF8E0050568B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; diff --git a/examples/AdjustExample-iMessage/AdjustExample-iMessage.xcodeproj/project.pbxproj b/examples/AdjustExample-iMessage/AdjustExample-iMessage.xcodeproj/project.pbxproj index 8475680cf..89d32d1b9 100644 --- a/examples/AdjustExample-iMessage/AdjustExample-iMessage.xcodeproj/project.pbxproj +++ b/examples/AdjustExample-iMessage/AdjustExample-iMessage.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -54,7 +54,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0A584DAE2C3EA8AE0071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; + 0A584DAE2C3EA8AE0071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QGUGW9AUMK:adeven GmbH"; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; 0A584DAF2C3EA8AE0071A651 /* libAdjust.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAdjust.a; sourceTree = BUILT_PRODUCTS_DIR; }; 9D01676520FF81280029CFFF /* AdjustExample-iMessage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AdjustExample-iMessage.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 9D01676820FF812B0029CFFF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; diff --git a/examples/AdjustExample-iWatch/AdjustExample-iWatch.xcodeproj/project.pbxproj b/examples/AdjustExample-iWatch/AdjustExample-iWatch.xcodeproj/project.pbxproj index 823562eb0..dbd3673cc 100644 --- a/examples/AdjustExample-iWatch/AdjustExample-iWatch.xcodeproj/project.pbxproj +++ b/examples/AdjustExample-iWatch/AdjustExample-iWatch.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -85,7 +85,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0A584DA82C3EA8420071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; + 0A584DA82C3EA8420071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QGUGW9AUMK:adeven GmbH"; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; 0A584DA92C3EA8420071A651 /* libAdjust.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAdjust.a; sourceTree = BUILT_PRODUCTS_DIR; }; 9DF7AC141CB4FEDB00D3591F /* AdjustExample-iWatch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AdjustExample-iWatch.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 9DF7AC181CB4FEDB00D3591F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; diff --git a/examples/AdjustExample-tvOS/AdjustExample-tvOS.xcodeproj/project.pbxproj b/examples/AdjustExample-tvOS/AdjustExample-tvOS.xcodeproj/project.pbxproj index 42cfec595..47b12f6b7 100644 --- a/examples/AdjustExample-tvOS/AdjustExample-tvOS.xcodeproj/project.pbxproj +++ b/examples/AdjustExample-tvOS/AdjustExample-tvOS.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -36,7 +36,7 @@ /* Begin PBXFileReference section */ 0A584DA52C3EA7AA0071A651 /* libAdjustSdk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libAdjustSdk.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0A584DBA2C3FAB1C0071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; + 0A584DBA2C3FAB1C0071A651 /* AdjustSigSdk.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:QGUGW9AUMK:adeven GmbH"; lastKnownFileType = wrapper.xcframework; name = AdjustSigSdk.xcframework; path = ../../AdjustSignature/AdjustSigSdk.xcframework; sourceTree = ""; }; 963909B21BCC0D8300A2E8A4 /* AdjustExample-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AdjustExample-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 963909B61BCC0D8300A2E8A4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 963909B81BCC0D8300A2E8A4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; };