Scripting build settings
Scripting build settings
- Subject: Scripting build settings
- From: David Durkee <email@hidden>
- Date: Thu, 20 Oct 2005 11:06:35 -0500
Hi,
I am attempting to write an AppleScript to identify build settings
that appear in a particular build configuration of all targets in a
project and migrate them to the same build configuration of the
project. The first part is going swimmingly, but I have not found any
way that works of adding a build setting to a build configuration in
a project. I have tried duplicate, move, and make. For example:
tell application "Xcode"
set newbs to make new build setting at end of build
configuration "Default" of project "Test" with data
{name:"FRAMEWORK_SEARCH_PATHS", value:"/System/Library/Frameworks"}
end tell
gets an InternalScriptError.
Does anyone know if this is possible, and if so, what is the syntax?
If the build setting already exists, I can set its value.
David
_______________________________________________
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