JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
macrumors newbie
Original poster
New member here.
I was following a tutorial to make a bootable USB using BootCamp in OS X Yosemite (
LINK ). The process requires modifying the playlist file in "Package Contents".
Anyway, I accidentally overwrote the .plist file in Disk Utility instead of Boot Camp rendering my Disk Utility application useless. I was wondering if there was a way to restore this file? Ideally if someone could just post the code for their Yosemite Disk Utility .plist file I can just copy it into the erroneous file I had. I tried copying the .plist file from a Mavericks Disk Utility package into the Yosemite Disk Utility directory and it did not work.
I would really appreciate any help.
Here is essentially what I did:
Open Applications>
Open Utilities>
Right Click Disk Utility>
Show Package Contents>
Identify .plist file>
Paste over existing file with modified file.
Thanks!
macrumors newbie
Original poster
Solved. I actually just pulled the file from my friends computer. Thanks for looking. Anyone experiencing the same issue, here is the .plist code:
<?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>BuildMachineOSBuild</key>
<string>14A359</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dumodule</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>DFA.icns</string>
<key>CFBundleTypeName</key>
<string>Disk Utility Plugin Module</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<true/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dsku</string>
</array>
<key>CFBundleTypeName</key>
<string>DocumentType</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>dksu</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>DUDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ndif</string>
</array>
<key>CFBundleTypeName</key>
<string>NDIF disk image</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>dimg</string>
<string>hdro</string>
<string>rohd</string>
<string>hdcm</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>imgpart</string>
</array>
<key>CFBundleTypeName</key>
<string>NDIF disk image segment</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>dseg</string>
</array>
<key>CFBundleTypeRole</key>
<string>None</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>smi</string>
</array>
<key>CFBundleTypeName</key>
<string>self mounting image</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>oneb</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dmg</string>
<string>udif</string>
<string>img</string>
</array>
<key>CFBundleTypeName</key>
<string>disk image</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>devi</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>UDIF raw device image</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>devr</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>toast</string>
</array>
<key>CFBundleTypeName</key>
<string>DVD/CD-R master image</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>GImg</string>
<string>PImg</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dvdr</string>
</array>
<key>CFBundleTypeName</key>
<string>DVD master</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>GImg</string>
<string>PImg</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>cdr</string>
</array>
<key>CFBundleTypeName</key>
<string>CD-R master</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dmgpart</string>
</array>
<key>CFBundleTypeName</key>
<string>disk image segment</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>devs</string>
</array>
<key>CFBundleTypeRole</key>
<string>None</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dc42</string>
<string>diskcopy42</string>
</array>
<key>CFBundleTypeName</key>
<string>Disk Copy 4.2 disk image</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>dImg</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dart</string>
</array>
<key>CFBundleTypeName</key>
<string>DART disk image</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>DMdf</string>
<string>DMd0</string>
<string>DMd1</string>
<string>DMd2</string>
<string>DMd3</string>
<string>DMd4</string>
<string>DMd5</string>
<string>DMd6</string>
<string>DMd7</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>raw disk image</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>hdrv</string>
<string>DDim</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>PC drive container</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>OPCD</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>iso</string>
</array>
<key>CFBundleTypeName</key>
<string>ISO disk image</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sparsebundle</string>
</array>
<key>CFBundleTypeName</key>
<string>sparse disk bundle</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sparseimage</string>
</array>
<key>CFBundleTypeName</key>
<string>sparse disk image</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>*</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeName</key>
<string>Folder</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Disk Utility</string>
<key>CFBundleHelpBookFolder</key>
<string>DiskUtility.help</string>
<key>CFBundleHelpBookName</key>
<string>com.apple.DiskUtility.help</string>
<key>CFBundleIconFile</key>
<string>DFA.icns</string>
<key>CFBundleIdentifier</key>
<string>com.apple.DiskUtility</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Disk Utility</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>13</string>
<key>CFBundleSignature</key>
<string>dsku</string>
<key>CFBundleVersion</key>
<string>606</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>6A280m</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>14A359</string>
<key>DTSDKName</key>
<string>macosx10.10internal</string>
<key>DTXcode</key>
<string>0600</string>
<key>DTXcodeBuild</key>
<string>6A280m</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSHasLocalizedDisplayName</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.7.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1999-2012 Apple Inc. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>DUApp.nib</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSServices</key>
<array>
<dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>Disk Utility/Calculate Image Checksum (CRC-32)</string>
</dict>
<key>NSMessage</key>
<string>checksumCRC32</string>
<key>NSPortName</key>
<string>Disk Utility</string>
<key>NSSendTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
</dict>
<dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>Disk Utility/Calculate Image Checksum (MD-5)</string>
</dict>
<key>NSMessage</key>
<string>checksumMD5</string>
<key>NSPortName</key>
<string>Disk Utility</string>
<key>NSSendTypes</key>
<array>
<string>NSStringPboardType</string>
</array>
</dict>
</array>
<key>NSSupportsSuddenTermination</key>
<true/>
</dict>
</plist>
Yosemite Disk Utility .plist file