File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11CFLAGS =-arch x86_64 -arch arm64 -mmacosx-version-min=10.6
22
3+ .PHONY :
4+ package
5+
36macher : append_data.o macher.h macher.c
47 gcc ${CFLAGS} -o macher append_data.o macher.c
58
Original file line number Diff line number Diff line change 11#! /bin/bash
22source IDs.sh
3- PKG_ID=1_4
4- VERSION=1.4
3+ PKG_ID=1_6
4+ VERSION=1.6
5+ OPTIONS=" --wait --no-progress --apple-id $APPLE_ID \
6+ --team-id $DEV_ID --password $ONE_TIME_PASS --wait"
57
68mkdir -p bin
79cp ../macher bin
810codesign -v -s $DEV_ID --timestamp --options runtime --force bin/macher
9- pkgbuild --root bin --identifier info.marc-culler.macher.$PKG_ID --version $VERSION --install-location /usr/local/bin bin.pkg
11+ pkgbuild --root bin --identifier info.marc-culler.macher.$PKG_ID \
12+ --install-location /usr/local/bin bin.pkg
1013productsign --sign $DEV_ID bin.pkg macher.pkg
1114rm -f bin.pkg
12- xcrun altool --notarize-app --primary-bundle-id " macher-$VERSION " --username $USERNAME --password $ONE_TIME_PASS --file macher.pkg
13- echo Waiting 90 seconds ...
14- sleep 90
15+ xcrun notarytool submit $OPTIONS macher.pkg
1516xcrun stapler staple macher.pkg
You can’t perform that action at this time.
0 commit comments