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

Commit

Permalink
v3.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
avalore committed Aug 17, 2018
1 parent 72cd482 commit fb6081f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.0.39
- Fixed: UI display issues when operating in 10.14 dark mode
- Fixed: Deactivations sometimes causing issues with restarting trials
- Fixed: simplifyViews option now working again

# 3.0.38
- Fixed: Child products with no expiry date being treated as expired in some circumstances.

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>17B1003</string>
<string>17G65</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.38</string>
<string>3.0.39</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>394</string>
<string>402</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9C40b</string>
<string>9F2000</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17C76</string>
<string>17E189</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0920</string>
<string>0941</string>
<key>DTXcodeBuild</key>
<string>9C40b</string>
<string>9F2000</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Paddle. All rights reserved.</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified Paddle.framework/Versions/A/Resources/PADProductNoTrial.nib
Binary file not shown.
Binary file modified Paddle.framework/Versions/A/Resources/PADProductNoTrialYosemite.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.38"
s.version = "3.0.39"
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 @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
}

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

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

0 comments on commit fb6081f

Please sign in to comment.