Home Guides Interfaces Troubleshooting

Version Numbers

Xojo's version numbers do not meet Apple's requirements for the  App Store, so App Wrapper provides options for modifying them.

Auto Trim

Trimmed for  App Store & untouched for web.

Always Trim

Trimmed for both channels.

Example1.2.3.4.5
app.version=1.2.3
app.major=1
app.minor=2
app.bug=3
app.stage=0
app.nonReleaseVersion=0
app.infoVersionString=1.2.3 (1.2.3)
app.infoBuildVersion=1

Apple Format

Reformatted to Apple's recommended format for both channels.

Example1.2.3.4.5
app.version=1.2.3
app.major=5
app.minor=0
app.bug=0
app.stage=0
app.nonReleaseVersion=0
app.infoVersionString=1.2.3 (5)
app.infoBuildVersion=5

When using the Apple Format, displaying app.major, app.minor and app.bug in your application may not work correctly. Ohanaware App Kit customers can use the following to display the version number. app.infoVersionString