- move to own LaunchAtLogin helper;

This commit is contained in:
Serhiy Mytrovtsiy
2020-04-08 18:15:05 +02:00
parent 9016adc474
commit a30effcf31
12 changed files with 216 additions and 36 deletions

View File

@@ -12,7 +12,6 @@ ARCHIVE_PATH = $(BUILD_PATH)/$(APP).xcarchive
APP_PATH = "$(BUILD_PATH)/$(APP).app"
ZIP_PATH = "$(BUILD_PATH)/$(APP).zip"
DMG_PATH = $(PWD)/$(APP).dmg
LOCATION=$(BUILD_PATH)/$(APP).app/Contents/Library/LoginItems/LaunchAtLoginHelper.app
all: clean archive notarize sign build