Skip to content

Commit

Permalink
Version 3.14.4 (#3398)
Browse files Browse the repository at this point in the history
- `HTTPClient`: add `X-Is-Sandbox` header 
 		#3396
 - `RCSystemInfo.isSandbox`: improve implementation
 		#3397
  • Loading branch information
NachoSoto committed Nov 9, 2023
1 parent df14524 commit 590804f
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ objc: true
sdk: iphonesimulator
module: Purchases
umbrella_header: Purchases/Public/Purchases.h
module_version: 3.14.3
module_version: 3.14.4
github_url: https://github.com/revenuecat/purchases-ios
github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.14.3
github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.14.4
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)]
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.3
3.14.4
6 changes: 4 additions & 2 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- `RCProductInfo`: added `SKStoreFront.countryCode` to post `store_country` with receipts
https://github.com/RevenueCat/purchases-ios/pull/2093
- `HTTPClient`: add `X-Is-Sandbox` header
https://github.com/RevenueCat/purchases-ios/pull/3396
- `RCSystemInfo.isSandbox`: improve implementation
https://github.com/RevenueCat/purchases-ios/pull/3397
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.14.4
- `HTTPClient`: add `X-Is-Sandbox` header
https://github.com/RevenueCat/purchases-ios/pull/3396
- `RCSystemInfo.isSandbox`: improve implementation
https://github.com/RevenueCat/purchases-ios/pull/3397

## 3.14.3
- `RCProductInfo`: added `SKStoreFront.countryCode` to post `store_country` with receipts
https://github.com/RevenueCat/purchases-ios/pull/2093
Expand Down
4 changes: 2 additions & 2 deletions Purchases.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Purchases"
s.version = "3.14.3"
s.version = "3.14.4"
s.summary = "Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.dependency 'PurchasesCoreSwift', '3.14.3'
s.dependency 'PurchasesCoreSwift', '3.14.4'


s.source_files = ['Purchases/**/*.{h,m}']
Expand Down
2 changes: 1 addition & 1 deletion Purchases/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.14.3</string>
<string>3.14.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Purchases/Misc/RCSystemInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ + (BOOL)isSandboxWithBundle:(NSBundle *)bundle inSimulator:(BOOL)simulator {
}

+ (NSString *)frameworkVersion {
return @"3.14.3";
return @"3.14.4";
}

+ (NSString *)systemVersion {
Expand Down
2 changes: 1 addition & 1 deletion PurchasesCoreSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesCoreSwift"
s.version = "3.14.3"
s.version = "3.14.4"
s.summary = "Swift portion of RevenueCat's Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion PurchasesCoreSwift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.14.3</string>
<string>3.14.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion PurchasesCoreSwiftTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.14.3</string>
<string>3.14.4</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion PurchasesTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.14.3</string>
<string>3.14.4</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion StoreKitTestApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.14.3</string>
<string>3.14.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion StoreKitTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.14.3</string>
<string>3.14.4</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 590804f

Please sign in to comment.