github.com/psiphon-Labs/psiphon-tunnel-core@v2.0.28+incompatible/MobileLibrary/iOS/SampleApps/TunneledWebRequest/README.md (about)

     1  # iOS Library Sample App: TunneledWebRequest
     2  
     3  ## Configuring, Building, Running
     4  
     5  The sample app requires some extra files and configuration before building.
     6  
     7  ### Get the framework.
     8  
     9  1. Run `pod install` 
    10  
    11  ### Get the configuration.
    12  
    13  1. Contact Psiphon Inc. to obtain configuration values to use in your app. 
    14     (This is requried to use the Psiphon network.)
    15  2. Make a copy of `TunneledWebRequest/psiphon-config.json.stub`, 
    16     removing the `.stub` extension.
    17  3. Edit `psiphon-config.json`. Remove the comments and fill in the values with 
    18     those received from Psiphon Inc. The `"ClientVersion"` value is up to you.
    19  
    20  ### Ready!
    21  
    22  TunneledWebRequest should now compile and run.
    23  
    24  ## License
    25  
    26  See the [LICENSE](../LICENSE) file.