Last active
December 15, 2015 14:08
-
-
Save wakinchan/5271977 to your computer and use it in GitHub Desktop.
Gunosy Enahncer Makefile
This file contains hidden or 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
ARCHS = armv7 | |
THEOS_INSTALL_KILL = gunosy | |
THEOS_DEVICE_IP = iphone.local | |
include theos/makefiles/common.mk | |
TWEAK_NAME = GunosyEnhancer | |
GunosyEnhancer_FILES = PocketAPI/PocketAPI.m PocketAPI/PocketAPIOperation.m PocketAPI/SFHFKeychainUtils.m | |
GunosyEnhancer_OBJCC_FILES = Tweak.xm | |
GunosyEnhancer_FRAMEWORKS = UIKit Security Foundation CoreGraphics | |
include $(THEOS_MAKE_PATH)/tweak.mk | |
BUNDLE_NAME = GunosyEnhancerSettings | |
GunosyEnhancerSettings_FILES = Preference.m | |
GunosyEnhancerSettings_INSTALL_PATH = /Library/PreferenceBundles | |
GunosyEnhancerSettings_FRAMEWORKS = UIKit | |
GunosyEnhancerSettings_PRIVATE_FRAMEWORKS = Preferences | |
include $(THEOS_MAKE_PATH)/bundle.mk | |
internal-stage:: | |
$(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END) | |
$(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/GunosyEnhancer.plist$(ECHO_END) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment