Skip to content

Commit

Permalink
v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
avalore committed Nov 20, 2023
1 parent 9b00880 commit 0144d3e
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 21 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.4.3
Fixed: Issue introduced in version 4.4.1 causing crashes on launch for Sonoma and macOS 11.

# 4.4.2
Fixed: Issue introduced in the latest release that was causing the SDK to crash when deactivation method was called

Expand Down
Binary file modified Paddle.framework/Versions/A/Paddle
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 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>23A344</string>
<string>22G74</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.4.2</string>
<string>4.4.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>4.4.2</string>
<string>4.4.3</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string></string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>14.0</string>
<string>13.3</string>
<key>DTSDKBuild</key>
<string>23A334</string>
<string>22E245</string>
<key>DTSDKName</key>
<string>macosx14.0</string>
<string>macosx13.3</string>
<key>DTXcode</key>
<string>1501</string>
<string>1430</string>
<key>DTXcodeBuild</key>
<string>15A507</string>
<string>14E222b</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file not shown.
2 changes: 0 additions & 2 deletions Paddle.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>Paddle.framework/Versions/A/Paddle</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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>23A344</string>
<string>22G74</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.4.2</string>
<string>4.4.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>4.4.2</string>
<string>4.4.3</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string></string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>14.0</string>
<string>13.3</string>
<key>DTSDKBuild</key>
<string>23A334</string>
<string>22E245</string>
<key>DTSDKName</key>
<string>macosx14.0</string>
<string>macosx13.3</string>
<key>DTXcode</key>
<string>1501</string>
<string>1430</string>
<key>DTXcodeBuild</key>
<string>15A507</string>
<string>14E222b</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file not shown.
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.4.2"
s.version = "4.4.3"
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.13'
s.source = { :http => "https://github.com/PaddleHQ/Mac-Framework-V4/archive/v4.4.2.zip" }
s.vendored_framework = 'Mac-Framework-V4-4.4.2/Paddle.framework'
s.source = { :http => "https://github.com/PaddleHQ/Mac-Framework-V4/archive/v4.4.3.zip" }
s.vendored_framework = 'Mac-Framework-V4-4.4.3/Paddle.framework'
s.requires_arc = false
s.framework = 'WebKit';
end

0 comments on commit 0144d3e

Please sign in to comment.