Files
textmate/Applications/TextMate/target
Allan Odgaard a7e23d2722 Expose automatic theme switching in View → Themes submenu
Theme is now stored only with OakTextView (observed by OakDocumentView) and the “global” setting is stored in user defaults (not Global.tmProperties), though it is still possible to override theme on a file-by-file basis via .tm_properties files.
2020-05-14 15:43:24 +07:00

13 lines
866 B
Plaintext

SOURCES = src/*.{cc,mm}
CP_Resources = resources/* icons/*.icns about/* @PrivilegedTool @mate @tm_query @commit
CP_SharedSupport = support/*
CP_PlugIns = @Dialog @Dialog2
CP_Library/QuickLook = @TextMateQL
LINK += BundleEditor BundleMenu BundlesManager CommitWindow CrashReporter DocumentWindow Find HTMLOutputWindow MenuBuilder OakAppKit OakCommand OakFilterList OakFoundation OakSystem OakTextView Preferences SoftwareUpdate authorization bundles cf command crash document io kvdb license network ns plist regexp scm settings text theme
FRAMEWORKS = Cocoa
PLIST_FLAGS = -d'APP_VERSION=$APP_VERSION' -d'APP_MIN_OS=$APP_MIN_OS'
HTML_HEADER = templates/header.html
HTML_FOOTER = templates/footer.html
MARKDOWN_FOOTER = references.md
CS_ENTITLEMENTS = Entitlements.plist