To send compilations Mac OS X requiere Xcode5.1.1 or higher, or Application Loader 3.0 or higher. How is sent to the Mac Store? Where do I upload the exported file of Gideros? Thanks!
1. Export from Gideros (File > Export project...) 2. Open the exported .xcodeproj in Xcode. 3. Product > Archive 4. From Organizer, choose "Upload to App Store..."
Comments
2. Open the exported .xcodeproj in Xcode.
3. Product > Archive
4. From Organizer, choose "Upload to App Store..."
The rough steps would be
1) modifying Info.plist
2) codesigning app
3) packaging your app
unfortunately currently I don't know detailed steps, as I have not done it before
But .app can not climb to the Mac Store, it should be through Xcode or Loader.
http://stackoverflow.com/a/16506422
http://pigsels.com/2012/04/air-app-store-publishing-guide/
and use application loader to upload it.
http://stackoverflow.com/a/7924163
https://github.com/gideros/gideros/issues/163#issuecomment-145887699
<:-P
Let's wait for the process to complete.