-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
9 changed files
with
82 additions
and
25 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
*.dmg | ||
*.exe | ||
*.o | ||
*.pkg | ||
*.tar.gz | ||
*.zip | ||
qrc_*.hpp | ||
|
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
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
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,18 @@ | ||
<?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"> | ||
<array> | ||
<dict> | ||
<key>BundleHasStrictIdentifier</key> | ||
<true/> | ||
<key>BundleIsRelocatable</key> | ||
<false/> | ||
<key>BundleIsVersionChecked</key> | ||
<false/> | ||
<key>BundleOverwriteAction</key> | ||
<string>upgrade</string> | ||
<key>RootRelativeBundlePath</key> | ||
<string>MOD Desktop App.app</string> | ||
</dict> | ||
</array> | ||
</plist> |
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
This file was deleted.
Oops, something went wrong.
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,15 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<installer-gui-script minSpecVersion="1"> | ||
<title>MOD Desktop App</title> | ||
<domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" /> | ||
<license file="@builddir@/../LICENSE" mime-type="text/plain" /> | ||
<options customize="always" hostArchitectures="arm64,x86_64" require-scripts="false" rootVolumeOnly="true" /> | ||
<pkg-ref id="audio.mod.desktop-app" /> | ||
<welcome file="@builddir@/../utils/macos/welcome.txt" mime-type="text/plain" /> | ||
<choice id="audio.mod.desktop-app-pkg" title="MOD Desktop App" description='MOD Desktop App macOS bundle' visible="true" enabled="false" selected="true"> | ||
<pkg-ref id="audio.mod.desktop-app-pkg" version="0">mod-desktop-app.pkg</pkg-ref> | ||
</choice> | ||
<choices-outline> | ||
<line choice="audio.mod.desktop-app-pkg"/> | ||
</choices-outline> | ||
</installer-gui-script> |
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,11 @@ | ||
MOD Audio is on the desktop! | ||
|
||
This is an installer for the MOD Desktop App for macOS. | ||
After installation a "MOD Desktop App" will be available on your applications folder. | ||
|
||
NOTE: At this point this tool should be considered in beta state. | ||
Most things already work but we are still tweaking and fixing a lot. | ||
Feedback and testing is very much appreciated, make sure to report issues you find during your own testing. | ||
|
||
Discussion page: https://forum.mod.audio/t/introducing-the-mod-app-for-desktops-beta-release/10495 | ||
Project page: https://github.com/moddevices/mod-desktop-app |