forked from iSECPartners/Introspy-iOS
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compatibility with new theos; Works on iOS 9 (Tested on iOS 9.3.3)
- Loading branch information
Herman Duarte
committed
Oct 16, 2016
1 parent
4861020
commit 64291d9
Showing
25 changed files
with
1,046 additions
and
1,284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ _/* | |
*.swp | ||
.gitconfig | ||
*.sublime-workspace | ||
packages/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,10 @@ | ||
#TARGET = iphone:6.1 | ||
|
||
# Comment out the following line if using Xcode 4 | ||
ARCHS = armv7 arm64 | ||
|
||
include theos/makefiles/common.mk | ||
|
||
# Xcode 5 got rid of GCC and forces the use of Clang | ||
# Clang complains about unused arguments | ||
# Most likely a bug in Theos, silence these warnings for now | ||
ADDITIONAL_CCFLAGS = -Qunused-arguments | ||
include $(THEOS)/makefiles/common.mk | ||
|
||
TWEAK_NAME = introspy | ||
introspy_FILES = Tweak.xmi CallTracer.m hooks/CommonDigestHooks.m hooks/LibCHooks.m hooks/KeychainHooks.m hooks/DelegateProxies.m PlistObjectConverter.m hooks/CommonKeyDerivationHooks.m CallStackInspector.m SQLiteStorage.m hooks/SecurityHooks.m hooks/CommonCryptorHooks.m hooks/CommonHMACHooks.m | ||
introspy_LIBRARIES = sqlite3 substrate | ||
introspy_FILES = Tweak.xm CallTracer.m hooks/CommonDigestHooks.m hooks/LibCHooks.m hooks/KeychainHooks.m hooks/DelegateProxies.m PlistObjectConverter.m hooks/CommonKeyDerivationHooks.m CallStackInspector.m SQLiteStorage.m hooks/SecurityHooks.m hooks/CommonCryptorHooks.m hooks/CommonHMACHooks.m | ||
introspy_LIBRARIES = sqlite3 | ||
|
||
introspy_FRAMEWORKS = UIKit, Foundation, Security | ||
include $(THEOS_MAKE_PATH)/tweak.mk | ||
|
||
after-install:: | ||
install.exec "killall -9 SpringBoard" |
Oops, something went wrong.