Added Preferences

This commit is contained in:
2022-05-09 07:11:28 -07:00
parent 7a43aeb55a
commit ce31f4adaf
12 changed files with 202 additions and 12 deletions

13
Preferences/Makefile Normal file
View File

@@ -0,0 +1,13 @@
TARGET := iphone:clang:latest:7.0
include $(THEOS)/makefiles/common.mk
BUNDLE_NAME = iOSDiscordPresencePreferences
iOSDiscordPresencePreferences_FILES = iOSDiscordPresenceRootListController.m
iOSDiscordPresencePreferences_FRAMEWORKS = UIKit
iOSDiscordPresencePreferences_PRIVATE_FRAMEWORKS = Preferences
iOSDiscordPresencePreferences_INSTALL_PATH = /Library/PreferenceBundles
iOSDiscordPresencePreferences_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/bundle.mk