简体   繁体   中英

How do I package and publish a Foundation command line tool in Xcode?

I'm trying to learn Mac dev so decided to start with a Foundation command line app.

I'm using Xcode 4.3.2.

In .NET you just grab the .exe from the bin folder and either run from it's location, or you can put it in a particular folder in windows and you can run it from anywhere.

Is that how you do it on macs? I know that mac apps are "folders" with the .app extension. But the same's not true for command line tools right?

So, in XCode, what is the final output for command line tools? how do I package it? where is it?

尝试进入产品--->存档

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM