The Info.plist template hard codes a value of 100 for CFBundleVersion and there is no mapping to any value in the bundler to change that value.
This is a problem in the Mac App Store when you update your application the CFBundleVersion must be greater than the version currently in the app store.
The format is one to three integers separated by dots.
�As a workaround the user can place their own version of the info.plist in the drop in resources with a new version of CFBundleVersion.
This is a problem in the Mac App Store when you update your application the CFBundleVersion must be greater than the version currently in the app store.
The format is one to three integers separated by dots.
�As a workaround the user can place their own version of the info.plist in the drop in resources with a new version of CFBundleVersion.