mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2025-10-29 11:24:21 +00:00
* rewrite PCM interface use public methods, hide internal implementation use ifft for smoothing * AutoLeveler * remove slow std::transform() * faster smooth algorithm * perf - quick check for no equations * adjustments for wavecode.bspectrum=1 * cleanup use of BeatDetect.beatSensitivity * comments * more comments * enum CHANNEL * fix windows build * fix windows build * wip * macOS installer signing works finally * version bump Co-authored-by: Matthew Bellew <matthewb@labkey.com>
13 lines
378 B
Bash
Executable File
13 lines
378 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$( dirname "$_" )"
|
|
|
|
xcrun altool --notarize-app --primary-bundle-id "net.projectm.installer" \
|
|
--asc-provider 'MischaSpiegelmock10100337' \
|
|
--username thadwooster@gmail.com --password @keychain:AC_PASSWORD \
|
|
--file "$DIR/../ProjectM.pkg"
|
|
|
|
# sleep 60
|
|
# xcrun altool --notarization-history 0 $AUTH
|
|
# xcrun stapler staple "$DIR/../ProjectM.pkg"
|