mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 09:18:07 -05:00
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.
13 lines
866 B
Plaintext
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
|