If you want a standalone executable then it'll be easier to link statically. Otherwise you could generate an application bundle with the frameworks embedded, and write a little shell script to run it.
-- __Pascal Bourguignon__ > Le 26 août 2016 à 17:32, J.E. Schotsman <[email protected]> a écrit : > > Hello, > > Is it possible to embed binaries in a command line tool? > I would like to include the XCGLogger framework. > Unfortunately I don’t see a general tag in the target settings toolbar. > > TIA, > > Jan E. > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Xcode-users mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/xcode-users/pjb%40informatimago.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
