Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

xcode (5) Versions 1.1.2

Installs Apple XCode and command-line tools

Policyfile
Berkshelf
Knife
cookbook 'xcode', '= 1.1.2', :supermarket
cookbook 'xcode', '= 1.1.2'
knife supermarket install xcode
knife supermarket download xcode
README
Dependencies
Quality -%

Apple XCode Cookbook

Installs Apple XCode and command line tools on OS X Mountain Lion and Mavericks.

Requirements

Platforms

  • mac_os_x

Cookbooks

  • dmg

The DMGs are not accessible from Apple directly without logging into the developer center.
You must place the DMGs on a fileserver yourself and set the URL attributes below.
The intended filenames are documented in the attributes file.

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['xcode']['url']</tt></td>
<td>String</td>
<td>URL to the Xcode DMG</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['xcode']['checksum']</tt></td>
<td>String</td>
<td>Checksum of the XCode DMG</td>
<td>(in the attributes file)</td>
</tr>
<tr>
<td><tt>['xcode']['cli']['url']</tt></td>
<td>String</td>
<td>URL to the Xcode Command-Line Tools DMG</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['xcode']['cli']['checksum']</tt></td>
<td>String</td>
<td>Checksum of the XCode CLI DMG</td>
<td>(in the attributes file)</td>
</tr>
</table>

Usage

Just include xcode in your node's run_list and set the attributes above.

{
  "name":"my_node",
  "run_list": [
    "recipe[xcode]"
  ]
}

Bugs

Only supports Mavericks and Mountain Lion at the moment. Pull requests
are welcome!

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Submit a Pull Request using Github

License and Authors

No quality metric results found