Changes the App Store's "GET" text to "Free"
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 4 ans
il y a 4 ans
123456789101112
  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