Rod Hynes 6f24dc9ebc Fix: iOS sample app build errors related to a89bd2d il y a 8 ans
..
TunneledWebRequest 6f24dc9ebc Fix: iOS sample app build errors related to a89bd2d il y a 8 ans
TunneledWebRequest.xcodeproj 797776813f Fix runtime warning. Update project settings to recommended. il y a 8 ans
TunneledWebRequestTests bcfd96bea1 Finish creating first cut of iOS library and sample app il y a 9 ans
TunneledWebRequestUITests bcfd96bea1 Finish creating first cut of iOS library and sample app il y a 9 ans
README.md f6a0ce683d Add permissive license for sample code il y a 9 ans

README.md

iOS Library Sample App: TunneledWebRequest

Configuring, Building, Running

The sample app requires some extra files and configuration before building.

Get the framework.

  1. Get the latest iOS release from the project's Releases page.
  2. Extract the archive.
  3. Copy PsiphonTunnel.framework into the TunneledWebRequest directory.

Get the configuration.

  1. Contact Psiphon Inc. to obtain configuration values to use in your app. (This is requried to use the Psiphon network.)
  2. Make a copy of TunneledWebRequest/psiphon-config.json.stub, removing the .stub extension.
  3. Edit psiphon-config.json. Remove the comments and fill in the values with those received from Psiphon Inc. The "ClientVersion" value is up to you.

Ready!

TunneledWebRequest should now compile and run.

License

See the LICENSE file.