Last active
January 25, 2025 12:24
-
-
Save jmbeach/8a186134ccca23818e5b40d4f4f90247 to your computer and use it in GitHub Desktop.
Configures iphone to use my desktop's Charles proxy server
This file contains 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.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