Skip to content

Commit

Permalink
v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avalore committed May 12, 2022
1 parent 06519d0 commit e741025
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.3.1
Fixed: Prevented verify methods from crashing for particular scenarios when no internet connection was available.

# 4.3.0
This release contains bugs fixes and much-needed improvements which are listed below:
- Switched to WKWebView.
Expand Down
Binary file modified Paddle.framework/Versions/A/Paddle
Binary file not shown.
4 changes: 2 additions & 2 deletions Paddle.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.3</string>
<string>4.3.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>4.3</string>
<string>4.3.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
6 changes: 3 additions & 3 deletions PaddleV4.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PaddleV4"
s.version = "4.3.0"
s.version = "4.3.1"
s.summary = "A licensing framework for OS X"
s.description = "Paddle is an easy to use licensing framework for OS X including App Licensing and In App Purchases."
s.homepage = "https://www.paddle.com"
Expand Down Expand Up @@ -35,8 +35,8 @@ SOFTWARE.
}

s.platform = :osx, '10.10'
s.source = { :http => "https://github.com/PaddleHQ/Mac-Framework-V4/archive/v4.3.0.zip" }
s.vendored_framework = 'Mac-Framework-V4-4.3.0/Paddle.framework'
s.source = { :http => "https://github.com/PaddleHQ/Mac-Framework-V4/archive/v4.3.1.zip" }
s.vendored_framework = 'Mac-Framework-V4-4.3.1/Paddle.framework'
s.requires_arc = false
s.framework = 'WebKit';
end

0 comments on commit e741025

Please sign in to comment.