Re: Can tools ever be bundles?
Re: Can tools ever be bundles?
- Subject: Re: Can tools ever be bundles?
- From: Alexander von Below <email@hidden>
- Date: Wed, 18 Mar 2015 12:54:19 +0100
Well, there is a short answer. And a long answer
The short: Foundation tools are traditional Unix tools, simply an executable that sits in your file system
The long: May applications have a GUI part, and a foundation tools somewhere in the bundle. The collect user Input from the user in the GUI, and then calls the foundation tool in its bundle with arguments.
In that case, the foundation tool WILL find the bundle, even if not called from the GUI. I have taken the liberty to write a short sample project:
https://github.com/below/FoundationGUI
Hope this helps
Alex
> Am 18.03.2015 um 11:48 schrieb Daryle Walker <email@hidden>:
>
> I’m trying out making a Foundation command-line tool. I added a bundle identifier string when creating the project, but I don’t see it anywhere, as if there’s no Info.plist. Are (Foundation) tools created by Xcode flat files, like traditional Unix tools? Or are they bundles? If flat files, can they be made into bundles with some project tweaks?
>
> —
> Daryle Walker
> Mac, Internet, and Video Game Junkie
> darylew AT mac DOT com
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden