Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prefs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BUNDLE_NAME = SixLS
SixLS_FILES = $(wildcard *.m) $(wildcard SkittyPrefs/*.m)
SixLS_INSTALL_PATH = /Library/PreferenceBundles
SixLS_PRIVATE_FRAMEWORKS = Preferences
SixLS_CFLAGS = -fobjc-arc
SixLS_CFLAGS = -fobjc-arc -fmodules -Wno-deprecated-declarations

include $(THEOS_MAKE_PATH)/bundle.mk

Expand Down
2 changes: 1 addition & 1 deletion prefs/SkittyPrefs
1 change: 1 addition & 0 deletions tweak/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include $(THEOS)/makefiles/common.mk

TWEAK_NAME = SixLS
SixLS_FILES = $(wildcard *.swift) $(wildcard *.m) Tweak.x
SixLS_FRAMEWORKS = AudioToolbox
SixLS_PRIVATE_FRAMEWORKS = UserNotificationsKit
SixLS_CFLAGS = -fobjc-arc -I./Headers
SixLS_SWIFTFLAGS += -DTWEAK
Expand Down
2 changes: 2 additions & 0 deletions tweak/SixLSManager.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// SixLSManager.h

#import <UIKit/UIKit.h>

#import "Headers/UserNotificationsKit/NCNotificationRequest.h"
#import "Headers/CoverSheet/CSScrollView.h"

Expand Down