Re: Modification date is changing and I don't know why
Re: Modification date is changing and I don't know why
- Subject: Re: Modification date is changing and I don't know why
- From: Allan Odgaard <email@hidden>
- Date: Tue, 8 Jun 2004 21:18:11 +0200
On 8. Jun 2004, at 17:07, April Gendill wrote:
Sorry I meant nearly all executables.
Is there a way to stop the prebindings being rebuilt or do it at
build time?
It should only rebuild when a used framework changes. Maybe there are
some addressing errors in the frameworks you link with -- this should
disable prebinding, but I do not know if it has to detect that each
time you run and modify the executable...
It uses a date check for versioning information in update checks and
changing the date makes a mess out of that.
In that case you should just change the scheme, which could anyway case
other problems, like backing, network-mounted drives etc.
Either use the version number of your application, or place some value
in the Info.plist that you instead check.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.