diff options
| author | nyamatongwe <unknown> | 2011-09-24 16:18:16 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-09-24 16:18:16 +1000 |
| commit | c90895ffeff34bab88b2bad25c2686b17a54e087 (patch) | |
| tree | 98be788826577a4c3ad8694e2e641db48fa64aad /macosx/SciTest/Info.plist | |
| parent | 89f0c327bdd015fe8a35cdbd3b8178ddb139d0be (diff) | |
| download | scintilla-mirror-c90895ffeff34bab88b2bad25c2686b17a54e087.tar.gz | |
Removing Carbon platform layer in favour of Cocoa.
Diffstat (limited to 'macosx/SciTest/Info.plist')
| -rw-r--r-- | macosx/SciTest/Info.plist | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/macosx/SciTest/Info.plist b/macosx/SciTest/Info.plist deleted file mode 100644 index 7163dff62..000000000 --- a/macosx/SciTest/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//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>SciTest</string> - <key>CFBundleIconFile</key> - <string></string> - <key>CFBundleIdentifier</key> - <string>com.apple.myCarbonApp</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleVersion</key> - <string>1.0</string> - <key>CSResourcesFileMapped</key> - <true/> -</dict> -</plist> |
