Skip to content

Instantly share code, notes, and snippets.

@timsutton
Created October 22, 2014 13:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timsutton/cd0ab2339b325eeddf2a to your computer and use it in GitHub Desktop.
Save timsutton/cd0ab2339b325eeddf2a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>_metadata</key>
<dict>
<key>created_by</key>
<string>tsutton</string>
<key>creation_date</key>
<date>2014-10-20T14:55:20Z</date>
<key>munki_version</key>
<string>2.0.1.2253</string>
<key>os_version</key>
<string>10.10</string>
</dict>
<key>autoremove</key>
<false/>
<key>catalogs</key>
<array>
<string>testing</string>
<string>production</string>
</array>
<key>category</key>
<string>Developer Tools</string>
<key>description</key>
<string>Xcode provides everything developers need to create great applications for Mac, iPhone, and iPad. Xcode has unified user interface design, coding, testing, and debugging all within a single window. The Xcode IDE analyzes the details of your project to identify mistakes in both syntax and logic, it can even help fix your code for you. &lt;br /&gt;&lt;br /&gt;Xcode includes the Xcode IDE, LLVM compiler, Instruments, iOS Simulator, the latest OS X and iOS SDKs, and hundreds of powerful features:&lt;br /&gt;&lt;br /&gt;Innovative tools to help you create great apps&lt;br /&gt;• Interface Builder is fully integrated as a design canvas within the Xcode IDE&lt;br /&gt;• The Assistant shows files related to what you're editing, such as the header, superclass, or a UI preview&lt;br /&gt;• The Version editor shows a live source code comparison through Git or Subversion history&lt;br /&gt;• Live Issues display errors as you type, and Fix-it can correct the mistakes for you&lt;br /&gt;&lt;br /&gt;Streamlined interface that is faster and easier to use&lt;br /&gt;• Design your interface side by side with the backing source code&lt;br /&gt;• Create connections from your GUI design directly to the related source code&lt;br /&gt;• Schemes let you customize exactly how your app will build, run, profile, and deploy&lt;br /&gt;• Quick Look variables while debugging to visualize colors, bezier paths, and images&lt;br /&gt;&lt;br /&gt;Professional editor keeps you focused on your code&lt;br /&gt;• Click the Jump Bar at the top of the editor to instantly go to another file&lt;br /&gt;• Hit a few keys and Open Quickly will open any file within your project&lt;br /&gt;• View message bubbles to see errors, warnings, and other issues right beside the code&lt;br /&gt;&lt;br /&gt;Embedded Apple LLVM technology finds and fixes bugs for you&lt;br /&gt;• Analyzer travels countless code paths looking for logical errors before they become bugs&lt;br /&gt;• Live Issues underlines coding mistakes as you type with no need to build first&lt;br /&gt;• Fix-it can confidently correct mistakes for you with just a keystroke&lt;br /&gt;&lt;br /&gt;Test driven development made simple&lt;br /&gt;• Use the Test Navigator to add, edit, or run tests with just a click&lt;br /&gt;• Test Assistant makes it easy to edit your code and related tests, side-by-side&lt;br /&gt;• Create continuous integration bots for OS X Server 3.0 to automatically build and test your apps.&lt;br /&gt;&lt;br /&gt;Instruments for visual performance analysis&lt;br /&gt;• Compare CPU, disk, memory, and OpenGL performance as graphical tracks over time&lt;br /&gt;• Identify performance bottlenecks, then dive deep into the code to uncover the cause&lt;br /&gt;• Monitor your app directly, or sample the entire system, with very little overhead&lt;br /&gt;&lt;br /&gt;To test or deploy applications on an iOS device you must be a member of Apple's iOS Developer Program. To submit your Mac or iOS apps to the App Store you must be a member of the Mac or iOS Developer Program. Continuous integration features require OS X Server 3.0 on Mavericks. Some features may require Internet access.</string>
<key>developer</key>
<string>Apple</string>
<key>display_name</key>
<string>Xcode</string>
<key>installer_item_hash</key>
<string>446b3f6ba54cdfc4e898f50dcb32d3bb38862b2f1ec06132b04a018225e1002c</string>
<key>installer_item_location</key>
<string>apps/Xcode/6/xcode_6.1.dmg</string>
<key>installer_item_size</key>
<integer>2626077</integer>
<key>installer_type</key>
<string>copy_from_dmg</string>
<key>installs</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.dt.Xcode</string>
<key>CFBundleName</key>
<string>Xcode</string>
<key>CFBundleShortVersionString</key>
<string>6.1</string>
<key>CFBundleVersion</key>
<string>6602</string>
<key>minosversion</key>
<string>10.9.4</string>
<key>path</key>
<string>/Applications/Xcode.app</string>
<key>type</key>
<string>application</string>
<key>version_comparison_key</key>
<string>CFBundleShortVersionString</string>
</dict>
</array>
<key>items_to_copy</key>
<array>
<dict>
<key>destination_path</key>
<string>/Applications</string>
<key>source_item</key>
<string>Xcode.app</string>
</dict>
</array>
<key>minimum_os_version</key>
<string>10.9.4</string>
<key>name</key>
<string>Xcode</string>
<key>postinstall_script</key>
<string>#!/bin/sh
/usr/sbin/DevToolsSecurity -enable
/usr/sbin/dseditgroup -o edit -t group -a everyone _developer
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -license accept
# Install the included support stuff
/usr/sbin/installer -dumplog -verbose -pkg /Applications/Xcode.app/Contents/Resources/Packages/MobileDeviceDevelopment.pkg -tgt /
/usr/sbin/installer -dumplog -verbose -pkg /Applications/Xcode.app/Contents/Resources/Packages/MobileDevice.pkg -tgt /
</string>
<key>uninstall_method</key>
<string>remove_copied_items</string>
<key>uninstallable</key>
<true/>
<key>version</key>
<string>6.1</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment