mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 01:08:04 -05:00
Previously we would automatically pick up an Info.plist file copied using any of the CP_* keys, and both move it to the correct location (when belonging to target built) or ignore it, if we were copying it from an imported target. To simplify the logic in the build system, it is however better to be explicit about this, also because we could actually want an Info.plist file among our copied files.
14 lines
900 B
Plaintext
14 lines
900 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
CP_Resources = resources/* icons/*.icns about/* @PrivilegedTool @mate @tm_query @commit
|
|
CP_InfoPlist = Info.plist
|
|
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
|