moved from cocoapods to carthage

This commit is contained in:
Serhiy Mytrovtsiy
2019-09-09 17:57:18 +02:00
parent 923e295af1
commit 4a896dd8d4
462 changed files with 50418 additions and 120 deletions

View File

@@ -13,7 +13,7 @@ APP_PATH = "$(BUILD_PATH)/$(APP).app"
ZIP_PATH = "$(BUILD_PATH)/$(APP).zip"
DMG_PATH = $(PWD)/$(APP).dmg
all: clean archive notarize sign build clean
all: clean archive notarize sign build
clean:
rm -rf $(BUILD_PATH)
@@ -70,6 +70,7 @@ build: sign
$(APP_PATH)
rm -rf ./create-dmg
rm -rf $(BUILD_PATH)
open $(PWD)
check: