Re: Question regarding a built app
Re: Question regarding a built app
- Subject: Re: Question regarding a built app
- From: Mike Blaguszewski <email@hidden>
- Date: Fri, 12 May 2006 16:44:50 -0400
On May 12, 2006, at 4:21 PM, Thiago Jackiw wrote:
Is there a way or configuration setting on XCode that when you
build your
targets for deployment and copy the built file over to other macs,
to not
show the source files when you control-click on the app and choose
show
package contents?
Based on your previous posts to rubycocoa-talk, I assume this in
regards to a Ruby app, right? The issue you bring up is specific
Ruby, and more appropriate for that list. It doesn't come up for most
Cocoa programmers, who code in a compiled language (Objective-C).
There are some projects to compile Ruby to bytecode (YARV, Cardinal),
but I don't know of anything that would integrate with RubyCocoa.
To answer your question, there's no way to hide source files inside a
package that would deter savvy users. I suppose you could store them
in an encrypted archive that got extracted in main(), or something :-)
--
Mike Blaguszewski / Cocoa Hacker / Ambrosia Software, Inc.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden