RE: .a under version control
RE: .a under version control
- Subject: RE: .a under version control
- From: "Ivan Cavero Belaunde" <email@hidden>
- Date: Thu, 18 May 2006 12:37:42 -0700
- Thread-topic: .a under version control
You should be able to add a Run Script build phase that has as input the static lib and as output some arbitrary text file (the output of the script, say) and have the script run ranlib on the static lib. That way, when you fetch a new static lib from SVN, its mod date will be newer than the script output (created the last time the script was run) and will force a ranlib. If the .a is older than the script output, nothing will be done.
Or you can switch to Perforce and use the "+m" attribute. But, y'know, $$$.
-Iván
---
Iván Cavero Belaunde (email@hidden)
Adobe Systems Incorporated
_______________________________________________
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