From: John B. <bel...@us...> - 2001-04-05 23:07:29
|
Update of /cvsroot/firebird/interbase/firebird/bellardo/darwin In directory usw-pr-cvs1:/tmp/cvs-serv27189 Added Files: FrameworkInfo.plist Removed Files: Info.plist Log Message: Renamed Info.plist to FrameworkInfo.plist --- NEW FILE --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>Firebird</string> <key>CFBundleIdentifier</key> <string>com.firebird.Firebird</string> <key>CFBundleInfoDictionaryVersion</key> <string>__VERSION__</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>__VERSION__</string> </dict> </plist> --- Info.plist DELETED --- |