Skip to content

Commit

Permalink
v2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
psiphon-jenkins committed Apr 25, 2022
1 parent 27a4985 commit 6eecd78
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Frameworks/PsiphonTunnel.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>PsiphonTunnel.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>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PsiphonTunnel.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
06917c9216539208483bfe9b0ce9c1891a03150e
c9dc67dc376dcbc80ae109fea9561242974939c9
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
06917c9216539208483bfe9b0ce9c1891a03150e
c9dc67dc376dcbc80ae109fea9561242974939c9
Binary file not shown.
2 changes: 1 addition & 1 deletion PsiphonTunnel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PsiphonTunnel'
s.version = '2.0.22'
s.version = '2.0.23'
s.summary = 'Psiphon tunnel iOS library'
s.homepage = 'https://psiphon3.com'
s.author = { 'Psiphon Inc' => '[email protected]' }
Expand Down

0 comments on commit 6eecd78

Please sign in to comment.