| @@ -10,11 +10,11 @@ | |||||
| <domains enable_localSystem="true" enable_currentUserHome="true"/> | <domains enable_localSystem="true" enable_currentUserHome="true"/> | ||||
| <choices-outline> | <choices-outline> | ||||
| <line choice="com.vcvrack.rack"/> | |||||
| <line choice="com.vcvrack.rack2"/> | |||||
| </choices-outline> | </choices-outline> | ||||
| <choice id="com.vcvrack.rack" title="Standalone" enabled="false"> | |||||
| <pkg-ref id="com.vcvrack.rack"/> | |||||
| <choice id="com.vcvrack.rack2" title="Standalone" enabled="false"> | |||||
| <pkg-ref id="com.vcvrack.rack2"/> | |||||
| </choice> | </choice> | ||||
| <pkg-ref id="com.vcvrack.rack" version="0" onConclusion="none">Component.pkg</pkg-ref> | |||||
| <pkg-ref id="com.vcvrack.rack2" version="0" onConclusion="none">Component.pkg</pkg-ref> | |||||
| </installer-gui-script> | </installer-gui-script> | ||||
| @@ -6,7 +6,7 @@ | |||||
| <key>CFBundleDevelopmentRegion</key><string>English</string> | <key>CFBundleDevelopmentRegion</key><string>English</string> | ||||
| <key>CFBundleName</key><string>VCV Rack 2 Free</string> | <key>CFBundleName</key><string>VCV Rack 2 Free</string> | ||||
| <key>CFBundleDisplayName</key><string>VCV Rack 2 Free</string> | <key>CFBundleDisplayName</key><string>VCV Rack 2 Free</string> | ||||
| <key>CFBundleIdentifier</key><string>com.vcvrack.rack</string> | |||||
| <key>CFBundleIdentifier</key><string>com.vcvrack.rack2</string> | |||||
| <key>CFBundleVersion</key><string>{VERSION}</string> | <key>CFBundleVersion</key><string>{VERSION}</string> | ||||
| <key>CFBundlePackageType</key><string>APPL</string> | <key>CFBundlePackageType</key><string>APPL</string> | ||||
| <key>CFBundleSignature</key><string>RACK</string> | <key>CFBundleSignature</key><string>RACK</string> | ||||
| @@ -260,7 +260,7 @@ ifdef ARCH_MAC | |||||
| # Make standalone PKG | # Make standalone PKG | ||||
| mkdir -p dist/Component | mkdir -p dist/Component | ||||
| cp -R dist/"$(DIST_BUNDLE)" dist/Component/ | cp -R dist/"$(DIST_BUNDLE)" dist/Component/ | ||||
| pkgbuild --identifier com.vcvrack.rack --component-plist Component.plist --root dist/Component --install-location /Applications dist/Component.pkg | |||||
| pkgbuild --identifier com.vcvrack.rack2 --component-plist Component.plist --root dist/Component --install-location /Applications dist/Component.pkg | |||||
| # Make PKG | # Make PKG | ||||
| productbuild --distribution Distribution.xml --package-path dist dist/$(DIST_NAME).pkg | productbuild --distribution Distribution.xml --package-path dist dist/$(DIST_NAME).pkg | ||||
| productsign --sign "Developer ID Installer: Andrew Belt (V8SW9J626X)" dist/$(DIST_NAME).pkg dist/$(DIST_NAME)-signed.pkg | productsign --sign "Developer ID Installer: Andrew Belt (V8SW9J626X)" dist/$(DIST_NAME).pkg dist/$(DIST_NAME)-signed.pkg | ||||