Exported latest revision from sourceforge cvs, discarding history.

This commit is contained in:
Jason Rohrer
2017-10-11 13:16:19 -07:00
parent 9c297bbe8b
commit cc3108fe85
1304 changed files with 79564 additions and 2 deletions
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIdentifier</key>
<string>org.passage</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>SleepIsDeath</string>
<key>CFBundleIconFile</key>
<string>SleepIsDeath.icns</string>
<key>CFBundleName</key>
<string>SleepIsDeath</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0</string>
<key>CFBundleShortVersionString</key>
<string>0</string>
<key>CFBundleGetInfoString</key>
<string>SleepIsDeath</string>
<key>CFBundleLongVersionString</key>
<string>0</string>
<key>NSHumanReadableCopyright</key>
<string>Public Domain, 2010</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>
@@ -0,0 +1 @@
APPL????
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

+23
View File
@@ -0,0 +1,23 @@
To mount dmg:
hdiutil mount Test.dmg
To unmount:
hdiutil unmount /Volumes/Test
To convert DMG to compressed:
hdiutil convert Test.dmg -format UDZO -o Test_compressed.dmg
To convert compressed DMG to R/W:
hdiutil convert Test_compressed.dmg -format UDRW -o Test.dmg
To rename a volume:
diskutil rename /Volumes/NameA NameB
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B