Created
January 9, 2019 08:00
-
-
Save sarunw/a4c6630c31739e0e29291fa538d0b4f0 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
| <?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>StringsTable</key> | |
| <string>Root</string> | |
| <key>PreferenceSpecifiers</key> | |
| <array> | |
| <dict> | |
| <key>Type</key> | |
| <string>PSTitleValueSpecifier</string> | |
| <key>Title</key> | |
| <string>Version</string> | |
| <key>Key</key> | |
| <string>version_preference</string> | |
| <key>DefaultValue</key> | |
| <string></string> | |
| </dict> | |
| <dict> | |
| <key>Type</key> | |
| <string>PSMultiValueSpecifier</string> | |
| <key>Title</key> | |
| <string>Environment</string> | |
| <key>Key</key> | |
| <string>environment_preference</string> | |
| <key>DefaultValue</key> | |
| <string>[PATH_TO_INTEGRATION_1_ENDPOINT]</string> | |
| <key>Values</key> | |
| <array> | |
| <string>[PATH_TO_INTEGRATION_1_ENDPOINT]</string> | |
| <string>[PATH_TO_INTEGRATION_2_ENDPOINT]</string> | |
| <string>[PATH_TO_INTEGRATION_3_ENDPOINT]</string> | |
| <string>[PATH_TO_INTEGRATION_4_ENDPOINT]</string> | |
| <string>[PATH_TO_INTEGRATION_5_ENDPOINT]</string> | |
| </array> | |
| <key>Titles</key> | |
| <array> | |
| <string>Integration 1</string> | |
| <string>Integration 2</string> | |
| <string>Integration 3</string> | |
| <string>Integration 4</string> | |
| <string>Integration 5</string> | |
| </array> | |
| <key>ShortTitles</key> | |
| <array> | |
| <string>Integration 1</string> | |
| <string>Integration 2</string> | |
| <string>Integration 3</string> | |
| <string>Integration 4</string> | |
| <string>Integration 5</string> | |
| </array> | |
| </dict> | |
| </array> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment