Skip to content

Commit 119000a

Browse files
committed
Add more Mac OS X software
To handle older disk images, we extract the partition with dmg2img and repackage it as a dmg so that modern macOS can mount it (we can't use machfs to read the bare partition because it doesn't support HFS+). Updates #357
1 parent cc10dad commit 119000a

16 files changed

Lines changed: 111 additions & 20 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/build
99
/dist
1010
/XADMaster-build
11+
/dmg2img
1112

1213
# misc
1314
.DS_Store
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"src_url": "https://download.macintoshgarden.org/apps/NetNewsWireLite1.0.2.dmg_.sit",
3+
"src_dmg": "NetNewsWire.dmg",
4+
"needs_dmg2img": true,
5+
"needs_mac_os_x": true
6+
}

Library/Networking/NetNewsWire Lite 1.0.2.zip

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"src_url": "https://download.macintoshgarden.org/apps/OmniWeb-4.0.6_0.dmg",
3+
"needs_dmg2img": true,
4+
"needs_mac_os_x": true
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"src_url": "https://download.macintoshgarden.org/apps/OmniWeb-5.1.3_0.dmg",
3+
"needs_mac_os_x": true
4+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"src_url": "https://download.macintoshgarden.org/apps/Watson_1.7.5.dmg_.zip",
3+
"src_dmg": "Watson_1.7.5.dmg",
4+
"needs_mac_os_x": true
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"src_url": "https://download.macintoshgarden.org/apps/OmniGraffle-2.1.1_0.dmg",
3+
"needs_mac_os_x": true
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"src_url": "https://downloads.omnigroup.com/software/MacOSX/10.2/OmniGrafflePro-3.2.4.dmg",
3+
"needs_mac_os_x": true
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"src_url": "https://downloads.omnigroup.com/software/MacOSX/10.1/OmniOutliner-2.2.6.dmg",
3+
"needs_mac_os_x": true
4+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"src_url": "https://download.macintoshgarden.org/apps/OmniDiskSweeper-1.0.dmg",
3+
"needs_dmg2img": true,
4+
"needs_mac_os_x": true
5+
}

0 commit comments

Comments
 (0)