Created
December 13, 2019 11:51
-
-
Save zajdee/f1155b8352af53f15565a588cbb4fa41 to your computer and use it in GitHub Desktop.
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
<plist version="1.0"> | |
<dict> | |
<key>ConsentText</key> | |
<dict> | |
<key>default</key> | |
<string>Installs APN YOURAPNNAME IPv4v6</string> | |
</dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>AttachAPN</key> | |
<dict> | |
<key>Name</key> | |
<string>YOURAPNNAME</string> | |
<key>DefaultProtocolMask</key> | |
<integer>3</integer> | |
<key>AllowedProtocolMask</key> | |
<integer>3</integer> | |
</dict> | |
<key>APNs</key> | |
<array> | |
<dict> | |
<key>Name</key> | |
<string>YOURAPNNAME</string> | |
<key>DefaultProtocolMask</key> | |
<integer>3</integer> | |
<key>AllowedProtocolMask</key> | |
<integer>3</integer> | |
</dict> | |
</array> | |
<key>PayloadDescription</key> | |
<string> | |
Provides customization of carrier Access Point Name. | |
</string> | |
<key>PayloadDisplayName</key> | |
<string>Advanced Settings</string> | |
<key>PayloadIdentifier</key> | |
<string> | |
com.apple.cellular.A7DB9FCE-47EE-4B48-A792-017F2DA0B7AC | |
</string> | |
<key>PayloadType</key> | |
<string>com.apple.cellular</string> | |
<key>PayloadUUID</key> | |
<string>6B08253E-D5BB-4FC4-A5CD-825FB965B5AA</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDescription</key> | |
<string>APN YOURAPNNAME IPv4v6</string> | |
<key>PayloadDisplayName</key> | |
<string>APN YOURAPNNAME IPv4v6</string> | |
<key>PayloadIdentifier</key> | |
<string>localhost.EF017163-D2A9-4E44-97DA-706B577CD15B</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>9C832E2F-FCB0-4F4B-84FB-51D6596CA455</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