Re: Copyright Violations using Apple Icons in own Applications?
Re: Copyright Violations using Apple Icons in own Applications?
- Subject: Re: Copyright Violations using Apple Icons in own Applications?
- From: Eric Albert <email@hidden>
- Date: Fri, 3 Nov 2006 01:37:42 -0800
On Nov 3, 2006, at 1:27 AM, Josh Osborne wrote:
Does Apple have any documentation that states what can and can't be
used in a project? I would assume that headers that are available
from the standard Objective-C language are OK to statically link
into your application but Apple's Frameworks are not? For example
if I was to make a console application using the Foundation
framework (or any other Apple framework) and cross compile this to
run on a linux machine would this be legal?
And as far as using Apple Frameworks in your projects, when you
compile a project in Xcode does Xcode link the framework into your
application or does it only reference them? I apologize in advance
if it sounds like I don't know what I'm talking about I'm new to
programming for the mac environment.
Mac OS X doesn't ship with static libraries, so I don't think your
questions really apply. In other words, we don't ship libraries
which would be embedded into your application's code.
Apple's open source code is a different story, since it's available
in a form which could be embedded into your code. For that you'd
want to read the documentation about it at <http://
developer.apple.com/opensource/>.
-Eric
_______________________________________________
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