Created
February 15, 2026 23:43
-
-
Save chrishulbert/000c1bf37a57fb9589cee596b61a1392 to your computer and use it in GitHub Desktop.
Charles proxy mobile config profile
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>Global HTTP Proxy</string> | |
| <key>PayloadDisplayName</key> | |
| <string>Global HTTP Proxy</string> | |
| <key>PayloadIdentifier</key> | |
| <string>com.apple.proxy.http.global.2B2B142B-3FA5-46F2-A355-589C7CA50BE6</string> | |
| <key>PayloadType</key> | |
| <string>com.apple.proxy.http.global</string> | |
| <key>PayloadUUID</key> | |
| <string>2B2B142B-3FA5-46F2-A355-589C7CA50BE6</string> | |
| <key>PayloadVersion</key> | |
| <integer>1</integer> | |
| <key>ProxyCaptiveLoginAllowed</key> | |
| <false/> | |
| <key>ProxyServer</key> | |
| <string>localhost</string> | |
| <key>ProxyServerPort</key> | |
| <integer>8888</integer> | |
| <key>ProxyType</key> | |
| <string>Manual</string> | |
| </dict> | |
| </array> | |
| <key>PayloadDisplayName</key> | |
| <string>Untitled</string> | |
| <key>PayloadIdentifier</key> | |
| <string>Chriss-M4-Air.C709BAF3-8ABD-4E2E-9463-98037F613CEE</string> | |
| <key>PayloadRemovalDisallowed</key> | |
| <false/> | |
| <key>PayloadType</key> | |
| <string>Configuration</string> | |
| <key>PayloadUUID</key> | |
| <string>E937E694-654B-4B41-A3A7-E3BA0785DB8A</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