Skip to content

DaVikingCode/FromUnityAppToMacAppStore

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

FromUnityAppToMacAppStore

A quick script for going on the Mac App Store from your Unity Application.

Before releasing the .app, be sure in Unity you toggled UseMacAppStoreValidation in the PlayerSettings!

Then we need to generate an icns file. Replace files inside myicon.iconset folder and run iconutil -c icns -o PlayerIcon.icns myicon.iconset to create your icon.

Before running the script, be sure to add <key>LSApplicationCategoryType</key> in your Info.plist file, like we did (don't forget to change properties and check the full category list here.

Now you can run the script: sh FromUnityToMacAppStore.sh "ABlindLegend" "3rd Party Mac Developer Application: DaVikingCode (XXXXXXXXX)" "3rd Party Mac Developer Installer: DaVikingCode (XXXXXXXXX)"

About

A quick script for going on the Mac App Store from your Unity Application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages