• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Scripting build settings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Scripting build settings
      • From: Gouri Jonnalagadda <email@hidden>
  • Prev by Date: Re: dyld issues with library not in standard location
  • Next by Date: Re: dyld issues with library not in standard location
  • Previous by thread: Re: dylib install name, install_name_tool
  • Next by thread: Re: Scripting build settings
  • Index(es):
    • Date
    • Thread