>> But that means the difference should not really matter here then.
>
> You are correct. The problem here is not because of using
> @executable_path instead of @loader_path. The problem is because the
> binary was moved outside of Contents/MacOS where it belongs.
Well, those user will not go in
On Thu, Dec 3, 2009 at 11:19 AM, Torsten Curdt wrote:
> But that means the difference should not really matter here then.
You are correct. The problem here is not because of using
@executable_path instead of @loader_path. The problem is because the
binary was moved outside of Contents/MacOS whe
On Thu, Dec 3, 2009 at 18:15, Nick Zitzmann wrote:
>
> On Dec 3, 2009, at 3:33 AM, Torsten Curdt wrote:
>
>> The Sparkle frameworks uses @loader_path while the FeedbackReporter
>> uses @executable_path instead.
>>
>> What's the difference?
>
> @executable_path is a macro pointing to the path of th
On Dec 3, 2009, at 3:33 AM, Torsten Curdt wrote:
> The Sparkle frameworks uses @loader_path while the FeedbackReporter
> uses @executable_path instead.
>
> What's the difference?
@executable_path is a macro pointing to the path of the executable binary, and
nothing else. @loader_path is a macr
Hm...
The Sparkle frameworks uses @loader_path while the FeedbackReporter
uses @executable_path instead.
What's the difference?
Reading
http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/dyld.1.html
it looks like FeedbackReporter should also use @loader_path but
On Dec 2, 2009, at 5:46 PM, Torsten Curdt wrote:
> On Thu, Dec 3, 2009 at 00:32, Kyle Sluder wrote:
>> On Wed, Dec 2, 2009 at 2:26 PM, Torsten Curdt wrote:
>>> Referenced from: /Users/someuser/Desktop/uif2iso4mac_1.4.0/./uif2iso4mac
>>
>> This is what's going wrong. uif2iso4mac should be locat
On Thu, Dec 3, 2009 at 00:32, Kyle Sluder wrote:
> On Wed, Dec 2, 2009 at 2:26 PM, Torsten Curdt wrote:
>> Referenced from: /Users/someuser/Desktop/uif2iso4mac_1.4.0/./uif2iso4mac
>
> This is what's going wrong. uif2iso4mac should be located in
> Contents/MacOS. Moving it out of there is going
On Wed, Dec 2, 2009 at 2:26 PM, Torsten Curdt wrote:
> Referenced from: /Users/someuser/Desktop/uif2iso4mac_1.4.0/./uif2iso4mac
This is what's going wrong. uif2iso4mac should be located in
Contents/MacOS. Moving it out of there is going to cause @loader_path
to resolve to /Users/someuser/Deskt