Remove unnecessary Info.plist file from Find framework

This commit is contained in:
Allan Odgaard
2019-07-14 10:59:30 +02:00
parent 63e82b9bc0
commit dfd5f85fb5
2 changed files with 0 additions and 25 deletions

View File

@@ -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>

View File

@@ -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