Skip to content

Commit

Permalink
Update 0.9.5 for OSX and VSTS3
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Sep 20, 2020
1 parent b9569a3 commit 36cfb98
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 12 deletions.
57 changes: 47 additions & 10 deletions Resources/Installers/MacOSX/Dexed.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<key>PATH_TYPE</key>
<integer>0</integer>
<key>PERMISSIONS</key>
<integer>493</integer>
<integer>1005</integer>
<key>TYPE</key>
<integer>1</integer>
<key>UID</key>
Expand Down Expand Up @@ -464,14 +464,16 @@
</dict>
<key>PAYLOAD_TYPE</key>
<integer>0</integer>
<key>PRESERVE_EXTENDED_ATTRIBUTES</key>
<false/>
<key>SHOW_INVISIBLE</key>
<false/>
<key>SPLIT_FORKS</key>
<true/>
<key>TREAT_MISSING_FILES_AS_WARNING</key>
<false/>
<key>VERSION</key>
<integer>4</integer>
<integer>5</integer>
</dict>
<key>PACKAGE_SCRIPTS</key>
<dict>
Expand Down Expand Up @@ -506,6 +508,8 @@
<false/>
<key>PAYLOAD_SIZE</key>
<integer>-1</integer>
<key>REFERENCE_PATH</key>
<string></string>
<key>RELOCATABLE</key>
<false/>
<key>USE_HFS+_COMPRESSION</key>
Expand Down Expand Up @@ -572,7 +576,7 @@
<key>GID</key>
<integer>0</integer>
<key>PATH</key>
<string>target/VST/Audio</string>
<string>target/VST3/Audio</string>
<key>PATH_TYPE</key>
<integer>1</integer>
<key>PERMISSIONS</key>
Expand Down Expand Up @@ -784,7 +788,7 @@
<key>PATH_TYPE</key>
<integer>0</integer>
<key>PERMISSIONS</key>
<integer>493</integer>
<integer>1005</integer>
<key>TYPE</key>
<integer>1</integer>
<key>UID</key>
Expand Down Expand Up @@ -949,14 +953,16 @@
</dict>
<key>PAYLOAD_TYPE</key>
<integer>0</integer>
<key>PRESERVE_EXTENDED_ATTRIBUTES</key>
<false/>
<key>SHOW_INVISIBLE</key>
<false/>
<key>SPLIT_FORKS</key>
<true/>
<key>TREAT_MISSING_FILES_AS_WARNING</key>
<false/>
<key>VERSION</key>
<integer>4</integer>
<integer>5</integer>
</dict>
<key>PACKAGE_SCRIPTS</key>
<dict>
Expand All @@ -982,15 +988,17 @@
<key>FOLLOW_SYMBOLIC_LINKS</key>
<false/>
<key>IDENTIFIER</key>
<string>com.digitalsuburban.DexedVST</string>
<string>com.digitalsuburban.DexedVST3</string>
<key>LOCATION</key>
<integer>0</integer>
<key>NAME</key>
<string>VST</string>
<string>VST3</string>
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>PAYLOAD_SIZE</key>
<integer>-1</integer>
<key>REFERENCE_PATH</key>
<string></string>
<key>RELOCATABLE</key>
<false/>
<key>USE_HFS+_COMPRESSION</key>
Expand Down Expand Up @@ -1269,7 +1277,7 @@
<key>PATH_TYPE</key>
<integer>0</integer>
<key>PERMISSIONS</key>
<integer>493</integer>
<integer>1005</integer>
<key>TYPE</key>
<integer>1</integer>
<key>UID</key>
Expand Down Expand Up @@ -1434,14 +1442,31 @@
</dict>
<key>PAYLOAD_TYPE</key>
<integer>0</integer>
<key>PRESERVE_EXTENDED_ATTRIBUTES</key>
<false/>
<key>SHOW_INVISIBLE</key>
<false/>
<key>SPLIT_FORKS</key>
<true/>
<key>TREAT_MISSING_FILES_AS_WARNING</key>
<false/>
<key>VERSION</key>
<integer>4</integer>
<integer>5</integer>
</dict>
<key>PACKAGE_SCRIPTS</key>
<dict>
<key>POSTINSTALL_PATH</key>
<dict>
<key>PATH_TYPE</key>
<integer>0</integer>
</dict>
<key>PREINSTALL_PATH</key>
<dict>
<key>PATH_TYPE</key>
<integer>0</integer>
</dict>
<key>RESOURCES</key>
<array/>
</dict>
<key>PACKAGE_SETTINGS</key>
<dict>
Expand All @@ -1461,6 +1486,8 @@
<false/>
<key>PAYLOAD_SIZE</key>
<integer>-1</integer>
<key>REFERENCE_PATH</key>
<string></string>
<key>RELOCATABLE</key>
<false/>
<key>USE_HFS+_COMPRESSION</key>
Expand All @@ -1485,7 +1512,17 @@
<key>PROJECT_PRESENTATION</key>
<dict>
<key>BACKGROUND</key>
<dict/>
<dict>
<key>APPAREANCES</key>
<dict>
<key>DARK_AQUA</key>
<dict/>
<key>LIGHT_AQUA</key>
<dict/>
</dict>
<key>SHARED_SETTINGS_FOR_ALL_APPAREANCES</key>
<true/>
</dict>
<key>INSTALLATION TYPE</key>
<dict>
<key>HIERARCHIES</key>
Expand Down
4 changes: 2 additions & 2 deletions Resources/Installers/MacOSX/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
all:
mkdir -p target/Applications
mkdir -p target/VST/Audio/Plug-Ins/VST
mkdir -p target/VST3/Audio/Plug-Ins/VST3
mkdir -p target/Components/Audio/Plug-Ins/Components
cp -R ../../../LICENSE target/LICENSE.txt
cp -RL Dexed.app target/Applications
cp -RL Dexed.vst3 target/VST/Audio/Plug-Ins/VST
cp -RL Dexed.vst3 target/VST3/Audio/Plug-Ins/VST3
cp -RL Dexed.component target/Components/Audio/Plug-Ins/Components

clean:
Expand Down

0 comments on commit 36cfb98

Please sign in to comment.