cookbook 'xcode', '= 1.2.0'
xcode (5) Versions 1.2.0 Follow6
Installs Apple XCode and command-line tools
cookbook 'xcode', '= 1.2.0', :supermarket
knife supermarket install xcode
knife supermarket download xcode
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
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Submit a Pull Request using Github
License and Authors
- Author: Julian C. Dunn (jdunn@aquezada.com)
- License: Apache 2.0
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
1.2.0 passed this metric