-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98800cc
commit ee86ccf
Showing
4 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2007 Jeremy Ehrhardt | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
DMG DJ incorporates an unmodified 2007 version of NDResourceFork by Nathan Day | ||
<https://github.com/nathanday/>. This package had its own license with a credit clause for source | ||
distributions. I've reproduced the license text here from an archive copy found at | ||
<https://web.archive.org/web/20111227061959/http://homepage.mac.com/nathan_day/pages/source.xml>: | ||
|
||
Some of the source code I've written is available for other developers to use, there are really no restrictions on use of this code other than leave my name (Nathan Day) within the source code, | ||
especially if you make your source code public with my code in it. Though the code has been tested | ||
and is in use, you use it at your own risk. Some of the features that have been put in are for | ||
future use and so have not been as rigorously tested as actually used features. If you find any | ||
bugs or have any problems with any of the code then feel free to contact me <[email protected]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# dmg-dj | ||
Disk image manager. Mounts necessary images when you launch an app, unmounts them when you quit. | ||
# DMG DJ | ||
|
||
Disc image manager. Mounts necessary images when you launch an app, unmounts them when you quit. | ||
|
||
![screenshot of DMG DJ](DMG_DJ_screenshot.png) | ||
|
||
This was originally developed to play Blizzard's Starcraft, Brood War, and Warcraft III | ||
single-player campaigns from disc images, long before Blizzard released official no-CD patches, | ||
but should work for other applications as well. | ||
|
||
## Requirements | ||
|
||
Mac OS X 10.4+. Built as a universal binary. | ||
|
||
## Usage | ||
|
||
Open the app. Drag applications you want to manage into the "Applications" list on the left. | ||
Drag disc images for those applications into the "Associated disc images" list on the right. | ||
Click the "Load" checkbox to make a given app load a given image. The arrow buttons under each list | ||
should reveal the selected app or disc image in the Finder. | ||
|
||
## Notes | ||
|
||
I wrote this in 2007 and have resurrected it onto Github for historical interest only. | ||
Not sure if it'll even still compile with modern versions of Xcode, but fortunately, I do have | ||
an old build as well as the source. Check the Releases tab. |