macosx 的一些技巧
更改root密码的方法:实用工具——终端 输入sudo passwd root 。然后提示你输入当前登录用户密码,通过以后,提示你输入两遍root的密码。这样你就设置好root帐号密码了。修改系统版本,欺骗 xcode 安装程序:
/System/Library/CoreServices/SystemVersion.plist<?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>ProductBuildVersion</key><string>10J3210</string><key>ProductCopyright</key><string>1983-2011 Apple Inc.</string><key>ProductName</key><string>Mac OS X</string><key>ProductUserVisibleVersion</key><string>10.6.6</string><key>ProductVersion</key><string>10.6.6</string></dict></plist>
页:
[1]