Skip to content

Commit

Permalink
Add Developer ID build
Browse files Browse the repository at this point in the history
  • Loading branch information
kainjow committed Oct 29, 2018
1 parent 22049d8 commit 21571c9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ xcode:
cd build && cmake -GXcode ..
open build/*.xcodeproj

.PHONY: xcode_release
xcode_release:
mkdir -p build_release
cd build_release && \
cmake -GXcode -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
open build_release/*.xcodeproj
.PHONY: mac_dist
mac_dist: clean game
codesign --entitlements mac/Glypha.entitlements -fs "Developer ID Application" "build/Glypha III.app"
cd build && zip -r "Glypha III.zip" "Glypha III.app"

.PHONY: qt
qt:
Expand Down

0 comments on commit 21571c9

Please sign in to comment.