diff --git a/Makefile b/Makefile
index 7615563a..65830b64 100644
--- a/Makefile
+++ b/Makefile
@@ -5,15 +5,16 @@ BUILD_PATH = $(PWD)/build
APP_PATH = "$(BUILD_PATH)/$(APP).app"
ZIP_PATH = "$(BUILD_PATH)/$(APP).zip"
-.SILENT: archive notarize sign prepare-dmg prepare-dSYM clean next-version check history
-.PHONY: build archive notarize sign prepare-dmg prepare-dSYM clean next-version check history dep
+.SILENT: archive notarize sign prepare-dmg prepare-dSYM clean next-version check history disk
+.PHONY: build archive notarize sign prepare-dmg prepare-dSYM clean next-version check history open
build: clean next-version archive notarize sign prepare-dmg prepare-dSYM open
# --- MAIN WORLFLOW FUNCTIONS --- #
-archive: next-version clean
- echo "Starting archiving the project..."
+archive: clean
+ osascript -e 'display notification "Exporting application archive..." with title "Build the Stats"'
+ echo "Exporting application archive..."
xcodebuild \
-scheme $(APP) \
@@ -33,7 +34,8 @@ archive: next-version clean
echo "Project archived successfully"
notarize:
- echo "Starting notarizing the project..."
+ osascript -e 'display notification "Submitting app for notarization..." with title "Build the Stats"'
+ echo "Submitting app for notarization..."
xcrun altool --notarize-app \
--primary-bundle-id $(BUNDLE_ID)\
@@ -49,6 +51,7 @@ notarize:
LAST_REQUEST="test"
sign:
+ osascript -e 'display notification "Checking if package is approved by Apple..." with title "Build the Stats"'
echo "Checking if package is approved by Apple..."
while true; do \
@@ -65,7 +68,8 @@ sign:
xcrun stapler staple $(APP_PATH)
spctl -a -t exec -vvv $(APP_PATH)
- echo "Application successfully stapled"
+ osascript -e 'display notification "Stats successfully stapled" with title "Build the Stats"'
+ echo "Stats successfully stapled"
prepare-dmg:
if [ ! -d $(PWD)/create-dmg ]; then \
@@ -119,5 +123,6 @@ history:
-p @keychain:AC_PASSWORD
open:
+ osascript -e 'display notification "Stats signed and ready for distribution" with title "Build the Stats"'
echo "Opening working folder..."
open $(PWD)
diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj
index 89f3d64e..412cb255 100644
--- a/Stats.xcodeproj/project.pbxproj
+++ b/Stats.xcodeproj/project.pbxproj
@@ -1936,7 +1936,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
- MARKETING_VERSION = 2.4.4;
+ MARKETING_VERSION = 2.4.5;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1969,7 +1969,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
- MARKETING_VERSION = 2.4.4;
+ MARKETING_VERSION = 2.4.5;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist
index a3d44cae..09ef9535 100755
--- a/Stats/Supporting Files/Info.plist
+++ b/Stats/Supporting Files/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
$(MARKETING_VERSION)
CFBundleVersion
- 177
+ 179
Description
Simple macOS system monitor in your menu bar
LSApplicationCategoryType