From 6e1bc33f620cc53d63770f0c02def2afe16fb5d5 Mon Sep 17 00:00:00 2001 From: Andy Boedo Date: Fri, 16 Aug 2024 19:42:36 -0300 Subject: [PATCH 1/3] fixed the setting for SKIP_INSTALL --- RevenueCat.xcodeproj/project.pbxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RevenueCat.xcodeproj/project.pbxproj b/RevenueCat.xcodeproj/project.pbxproj index fe9fa02c13..9655f8c75f 100644 --- a/RevenueCat.xcodeproj/project.pbxproj +++ b/RevenueCat.xcodeproj/project.pbxproj @@ -6507,7 +6507,7 @@ PROVISIONING_PROFILE_SPECIFIER = ""; RUN_DOCUMENTATION_COMPILER = YES; SDKROOT = ""; - SKIP_INSTALL = NO; + SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -7089,7 +7089,7 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = ""; - SKIP_INSTALL = NO; + SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; @@ -7187,7 +7187,7 @@ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = ""; - SKIP_INSTALL = NO; + SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator"; SUPPORTS_MACCATALYST = YES; SWIFT_EMIT_LOC_STRINGS = YES; From 73f4b4cab078806d4c02bfb616aeec051add8164 Mon Sep 17 00:00:00 2001 From: Andy Boedo Date: Fri, 16 Aug 2024 19:47:08 -0300 Subject: [PATCH 2/3] force test to verify that it works --- .circleci/config.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9b756376b0..9622a54237 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1249,10 +1249,12 @@ workflows: - not: << pipeline.parameters.generate_snapshots >> - not: << pipeline.parameters.generate_revenuecatui_snapshots >> jobs: - - lint - - run-test-ios-17 - - pod-lib-lint - - run-revenuecat-ui-ios-17 + # todo: undo the change after confirming that things work + - installation-tests-xcode-direct-integration + # - lint + # - run-test-ios-17 + # - pod-lib-lint + # - run-revenuecat-ui-ios-17 create-tag: when: From 16504d4b73f84b5e5ec528b9884c8f8d84861ef8 Mon Sep 17 00:00:00 2001 From: Andy Boedo Date: Fri, 16 Aug 2024 19:52:29 -0300 Subject: [PATCH 3/3] revert temporary changes for tests --- .circleci/config.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9622a54237..9b756376b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1249,12 +1249,10 @@ workflows: - not: << pipeline.parameters.generate_snapshots >> - not: << pipeline.parameters.generate_revenuecatui_snapshots >> jobs: - # todo: undo the change after confirming that things work - - installation-tests-xcode-direct-integration - # - lint - # - run-test-ios-17 - # - pod-lib-lint - # - run-revenuecat-ui-ios-17 + - lint + - run-test-ios-17 + - pod-lib-lint + - run-revenuecat-ui-ios-17 create-tag: when: