Is there a way to add a command line interface to a sandboxed app downloaded through the Mac AppStore?
Something similar to the XCode command line tools, do not just use the whole executable name and path.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This can’t be done – app store rules don’t allow to install code outside the app bundle. If you want to provide your users a CLI interface you’ll have to make this available as a separate download outside the app store.