An open API service indexing awesome lists of open source software.

https://github.com/timac/mac-app-store-embedding-a-command-line-tool-using-paths-as-arguments

Mac App Store: Embedding a Command Line tool using paths as arguments
https://github.com/timac/mac-app-store-embedding-a-command-line-tool-using-paths-as-arguments

command-line-tool mac-app mac-app-store macos

Last synced: 9 months ago
JSON representation

Mac App Store: Embedding a Command Line tool using paths as arguments

Awesome Lists containing this project

README

          

# Mac App Store: Embedding a Command Line tool using paths as arguments
Code snippets to embed a Command Line tool using paths as arguments on the Mac App Store

# Blog post

This code goes along the blog post available at [https://blog.timac.org/2021/0516-mac-app-store-embedding-a-command-line-tool-using-paths-as-arguments/](https://blog.timac.org/2021/0516-mac-app-store-embedding-a-command-line-tool-using-paths-as-arguments/)

A couple of months ago, I released a new app called [Dependencies](https://apps.apple.com/app/dependencies/id1538972026) on the Mac App Store. You can download and try it for free at [https://apps.apple.com/app/dependencies/id1538972026](https://apps.apple.com/app/dependencies/id1538972026).

In this blog article, I explain how I built the command line support and released it in the Mac App Store. Implementing this feature turned out to be tricky, mostly due to the lack of documentation on this specific subject. This post might be of interest if you are planning to add a Command Line tool to your app distributed on the Mac App Store.