Skip to content

Instantly share code, notes, and snippets.

@wakinchan
Last active December 15, 2015 14:08
Show Gist options
  • Save wakinchan/5271977 to your computer and use it in GitHub Desktop.
Save wakinchan/5271977 to your computer and use it in GitHub Desktop.
Gunosy Enahncer Makefile
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