mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove unnecessary Info.plist file from Find framework
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${TARGET_NAME}</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${TARGET_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.macromates.framework.${TARGET_NAME}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -1,6 +1,5 @@
|
||||
SOURCES = src/*.{cc,mm}
|
||||
TESTS = tests/*.cc
|
||||
EXPORT = src/Find.h
|
||||
CP_Resources = resources/*
|
||||
LINK += MenuBuilder OakAppKit OakFoundation Preferences document io ns regexp settings text
|
||||
FRAMEWORKS = Cocoa
|
||||
|
||||
Reference in New Issue
Block a user