- looking how to decode fp2e;

- add different units for sensors;
- cleanup;
This commit is contained in:
Serhiy Mytrovtsiy
2020-04-06 23:55:29 +02:00
parent 413674db32
commit a4d5cf881b
12 changed files with 205 additions and 158 deletions

View File

@@ -5,13 +5,14 @@ ITC_USERNAME = $(AC_USERNAME)
ITC_PASSWORD = @keychain:AC_PASSWORD
ITC_PROVIDER = $(AC_PROVIDER)
RequestUUID = e6c7b954-d9fa-4c74-8927-ba2172c9526e
RequestUUID = 32c80f6c-36ed-4042-9837-b9093c9f4eb9
BUILD_PATH = $(PWD)/build
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