Software Mac To Edit Boot Camp Info.plist
Mac bootcamp里面的info.plist无法替换? 我想做安装系统U盘,无论怎么做都是提示我权限不足,我用了root用户仍然是权限不足? 请教各位大神是什么问题?. Jan 14, 2010 Because your changes to the boot file is used EVERY time you boot into Mac OS. Typing out the commands during the boot only affects the OS during that current boot. I tried to edit the AppleHDA.kext, I did a Linux codec dump. When I opened the Info.plist in AppleHDA, I really have no idea where to insert the NodeID as there are so many. Feb 16, 2015 3 Go to Applications Utilities then right click on Boot Camp Assistant and select “Show Package Contents“. Then double click on the Contents folter. Dev c++ sample program codes. Locate the Info.plist. File and make a copy of it in another location on your MAC. Do this in order to have a backup of this file in case something goes wrong after editing this file. This video will show you how to create a bootable Windows 7 8 USB on a Mac. I have tired to edit the info.plist file but it does not have the “PreUSBbootsupportmodels” in the text. I’m assuming this is because the above video is not using Mavericks. Used boot camp 4.0.
Plist Pro
<?xml version='1.0' encoding='UTF-8'?> |
<!DOCTYPEplist PUBLIC '-//Apple//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'> |
<plistversion='1.0'> |
<dict> |
<key>32BitSupportedModels</key> |
<array> |
<string>MacBook7,1</string> |
<string>MacBookAir5,2</string> |
<string>MacBookPro10,1</string> |
<string>MacPro5,1</string> |
<string>Macmini5,3</string> |
<string>iMac12,2</string> |
</array> |
<key>BuildMachineOSBuild</key> |
<string>12D54</string> |
<key>CFBundleDevelopmentRegion</key> |
<string>English</string> |
<key>CFBundleDisplayName</key> |
<string>Boot Camp Assistant</string> |
<key>CFBundleExecutable</key> |
<string>Boot Camp Assistant</string> |
<key>CFBundleGetInfoString</key> |
<string>Boot Camp Assistant 5.0.2, Copyright © 2012 Apple Inc. All rights reserved</string> |
<key>CFBundleIconFile</key> |
<string>DA</string> |
<key>CFBundleIdentifier</key> |
<string>com.apple.bootcampassistant</string> |
<key>CFBundleInfoDictionaryVersion</key> |
<string>6.0</string> |
<key>CFBundleName</key> |
<string>Boot Camp Assistant</string> |
<key>CFBundlePackageType</key> |
<string>APPL</string> |
<key>CFBundleShortVersionString</key> |
<string>5.0.2</string> |
<key>CFBundleSignature</key> |
<string>????</string> |
<key>CFBundleVersion</key> |
<string>462</string> |
<key>DARequiredROMVersions</key> |
<array> |
<string>IM41.0055.B08</string> |
<string>IM42.0071.B03</string> |
<string>IM51.0090.B03</string> |
<string>IM52.0090.B03</string> |
<string>IM61.0093.B01</string> |
<string>MP11.005C.B04</string> |
<string>MB11.0061.B03</string> |
<string>MBP11.0055.B08</string> |
<string>MBP12.0061.B03</string> |
<string>MM11.0055.B08</string> |
</array> |
<key>DTCompiler</key> |
<string></string> |
<key>DTPlatformBuild</key> |
<string>4F250</string> |
<key>DTPlatformVersion</key> |
<string>GM</string> |
<key>DTSDKBuild</key> |
<string>12D54</string> |
<key>DTSDKName</key> |
<string></string> |
<key>DTXcode</key> |
<string>0440</string> |
<key>DTXcodeBuild</key> |
<string>4F250</string> |
<key>LSApplicationCategoryType</key> |
<string>public.app-category.utilities</string> |
<key>LSMinimumSystemVersion</key> |
<string>10.8.3</string> |
<key>NSMainNibFile</key> |
<string>MainMenu</string> |
<key>NSPrincipalClass</key> |
<string>NSApplication</string> |
<key>PreUSBBootSupportedModels</key> |
<array> |
<string>MacBook7,1</string> |
<string>MacBookAir3,2</string> |
<string>MacBookPro8,3</string> |
<string>MacPro5,1</string> |
<string>Macmini4,1</string> |
<string>iMac12,2</string> |
</array> |
<key>Win7OnlyModels</key> |
<array> |
<string>MacBook7,1</string> |
<string>MacBookAir3,2</string> |
<string>MacBookPro5,5</string> |
<string>MacPro2,1</string> |
<string>Macmini4,1</string> |
<string>iMac10,1</string> |
</array> |
</dict> |
</plist> |