Deployment on App Store MacOS, Info.plist missing values
-
Environment :
- MacOS 12.6.1
- Qt 6.3.2
Hello,
To deploy my app "Mcercle Facturation" on the App Store of MacOs, I have encountered
some missing values into the Info.plist, see below :<key>CFBundleShortVersionString</key> <string>3.2.5</string> <key>CFBundleVersion</key> <string>3.2.5</string> <key>LSApplicationCategoryType</key> <string>public.app-category.finance</string> <key>CFBundleName</key> <string>mcercle-facturation</string> <key>CFBundleDisplayName</key> <string>Mcercle Facturation</string>
After that, My app has been successfully approved.
I share you my experience.Best Regards.