Skip to content

Instantly share code, notes, and snippets.

@cengage
cengage / gist:5018310
Created February 23, 2013 03:57
False predicate?
Evaluating predicate: date > CAST("2013-01-02T00:00:00Z", "NSDate")
Predicate date > CAST("2013-01-02T00:00:00Z", "NSDate") is False
@cengage
cengage / gist:4996224
Created February 20, 2013 15:13
Xprotect fun
Xprotect.meta from 2/13
<?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>JavaWebComponentVersionMinimum</key>
<string>1.6.0_37-b06-435</string>
<key>LastModification</key>
<string>Wed, 13 Feb 2013 00:43:02 GMT</string>
@cengage
cengage / OS X build plan for veewee
Last active October 28, 2020 14:01
First shot at describing the process of building a vanilla OS X box with veewee using only the OS X installer application.
Notes using minstallconfig.xml
- Create base OS X vmx w/ veewee:
* HD must be IDE, not SCSI
* Do not define a specific boot device, VM will boot from DMG attached to CD-ROM later in process
- Obtain "Install OS X Mountain Lion.app"/"Install Mac OS X Lion.app"
- Mount InstallESD.dmg w/ shadow file from "Install Mac OS X Lion.app/Contents/SharedSupport/InstallESD.dmg"
* hdiutil attach "[...]/Install Mac OS X Lion.app/Contents/SharedSupport/InstallESD.dmg" -owners on -shadow /tmp/InstallESD.shadow