mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
- add gh action to build the application
- add `dep` script to makefile (update carthage dependency) - change carthage build -> carthage update in gh action
This commit is contained in:
5
Makefile
5
Makefile
@@ -6,7 +6,7 @@ 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
|
||||
.PHONY: build archive notarize sign prepare-dmg prepare-dSYM clean next-version check history dep
|
||||
|
||||
build: clean next-version archive notarize sign prepare-dmg prepare-dSYM open
|
||||
|
||||
@@ -121,3 +121,6 @@ history:
|
||||
open:
|
||||
echo "Opening working folder..."
|
||||
open $(PWD)
|
||||
|
||||
dep:
|
||||
carthage update --platform macOS
|
||||
|
||||
Reference in New Issue
Block a user