Skip to content

Commit

Permalink
v2.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
psiphon-jenkins committed Aug 22, 2022
1 parent e96ca2c commit ec01289
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-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>
<dict>
<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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f3d12292ed176c7170165a440d7b9b79f6a71e22
498b3062f45b9428eef3c1fed8a1782f8bf472e8
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f3d12292ed176c7170165a440d7b9b79f6a71e22
498b3062f45b9428eef3c1fed8a1782f8bf472e8
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.24'
s.version = '2.0.25'
s.summary = 'Psiphon tunnel iOS library'
s.homepage = 'https://psiphon3.com'
s.author = { 'Psiphon Inc' => '[email protected]' }
Expand Down

0 comments on commit ec01289

Please sign in to comment.