Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbruno committed May 14, 2020
1 parent 760d4ee commit 12b281b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExampleProject/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY : swiftshield

swiftshield:
cd ../ && make build
../.build/release/swiftshield obfuscate -p ./ExampleProject.xcodeproj -s ExampleProject
cd ../ && make build && make package
../.build/release/_PRODUCT/bin/swiftshield obfuscate -p ./ExampleProject.xcodeproj -s ExampleProject
open ./ExampleProject.xcodeproj
open ./swiftshield-output

0 comments on commit 12b281b

Please sign in to comment.