Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created June 10, 2013 02:35
Show Gist options
  • Save legumbre/5746185 to your computer and use it in GitHub Desktop.
Save legumbre/5746185 to your computer and use it in GitHub Desktop.
# iPhoneOS6.0 SDK en Snow Leopard
cp -rv /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/
cp -rv /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/6.0\ \(10A403\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/
# Tuve que omitir el iPhoneSimulator porque de lo contrario me reventaba ibtool
# cp -rv /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/
rm -f /Developer/Platforms/iPhoneOS.platform/DeviceSupport/Latest
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/6.0\ \(10A403\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/Latest
cp /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Info.plist /Developer/Platforms/iPhoneOS.platform
cp /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/version.plist /Developer/Platforms/iPhoneOS.platform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment