<?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>
<!-- Launches the project immediately upon starting the app -->
<key>auto_launch</key>
<dict>
<!-- URL of project to Auto Launch -->
<key>auto_launch_url</key>
<string>https://demo.ia.io:443/data/perspective/client/OnlineDemo</string>
<!-- Prevents user from changing auto launch setting -->
<key>auto_launch_locked</key>
<true/>
<!-- Prevent user from leaving auto launch project to use rest of app -->
<key>prevent_exit</key>
<false/>
</dict>
<key>hide_demo</key>
<true/>
<!-- Applications that will be available to user on start of app -->
<key>initial_applications</key>
<array>
<dict>
<!-- URL of project -->
<key>project_url</key>
<string>https://demo.ia.io:443/data/perspective/client/OnlineDemo</string>
<!-- Add the project to favorites -->
<key>is_favorite</key>
<true/>
<!-- Provide an alternative name user will see when viewing project, in this
case project name will be 'Perspective Demo' instead of 'OnlineDemo' -->
<key>alias</key>
<string>Perspective Demo</string>
</dict>
</array>
<!-- Gateways that will be available to user on start of app. User's still need to
add individual projects from each gateway. Gateways from projects included in
initial_applications will already be included and don't need to specified again here. -->
<key>initial_gateways</key>
<array>
<dict>
<!-- URL of gateway -->
<key>gateway_url</key>
<string>https://demo.ia.io:443</string>
</dict>
</array>
</dict>
</plist>