Target Dependencies order
Target Dependencies order
- Subject: Target Dependencies order
- From: Trygve Inda <email@hidden>
- Date: Thu, 19 Sep 2013 14:20:24 -0700
- Thread-topic: Target Dependencies order
Is there a way to ensure the build order in the Target Dependencies (Xcode
4.6.3)?
I have targets:
- Main App (compiled code)
- Helper A (compiled code)
- Helper B (compiled code)
- Increment Build Numbers (script that updates the info.plist build number
in all code targets so they are always tied togeter with a common build
number)
- Build Main (builds the main app - dependency on Increment Build Numbers)
- Build Helper A (builds Helper A - dependency on Increment Build Numbers)
- Build Helper B (builds Helper B - dependency on Increment Build Numbers)
- Build All (target that simply has dependencies "Main App", "Helper A".
"Helper B" and "Increment Build Numbers")
For the Build All target, it is critical that the "Increment Build Numbers"
dependency is run first... but there seem to be no way to ensure this
despite being able to change the order of things in the GUI list.
How can I do this so that I can build each individual part and have the
build number advance by 1, but be able to run the Build All and still have
the number advance by 1 for the whole group instead of each component
advancing it by one?
If I could specify the dependency build order things would be fine. Xcode 3
supported this.
_______________________________________________
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