Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit d4e3033

Browse files
author
fridakitten
committed
Makefile => fixed SDK extraction
1 parent 8621df3 commit d4e3033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ stock: greet compile_swift makechain_jailed ipa clean done
4141

4242
# Functions
4343
greet:
44-
@if [ ! -d tmp ]; then if [ ! -d SDK ]; then mkdir tmp; wget https://polcom.de/sdk/iOS15.6.zip; mv iOS15.6.zip tmp/iOS15.6.zip; cd tmp; unzip iOS15.6.zip; mv iPhoneOS15.6.sdk ../SDK; cd ..; mv SDK/System/Library/PrivateFrameworks/MobileContainerManager.framework SDK/System/Library/Frameworks/MobileContainerManager.framework; rm -rf tmp; fi; fi; if [ ! -d Blueprint/FridaCodeManager.app/include ]; then cd Blueprint/FridaCodeManager.app; git clone https://github.com/theos/headers; mv headers include; fi
44+
@if [ ! -d tmp ]; then if [ ! -d SDK ]; then mkdir tmp; cd tmp; unzip ../FCM/UI/TabBar/Settings/SDKHub/sdk/iOS15.6.zip; mv iPhoneOS15.6.sdk ../SDK; cd ..; mv SDK/System/Library/PrivateFrameworks/MobileContainerManager.framework SDK/System/Library/Frameworks/MobileContainerManager.framework; rm -rf tmp; fi; fi; if [ ! -d Blueprint/FridaCodeManager.app/include ]; then cd Blueprint/FridaCodeManager.app; git clone https://github.com/theos/headers; mv headers include; fi
4545
@echo "\nIts meant to be compiled on jailbroken iOS devices in terminal, compiling it using macos can cause certain anomalies with UI, etc\n "
4646
@if [ ! -d "Product" ]; then mkdir Product; fi
4747

0 commit comments

Comments
 (0)