Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PrivySDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PrivySDK'
s.version = '2.11.0'
s.version = '2.12.0-beta'
s.summary = 'Privy Flutter SDK for authentication and wallet management.'
s.description = <<-DESC
The Privy SDK allows you to easily integrate authentication and wallet functionality into your iOS applications.
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '17.0'
s.swift_version = '5.0'

s.source = { :git => 'https://github.com/privy-io/privy-ios.git', :tag => '2.11.0' }
s.source = { :git => 'https://github.com/privy-io/privy-ios.git', :tag => '2.12.0-beta' }
s.vendored_frameworks = 'PrivySDK.xcframework'
# Frameworks to link with the project

Expand Down
20 changes: 10 additions & 10 deletions PrivySDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,27 @@
<array>
<dict>
<key>BinaryPath</key>
<string>PrivySDK.framework/Versions/A/PrivySDK</string>
<string>PrivySDK.framework/PrivySDK</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PrivySDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PrivySDK.framework/PrivySDK</string>
<string>PrivySDK.framework/Versions/A/PrivySDK</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>PrivySDK.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -36,9 +35,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -65,15 +62,18 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PrivySDK.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 PrivySDK.xcframework/ios-arm64/PrivySDK.framework/Info.plist
Binary file not shown.
Loading