Set the default application details for the Settings pane

Set the default values for the URL, port number, application name, and GWC theme for the iOS application. The end-user can change these values in the Settings pane.

The Settings pane allows the end-user to provide the application URL. The URL typically includes:

The default settings are:

To change default settings, modify the file Root.plist in Settings.bundle. You must also update ghc-ios/ghcAppDelegate.m, using the same you values entered in the Root.plist file in Settings.bundle.

NSDictionary *appURL = [NSDictionary
 dictionaryWithObject:@"http://127.0.0.1:6394/wa/r/gwcdemo?OutputMap=DUA_HTML5"
 forKey:@"app_url"];