diff --git a/RevenueCat.xcodeproj/project.pbxproj b/RevenueCat.xcodeproj/project.pbxproj index 51e69becfe..094cf6912b 100644 --- a/RevenueCat.xcodeproj/project.pbxproj +++ b/RevenueCat.xcodeproj/project.pbxproj @@ -1184,13 +1184,6 @@ remoteGlobalIDString = 2DEAC2D926EFE46E006914ED; remoteInfo = UnitTestsHostApp; }; - 4D6F4BE82CFE2FAB00353AF6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2DD5008F2C519EB4009C19B7 /* PaywallsTester.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = FA29FBA82CCAA79800DA1976; - remoteInfo = PaywallsTesterTests; - }; 4F6BEE082A27B02400CD9322 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 352629F51F7C4B9100C04F2C /* Project object */; @@ -1654,7 +1647,6 @@ 4D6ABB0D2AF13FB100BB2A08 /* StoreEnvironment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoreEnvironment.swift; sourceTree = ""; }; 4D6ABB0F2AF13FBD00BB2A08 /* SK2AppTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SK2AppTransaction.swift; sourceTree = ""; }; 4D6F4BCF2CF69DE300353AF6 /* ForegroundColorScheme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForegroundColorScheme.swift; sourceTree = ""; }; - 4D6F4BE52CFE2FAB00353AF6 /* PaywallsTesterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaywallsTesterTests.swift; sourceTree = ""; }; 4D7A3E272B85729E00ABDE67 /* PurchasesOrchestratorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PurchasesOrchestratorTests.swift; sourceTree = ""; }; 4DBC30952B1DFA97001D33C7 /* StoreKitVersion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreKitVersion.swift; sourceTree = ""; }; 4DBF1F352B4D572400D52354 /* LocalReceiptFetcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalReceiptFetcher.swift; sourceTree = ""; }; @@ -3023,7 +3015,6 @@ children = ( 2DD500402C519EB4009C19B7 /* ci_scripts */, 2DD5008E2C519EB4009C19B7 /* PaywallsTester */, - 4D6F4BE62CFE2FAB00353AF6 /* PaywallsTesterTests */, 2DD5008F2C519EB4009C19B7 /* PaywallsTester.xcodeproj */, 2DD500902C519EB4009C19B7 /* PaywallsTester.xcworkspace */, 2DD500912C519EB4009C19B7 /* Postprocessor.sh */, @@ -3179,7 +3170,6 @@ isa = PBXGroup; children = ( 2DD500F82C519EB4009C19B7 /* PaywallsTester.app */, - 4D6F4BE92CFE2FAB00353AF6 /* PaywallsTesterTests.xctest */, ); name = Products; sourceTree = ""; @@ -3909,14 +3899,6 @@ path = BasicTypes; sourceTree = ""; }; - 4D6F4BE62CFE2FAB00353AF6 /* PaywallsTesterTests */ = { - isa = PBXGroup; - children = ( - 4D6F4BE52CFE2FAB00353AF6 /* PaywallsTesterTests.swift */, - ); - path = PaywallsTesterTests; - sourceTree = ""; - }; 4F1428A52A4A1330006CD196 /* Test Data */ = { isa = PBXGroup; children = ( @@ -5460,13 +5442,6 @@ remoteRef = 2DD501092C519EB4009C19B7 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 4D6F4BE92CFE2FAB00353AF6 /* PaywallsTesterTests.xctest */ = { - isa = PBXReferenceProxy; - fileType = wrapper.cfbundle; - path = PaywallsTesterTests.xctest; - remoteRef = 4D6F4BE82CFE2FAB00353AF6 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ diff --git a/Tests/TestingApps/PaywallsTester/PaywallsTester.xcodeproj/project.pbxproj b/Tests/TestingApps/PaywallsTester/PaywallsTester.xcodeproj/project.pbxproj index 46e213187a..3bf18c548f 100644 --- a/Tests/TestingApps/PaywallsTester/PaywallsTester.xcodeproj/project.pbxproj +++ b/Tests/TestingApps/PaywallsTester/PaywallsTester.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 55; + objectVersion = 56; objects = { /* Begin PBXBuildFile section */ @@ -58,19 +58,8 @@ 88DFC1932BCF490400273B6D /* OfferingsResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DFC1922BCF490400273B6D /* OfferingsResponse.swift */; }; 88DFC1942BCF490400273B6D /* PaywallsResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DFC1912BCF490400273B6D /* PaywallsResponse.swift */; }; 88DFC1972BCF4A5100273B6D /* MockData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DFC1952BCF4A4300273B6D /* MockData.swift */; }; - FA29FBB22CCAA7A500DA1976 /* SnapshottingTests in Frameworks */ = {isa = PBXBuildFile; productRef = FA29FBB12CCAA7A500DA1976 /* SnapshottingTests */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - FA29FBAC2CCAA79800DA1976 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 4F6BED922A26A64200CD9322 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F6BED992A26A64200CD9322; - remoteInfo = PaywallsTester; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXCopyFilesBuildPhase section */ 4F6BEDD72A26A68E00CD9322 /* Embed Frameworks */ = { isa = PBXCopyFilesBuildPhase; @@ -86,7 +75,6 @@ /* Begin PBXFileReference section */ 2DBCEDFC2AC4BC060064C274 /* PaywallViewMode+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PaywallViewMode+Extensions.swift"; sourceTree = ""; }; - 4D2E84DB2D00EDA100C639D9 /* PaywallsTesterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaywallsTesterTests.swift; sourceTree = ""; }; 4F0B5EA02A97CD9300DB0FC9 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; 4F0B5EA12A97CDAC00DB0FC9 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; 4F102E262A840ECC0059EED6 /* CustomPaywall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomPaywall.swift; sourceTree = ""; }; @@ -150,7 +138,6 @@ 88DFC1912BCF490400273B6D /* PaywallsResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaywallsResponse.swift; sourceTree = ""; }; 88DFC1922BCF490400273B6D /* OfferingsResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfferingsResponse.swift; sourceTree = ""; }; 88DFC1952BCF4A4300273B6D /* MockData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockData.swift; sourceTree = ""; }; - FA29FBA82CCAA79800DA1976 /* PaywallsTesterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PaywallsTesterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -164,25 +151,9 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FA29FBA52CCAA79800DA1976 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - FA29FBB22CCAA7A500DA1976 /* SnapshottingTests in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 4D2E84DC2D00EDA100C639D9 /* PaywallsTesterTests */ = { - isa = PBXGroup; - children = ( - 4D2E84DB2D00EDA100C639D9 /* PaywallsTesterTests.swift */, - ); - path = PaywallsTesterTests; - sourceTree = ""; - }; 4F34FF682A60AEE300AADF11 /* UI */ = { isa = PBXGroup; children = ( @@ -199,7 +170,6 @@ 773C13462CB5865400219E42 /* Local.xcconfig */, 4F4EE7D02A5731CF00D7EAE1 /* purchases-ios */, 4FC046BB2A572E3700A28BCF /* PaywallsTester */, - 4D2E84DC2D00EDA100C639D9 /* PaywallsTesterTests */, 4F6BED9B2A26A64200CD9322 /* Products */, 4F6BEDCC2A26A68E00CD9322 /* Frameworks */, ); @@ -209,7 +179,6 @@ isa = PBXGroup; children = ( 4F6BED9A2A26A64200CD9322 /* PaywallsTester.app */, - FA29FBA82CCAA79800DA1976 /* PaywallsTesterTests.xctest */, ); name = Products; sourceTree = ""; @@ -402,27 +371,6 @@ productReference = 4F6BED9A2A26A64200CD9322 /* PaywallsTester.app */; productType = "com.apple.product-type.application"; }; - FA29FBA72CCAA79800DA1976 /* PaywallsTesterTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = FA29FBAE2CCAA79800DA1976 /* Build configuration list for PBXNativeTarget "PaywallsTesterTests" */; - buildPhases = ( - FA29FBA42CCAA79800DA1976 /* Sources */, - FA29FBA52CCAA79800DA1976 /* Frameworks */, - FA29FBA62CCAA79800DA1976 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - FA29FBAD2CCAA79800DA1976 /* PBXTargetDependency */, - ); - name = PaywallsTesterTests; - packageProductDependencies = ( - FA29FBB12CCAA7A500DA1976 /* SnapshottingTests */, - ); - productName = PaywallsTesterTests; - productReference = FA29FBA82CCAA79800DA1976 /* PaywallsTesterTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -430,16 +378,12 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = 1; - LastSwiftUpdateCheck = 1600; + LastSwiftUpdateCheck = 1430; LastUpgradeCheck = 1430; TargetAttributes = { 4F6BED992A26A64200CD9322 = { CreatedOnToolsVersion = 14.3; }; - FA29FBA72CCAA79800DA1976 = { - CreatedOnToolsVersion = 16.0; - TestTargetID = 4F6BED992A26A64200CD9322; - }; }; }; buildConfigurationList = 4F6BED952A26A64200CD9322 /* Build configuration list for PBXProject "PaywallsTester" */; @@ -458,14 +402,12 @@ ); mainGroup = 4F6BED912A26A64200CD9322; packageReferences = ( - FA29FBA12CCAA76E00DA1976 /* XCRemoteSwiftPackageReference "SnapshotPreviews" */, ); productRefGroup = 4F6BED9B2A26A64200CD9322 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 4F6BED992A26A64200CD9322 /* PaywallsTester */, - FA29FBA72CCAA79800DA1976 /* PaywallsTesterTests */, ); }; /* End PBXProject section */ @@ -481,13 +423,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FA29FBA62CCAA79800DA1976 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -543,23 +478,8 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FA29FBA42CCAA79800DA1976 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - FA29FBAD2CCAA79800DA1976 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 4F6BED992A26A64200CD9322 /* PaywallsTester */; - targetProxy = FA29FBAC2CCAA79800DA1976 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin PBXVariantGroup section */ 4F4557E42A6FFE6A00160521 /* Localizable.strings */ = { isa = PBXVariantGroup; @@ -789,54 +709,6 @@ }; name = Release; }; - FA29FBAF2CCAA79800DA1976 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - ENABLE_USER_SCRIPT_SANDBOXING = YES; - GCC_C_LANGUAGE_STANDARD = gnu17; - GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.revenuecat.PaywallsTesterTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PaywallsTester.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PaywallsTester"; - }; - name = Debug; - }; - FA29FBB02CCAA79800DA1976 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; - BUNDLE_LOADER = "$(TEST_HOST)"; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - ENABLE_USER_SCRIPT_SANDBOXING = YES; - GCC_C_LANGUAGE_STANDARD = gnu17; - GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.revenuecat.PaywallsTesterTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = iphoneos; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PaywallsTester.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PaywallsTester"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -858,28 +730,8 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FA29FBAE2CCAA79800DA1976 /* Build configuration list for PBXNativeTarget "PaywallsTesterTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FA29FBAF2CCAA79800DA1976 /* Debug */, - FA29FBB02CCAA79800DA1976 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; /* End XCConfigurationList section */ -/* Begin XCRemoteSwiftPackageReference section */ - FA29FBA12CCAA76E00DA1976 /* XCRemoteSwiftPackageReference "SnapshotPreviews" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/EmergeTools/SnapshotPreviews"; - requirement = { - kind = upToNextMajorVersion; - minimumVersion = 0.10.16; - }; - }; -/* End XCRemoteSwiftPackageReference section */ - /* Begin XCSwiftPackageProductDependency section */ 4F4EE7D12A5731E800D7EAE1 /* RevenueCat */ = { isa = XCSwiftPackageProductDependency; @@ -889,11 +741,6 @@ isa = XCSwiftPackageProductDependency; productName = RevenueCatUI; }; - FA29FBB12CCAA7A500DA1976 /* SnapshottingTests */ = { - isa = XCSwiftPackageProductDependency; - package = FA29FBA12CCAA76E00DA1976 /* XCRemoteSwiftPackageReference "SnapshotPreviews" */; - productName = SnapshottingTests; - }; /* End XCSwiftPackageProductDependency section */ }; rootObject = 4F6BED922A26A64200CD9322 /* Project object */; diff --git a/Tests/TestingApps/PaywallsTester/PaywallsTester.xcodeproj/xcshareddata/xcschemes/PaywallsTester - Live Config.xcscheme b/Tests/TestingApps/PaywallsTester/PaywallsTester.xcodeproj/xcshareddata/xcschemes/PaywallsTester - Live Config.xcscheme index 45215ff4a6..0029172252 100644 --- a/Tests/TestingApps/PaywallsTester/PaywallsTester.xcodeproj/xcshareddata/xcschemes/PaywallsTester - Live Config.xcscheme +++ b/Tests/TestingApps/PaywallsTester/PaywallsTester.xcodeproj/xcshareddata/xcschemes/PaywallsTester - Live Config.xcscheme @@ -64,19 +64,6 @@ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES" shouldAutocreateTestPlan = "YES"> - - - - - - - - - - - -