From f957565ef5ba3824c4639ec22d71b9904681c0c9 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 9 Aug 2019 23:44:00 -0400 Subject: [PATCH] Bump the version number --- pkg/createPackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/createPackage b/pkg/createPackage index dd06df5..48ad145 100755 --- a/pkg/createPackage +++ b/pkg/createPackage @@ -18,7 +18,7 @@ cp -R make $TMPDIR/Templates/'Apple II/Apple II Basic Project.xctemplate/' cp -R make $TMPDIR/Templates/'Apple II/Apple II Merlin Project.xctemplate/' -pkgbuild --root $TMPDIR --version 2.7 --identifier com.halcyontouch.Apple2Template.pkg --install-location /Library/Developer/Xcode/ --scripts pkg/scripts/ AppleXcodeTemplate.pkg +pkgbuild --root $TMPDIR --version 2.7.3 --identifier com.halcyontouch.Apple2Template.pkg --install-location /Library/Developer/Xcode/ --scripts pkg/scripts/ AppleXcodeTemplate.pkg productbuild --distribution pkg/Distribution.xml --resource ./pkg temp.pkg rm AppleXcodeTemplate.pkg productsign --sign "Developer ID Installer" temp.pkg AppleXcodeTemplate.pkg