From d4ba3c960e6d7ee7939f308724c998a963ef1eb3 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Fri, 7 Aug 2020 09:00:56 -0700 Subject: [PATCH 1/5] Preparing for next version --- .jazzy.yaml | 4 ++-- Purchases.podspec | 2 +- Purchases/Info.plist | 2 +- Purchases/Misc/RCSystemInfo.m | 2 +- PurchasesTests/Info.plist | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index 7c07d6841e..907463bb07 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -5,9 +5,9 @@ objc: true sdk: iphonesimulator module: Purchases umbrella_header: Purchases/Public/Purchases.h -module_version: 3.6.0-beta +module_version: 3.7.0-SNAPSHOT-beta github_url: https://github.com/revenuecat/purchases-ios -github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.6.0-beta +github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.7.0-SNAPSHOT-beta output: docs # Leaving this commented out. We used to specify this before, but now it's working without it # xcodebuild_arguments: [--objc,Purchases/Public/Purchases.h,--,-x,objective-c,-isysroot,$(xcrun --show-sdk-path),-I,$(pwd)] diff --git a/Purchases.podspec b/Purchases.podspec index 61535300c2..ccb3a6fd8d 100644 --- a/Purchases.podspec +++ b/Purchases.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Purchases" - s.version = "3.6.0-beta" + s.version = "3.7.0-SNAPSHOT" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/Purchases/Info.plist b/Purchases/Info.plist index e8cbdf35bf..2ad64f9233 100644 --- a/Purchases/Info.plist +++ b/Purchases/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.6.0 + 3.7.0-SNAPSHOT CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Purchases/Misc/RCSystemInfo.m b/Purchases/Misc/RCSystemInfo.m index 4d3dc78166..8a0a612176 100644 --- a/Purchases/Misc/RCSystemInfo.m +++ b/Purchases/Misc/RCSystemInfo.m @@ -47,7 +47,7 @@ + (BOOL)isSandbox { } + (NSString *)frameworkVersion { - return @"3.6.0-beta"; + return @"3.7.0-SNAPSHOT-beta"; } + (NSString *)systemVersion { diff --git a/PurchasesTests/Info.plist b/PurchasesTests/Info.plist index 8ea10dc13f..4892ae73a0 100644 --- a/PurchasesTests/Info.plist +++ b/PurchasesTests/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.6.0 + 3.7.0-SNAPSHOT CFBundleVersion 1 From 6b569b22bc49c942259f913ba2ad84324ade40ca Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Fri, 7 Aug 2020 09:06:55 -0700 Subject: [PATCH 2/5] Update RCSystemInfo.m --- Purchases/Misc/RCSystemInfo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Purchases/Misc/RCSystemInfo.m b/Purchases/Misc/RCSystemInfo.m index 8a0a612176..f3df658f95 100644 --- a/Purchases/Misc/RCSystemInfo.m +++ b/Purchases/Misc/RCSystemInfo.m @@ -47,7 +47,7 @@ + (BOOL)isSandbox { } + (NSString *)frameworkVersion { - return @"3.7.0-SNAPSHOT-beta"; + return @"3.7.0-SNAPSHOT"; } + (NSString *)systemVersion { From 0b9df5c4fd89a669255090fbd1f959dd79fe6ec8 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Fri, 7 Aug 2020 09:07:12 -0700 Subject: [PATCH 3/5] Update .jazzy.yaml --- .jazzy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index 907463bb07..be022ab323 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -5,7 +5,7 @@ objc: true sdk: iphonesimulator module: Purchases umbrella_header: Purchases/Public/Purchases.h -module_version: 3.7.0-SNAPSHOT-beta +module_version: 3.7.0-SNAPSHOT github_url: https://github.com/revenuecat/purchases-ios github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.7.0-SNAPSHOT-beta output: docs From 8503328f25439ec8bbcbf48044584bc8842c2893 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Fri, 7 Aug 2020 09:07:27 -0700 Subject: [PATCH 4/5] Update .jazzy.yaml --- .jazzy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index be022ab323..4ed3b357ad 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -7,7 +7,7 @@ module: Purchases umbrella_header: Purchases/Public/Purchases.h module_version: 3.7.0-SNAPSHOT github_url: https://github.com/revenuecat/purchases-ios -github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.7.0-SNAPSHOT-beta +github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.7.0-SNAPSHOT output: docs # Leaving this commented out. We used to specify this before, but now it's working without it # xcodebuild_arguments: [--objc,Purchases/Public/Purchases.h,--,-x,objective-c,-isysroot,$(xcrun --show-sdk-path),-I,$(pwd)] From 1953d60e5ad214d7d1a8e67df8b882732e097e26 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Tue, 11 Aug 2020 10:56:57 -0700 Subject: [PATCH 5/5] back to 3.6.0-SNAPSHOT --- .jazzy.yaml | 4 ++-- Purchases.podspec | 2 +- Purchases/Info.plist | 2 +- Purchases/Misc/RCSystemInfo.m | 2 +- PurchasesTests/Info.plist | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index 4ed3b357ad..b41f11911f 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -5,9 +5,9 @@ objc: true sdk: iphonesimulator module: Purchases umbrella_header: Purchases/Public/Purchases.h -module_version: 3.7.0-SNAPSHOT +module_version: 3.6.0-SNAPSHOT github_url: https://github.com/revenuecat/purchases-ios -github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.7.0-SNAPSHOT +github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.6.0-SNAPSHOT output: docs # Leaving this commented out. We used to specify this before, but now it's working without it # xcodebuild_arguments: [--objc,Purchases/Public/Purchases.h,--,-x,objective-c,-isysroot,$(xcrun --show-sdk-path),-I,$(pwd)] diff --git a/Purchases.podspec b/Purchases.podspec index ccb3a6fd8d..896b4338fa 100644 --- a/Purchases.podspec +++ b/Purchases.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Purchases" - s.version = "3.7.0-SNAPSHOT" + s.version = "3.6.0-SNAPSHOT" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/Purchases/Info.plist b/Purchases/Info.plist index 2ad64f9233..97449e77d2 100644 --- a/Purchases/Info.plist +++ b/Purchases/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.7.0-SNAPSHOT + 3.6.0-SNAPSHOT CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Purchases/Misc/RCSystemInfo.m b/Purchases/Misc/RCSystemInfo.m index f3df658f95..bf32f817cf 100644 --- a/Purchases/Misc/RCSystemInfo.m +++ b/Purchases/Misc/RCSystemInfo.m @@ -47,7 +47,7 @@ + (BOOL)isSandbox { } + (NSString *)frameworkVersion { - return @"3.7.0-SNAPSHOT"; + return @"3.6.0-SNAPSHOT"; } + (NSString *)systemVersion { diff --git a/PurchasesTests/Info.plist b/PurchasesTests/Info.plist index 4892ae73a0..e63316b6a2 100644 --- a/PurchasesTests/Info.plist +++ b/PurchasesTests/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.7.0-SNAPSHOT + 3.6.0-SNAPSHOT CFBundleVersion 1