Skip to content

Commit

Permalink
Push From Landun: update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
libpag-pag committed Oct 20, 2023
1 parent 6c933ba commit 88818df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions framework/libpag.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libpag.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>libpag.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified framework/libpag.xcframework/ios-arm64/libpag.framework/libpag
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion libpag.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'libpag'
s.version = '4.3.26'
s.version = '4.3.27'
s.ios.deployment_target = '9.0'
s.summary = 'libpag SDK'
s.homepage = 'https://github.com/libpag/libpag-ios'
Expand Down

0 comments on commit 88818df

Please sign in to comment.