Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
v3.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
avalore committed Oct 14, 2019
1 parent d6ff52d commit a000f84
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.0.42
- Fixed: App crashes when upgrading to Catalina.

The bug only affected users that have activated their license before v3 and implementations where remote verification methods are used without checking if a license exists first.
Because the underlying implementation of NSData has changed in Catalina the verify method will incorrectly continue with remote verification when it can't find a local license code.

# 3.0.40
- Added: More detailed console logs for file write issues.
- Fixed: Crashes around deprecated `beginSheet` methods.
Expand Down
Binary file modified Paddle.framework/Versions/A/Paddle
Binary file not shown.
14 changes: 7 additions & 7 deletions Paddle.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18A389</string>
<string>18C54</string>
<key>CFBundleDevelopmentRegion</key>
<string>en_GB</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.40</string>
<string>3.0.42</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>426</string>
<string>459</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10A255</string>
<string>10B61</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18A384</string>
<string>18B71</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1000</string>
<string>1010</string>
<key>DTXcodeBuild</key>
<string>10A255</string>
<string>10B61</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Paddle. All rights reserved.</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Paddle.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Paddle"
s.version = "3.0.41"
s.version = "3.0.42"
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 All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.deprecated_in_favor_of = 'PaddleV4'

s.platform = :osx, '10.7'
s.source = { :http => "https://github.com/PaddleHQ/Mac-Framework/archive/v3.0.40.tar.gz" }
s.source = { :http => "https://github.com/PaddleHQ/Mac-Framework/archive/v3.0.42.tar.gz" }

s.vendored_framework = 'Paddle.framework'
s.requires_arc = false
Expand Down

0 comments on commit a000f84

Please sign in to comment.