From 12b281bbbe86bc25820a7270827a5a5b51b15a16 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Thu, 14 May 2020 12:24:45 +0200 Subject: [PATCH] Fix makefile --- ExampleProject/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExampleProject/Makefile b/ExampleProject/Makefile index 3be2bf1..05e377d 100644 --- a/ExampleProject/Makefile +++ b/ExampleProject/Makefile @@ -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 \ No newline at end of file