Property and Setting | ||
ios.bundle Set to the prefix to use for the CFBundleIdentifier. The CFBundleIdentifier is a unique identifier for your application bundle. For the prefix, it is recommended that you use your company's domain name, with each portion in reverse order. For example, for the domain name mycompany.com, the recommended identifier is “com.mycompany”. An example of setting the property for this identifier is: ios.bundle=com.mycompany.
| ||
ios.xcode.app.path Set to the path of the contents of the Xcode application. The location is typically /Applications/Xcode.app/Contents. | ||
ios.devcodesign Set to the name of the developer certificate to use for signing iOS builds that you can deploy only to a limited range of known devices, for example, for testing or demonstrating applications. Specify a String that identifies the certificate stored in your keychain. Typically, the format is "iPhone Developer: Firstname Lastname". An example is: ios.devcodesign=iPhone Developer: John Doe | ||
ios.distcodesign Set to the name of the certificate to use for signing iOS builds intended for distribution to the App Store. Specify a String that identifies the certificate stored in your keychain. Typically, the format is "iPhone Distribution: MyCompanyName". An example is: ios.distcodesign=iPhone Distribution: SoftwareAG
| ||
ios.adhocprov Set to the path of the Ad-Hoc provision file to use with the developer certificate for signing iOS builds that you can deploy only to a limited range of known devices, for example, for testing or demonstrating applications. An example is: ios.adhocprov=/Users/softwareag/Desktop/OfficeDevices_Ad_Hoc.mobileprov ision | ||
ios.appstoreprov Set to the path of the provision file to use with the distribution certificate to use for signing iOS builds intended for distribution to the App Store. An example is: ios.appstoreprov=/Users/softwareag/Desktop/App_Store.mobileprovision
| ||
project.make.simultaneous.jobs Specifies the number of make jobs that you want Mobile Designer to run simultaneously. Running make jobs simultaneously can help improve the performance when building mobile applications. Specify a positive integer between 1 and n*3, where n is the number of CPU cores in the build machine. The default is 2. An example is: project.make.simultaneous.jobs=3
|