Sandboxing an app via Xojo, then building the pkg using terminal
productbuild \
--component appName /Applications \
--sign "3rd Party Mac Developer Installer: Ben...(TEAMID)" appName
When submitting via Transporter, an error is generated indicating that apple only allows a max of three dot separated digits in this entry in the Info.plist file
<key>CFBundleVersion</key>
<string>3.1.0.3.0</string>
I’ve tried setting the Stage Code to Final, Turning off Auto Increment Version, removing Non Release Version (it auto sets to zero), renaming the project to only include three digits in the name, and adding the value manually via the Property List Edit button. The output is always the same with five dot separated digits. Not sure where the extra ‘.3.0’ is coming from.