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.2.0

Installs Apple XCode and command-line tools

Policyfile
Berkshelf
Knife
cookbook 'xcode', '= 1.2.0', :supermarket
cookbook 'xcode', '= 1.2.0'
knife supermarket install xcode
knife supermarket download xcode
README
Dependencies
Changelog
Quality 100%

Apple Xcode Cookbook

Installs Apple Xcode and command line tools on OS X Lion, Mountain Lion, Mavericks, and Yosemite.

** Note: ** The official build-essential cookbook now supports installing the command line tools, and is better-maintained than this cookbook.

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

Key Type Description Default
['xcode']['url'] String URL to the Xcode DMG nil
['xcode']['checksum'] String Checksum of the Xcode DMG (in the attributes file)
['xcode']['cli']['url'] String URL to the Xcode Command-Line Tools DMG nil
['xcode']['cli']['checksum'] String Checksum of the Xcode CLI DMG (in the attributes file)

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 Mac OS X 10.7 - 10.10 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

xcode CHANGELOG

This file is used to list changes made in each version of the xcode cookbook.

1.2.0

  • Update Xcode version for Mountain Lion
  • Add Mavericks support
  • Add Yosemite support

1.1.2

  • Added Lion support

1.1.0

  • Add Mountain Lion support

1.0.0

  • Initial release of xcode

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Foodcritic Metric
            

1.2.0 passed this metric