webMethods Mobile Suite  | webMethods Mobile SuiteWeb Help | Using webMethods Mobile Designer | Project Properties Reference | Cross-Compiler Properties | iOS
 
iOS
ios.app.delegate.name
Specifies the name of the application delegate that you want the application to use.
Platforms
iOS
Value
Name of an alternative delegate application
Default
xyzApp
ios.background.music
Specifies whether the application allows users to continue playing their audio in the background while the application is running.
Platforms
iOS
Value
*true to allow the user to play music, which is not a part of the application, in the background while the application is running.
Specifying true also ensures that the audio supports the iPhone's Ring/Silent switch setting.
*false if you do not want to allow a user to play music while the application is running.
Default
false
ios.deployment.target
Specifies the minimum iOS firmware version that the application supports.
Platforms
iOS
Value
Version number
When specifying a version, use the number only, such as 6.0.
Default
6.0
ios.info.plist.output.format
Specifies the format you want Mobile Designer to use for the final packaged Info.plist.
Platforms
iOS
Value
*binary to maintain the Info.plist file in binary format.
*xml to maintain the Info.plist file in XML format.
Default
binary
ios.retained.png.list
Specifies a list of portable network graphic (PNG) files that you want Mobile Designer to retain a .png file rather than generated _png files.
Platforms
iOS
Value
A semicolon-separated list of PNG files
Default
An empty String
ios.sdk.version
Specifies the version of the iOS SDK that you want Mobile Designer to use when compiling the application.
Platforms
iOS
Value
Version number of the iOS SDK
Default
Latest version of the SDK
Mobile Designer looks for the installed iOS SDK versions and selects the version with the highest version number
ios.use.retina.display
Specifies whether the application supports the high-resolution retina display of an iOS device.
Platforms
iOS
Value
*true if the application supports the high-resolution retina display.
*false if the application does not support the high-resolution retina display.
Default
false

Copyright © 2010-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.