Created
October 4, 2023 14:44
-
-
Save robws/0c2ae35968c1cff05a5bf3a1af309e02 to your computer and use it in GitHub Desktop.
Charles Proxy Shortcut iOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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.2.199</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.robws.proxy</string> | |
<key>PayloadOrganization</key> | |
<string>Robws 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