Skip to content

Instantly share code, notes, and snippets.

@AloPress
Created September 3, 2019 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AloPress/6dc7f6f92b0948b2a787db74d0c21fd0 to your computer and use it in GitHub Desktop.
Save AloPress/6dc7f6f92b0948b2a787db74d0c21fd0 to your computer and use it in GitHub Desktop.
AppConfig key for autofilling Saba Cloud application Site name field.
<?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>siteName</key>
<string>sabacloud</string>
</dict>
</plist>
@AloPress
Copy link
Author

AloPress commented Sep 3, 2019

Filename is Saba Cloud application iPhone app Bundle ID. The value for siteName key is your enterprise string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment