Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | Using webMethods Mobile Designer | Project Properties Reference | Cross-Compiler Properties | Optimization
 
Optimization
project.in.code.manifest
Specifies whether you want Mobile Designer to delete the META-INF folder, which determines how your application can access the manifest properties.
Platforms
All
Value
*true to keep the META-INF folder. The application can manually access the manifest.mf file using the following path:
/META-INF/MANIFEST.MF
*false if you want Mobile Designer to delete the META-INF folder. The application can access the manifest properties using the MIDlet.getAppProperty method.
Default
true
project.runtime.http.connection.timeout.ms
Specifies the number of milliseconds an application waits for an HTTP or HTTPS connection before assuming a timeout has occurred.
Platforms
Android
iOS
Value
Numeric value
Default
The default value is based on the platform.
Platform
Default
Android
iOS
15000