Skip to content

Commit

Permalink
v2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
psiphon-jenkins committed Apr 4, 2022
1 parent a6cef34 commit 80d5947
Show file tree
Hide file tree
Showing 12 changed files with 21 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
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ WWAN or vice versa or VPN state changed
*/
- (void)onClientRegion:(NSString * _Nonnull)region;

/*!
Called after the handshake with the Psiphon server, with the client address as seen by the server.
@param address The Internet address of the client, IP:port, as seen by the server.
*/
- (void)onClientAddress:(NSString * _Nonnull)address;

/*!
Called to report that split tunnel is on for the given regions.
@param regions The regions split tunnel is on for.
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fd0fffbbe6a42ba7b5cbc15d253c6ce9b1a2432b
4f10531851910a95056faa95ee67d0ebca57b9f5
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ WWAN or vice versa or VPN state changed
*/
- (void)onClientRegion:(NSString * _Nonnull)region;

/*!
Called after the handshake with the Psiphon server, with the client address as seen by the server.
@param address The Internet address of the client, IP:port, as seen by the server.
*/
- (void)onClientAddress:(NSString * _Nonnull)address;

/*!
Called to report that split tunnel is on for the given regions.
@param regions The regions split tunnel is on for.
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fd0fffbbe6a42ba7b5cbc15d253c6ce9b1a2432b
4f10531851910a95056faa95ee67d0ebca57b9f5
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.20'
s.version = '2.0.21'
s.summary = 'Psiphon tunnel iOS library'
s.homepage = 'https://psiphon3.com'
s.author = { 'Psiphon Inc' => '[email protected]' }
Expand Down

0 comments on commit 80d5947

Please sign in to comment.