Changes the App Store's "GET" text to "Free"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
231B

  1. INSTALL_TARGET_PROCESSES = AppStore
  2. ARCHS = arm64 arm64e
  3. TARGET = iphone:clang::7.0
  4. include $(THEOS)/makefiles/common.mk
  5. TWEAK_NAME = Stonks
  6. Stonks_FILES = Tweak.x
  7. Stonks_CFLAGS = -fobjc-arc
  8. include $(THEOS_MAKE_PATH)/tweak.mk