Publish desktop MacOS app in Apple AppStore
Unsolved
General and Desktop
-
I was able to build my app for iOS and publish it in Apple AppStore by running CMake in QT Creator, opening generated .xcodeproj file in XCode, building the app with XCode and publishing with Archive Manager in XCode.
I am also able to build my app with QT Creator for MacOS Desktop, but I do not have an idea on how do I publish it in Apple AppStore.
CMake does not generate xcodeproj for Desktop configuration and I can't open the project in XCode, right?
My QT Version is 6.7, QT Creator 13.
-