Skip to content

Instantly share code, notes, and snippets.

@jmbeach
Last active October 9, 2022 14:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmbeach/8a186134ccca23818e5b40d4f4f90247 to your computer and use it in GitHub Desktop.
Save jmbeach/8a186134ccca23818e5b40d4f4f90247 to your computer and use it in GitHub Desktop.
Configures iphone to use my desktop's Charles proxy server
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Configures proxy settings to use Charles Proxy</string>
<key>PayloadDisplayName</key>
<string>Charles Proxy</string>
<key>PayloadIdentifier</key>
<string>com.apple.proxy.http.global.63FBF3EC-E35B-4DB8-9CB9-A9034AC44967</string>
<key>PayloadOrganization</key>
<string>Beach Corp</string>
<key>PayloadType</key>
<string>com.apple.proxy.http.global</string>
<key>PayloadUUID</key>
<string>63FBF3EC-E35B-4DB8-9CB9-A9034AC44967</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>ProxyServer</key>
<string>192.168.4.20</string>
<key>ProxyServerPort</key>
<integer>8888</integer>
<key>ProxyType</key>
<string>Manual</string>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Charles Proxy</string>
<key>PayloadIdentifier</key>
<string>com.jared.proxy</string>
<key>PayloadOrganization</key>
<string>Beach Corp</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>638FC50B-563C-4A5B-8942-FD4BE040AC20</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment