|
Last change
on this file was 16126, checked in by Shannon Spires, 10 years ago |
|
Make search-files work again in 10.6.
In addition, there's a new variable *use-pre-lion-search-files* which,
if true, will revert to the old (and IMHO more capable) search-files
behavior even in post-10.6 systems. This must be set prior to
building the IDE. In other words:
(setf ccl::*use-pre-lion-search-files* t)
(require :cocoa-application)
Fixes ticket:1188.
|
|
File size:
556 bytes
|
| Rev | Line | |
|---|
| [16126] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|---|
| 3 | <plist version="1.0">
|
|---|
| 4 | <dict>
|
|---|
| 5 | <key>IBFramework Version</key>
|
|---|
| 6 | <string>677</string>
|
|---|
| 7 | <key>IBLastKnownRelativeProjectPath</key>
|
|---|
| 8 | <string>../SearchFiles.xcodeproj</string>
|
|---|
| 9 | <key>IBOldestOS</key>
|
|---|
| 10 | <integer>4</integer>
|
|---|
| 11 | <key>IBOpenObjects</key>
|
|---|
| 12 | <array>
|
|---|
| 13 | <integer>2</integer>
|
|---|
| 14 | </array>
|
|---|
| 15 | <key>IBSystem Version</key>
|
|---|
| 16 | <string>9L30</string>
|
|---|
| 17 | <key>targetFramework</key>
|
|---|
| 18 | <string>IBCocoaFramework</string>
|
|---|
| 19 | </dict>
|
|---|
| 20 | </plist>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.