diff options
author | Feng Qian <fqian@google.com> | 2009-06-17 12:12:20 -0700 |
---|---|---|
committer | Feng Qian <fqian@google.com> | 2009-06-17 12:12:20 -0700 |
commit | 5f1ab04193ad0130ca8204aadaceae083aca9881 (patch) | |
tree | 5a92cd389e2cfe7fb67197ce14b38469462379f8 /JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources | |
parent | 194315e5a908cc8ed67d597010544803eef1ac59 (diff) | |
download | external_webkit-5f1ab04193ad0130ca8204aadaceae083aca9881.zip external_webkit-5f1ab04193ad0130ca8204aadaceae083aca9881.tar.gz external_webkit-5f1ab04193ad0130ca8204aadaceae083aca9881.tar.bz2 |
Get WebKit r44544.
Diffstat (limited to 'JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources')
-rw-r--r-- | JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources/Info.plist | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources/Info.plist b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources/Info.plist new file mode 100644 index 0000000..bccf2b5 --- /dev/null +++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources/Info.plist @@ -0,0 +1,24 @@ +<?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>JavaScriptCore</string> + <key>CFBundleGetInfoString</key> + <string>530, Copyright 2003-2009 Apple Inc.</string> + <key>CFBundleIdentifier</key> + <string>com.apple.JavaScriptCore</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>JavaScriptCore</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>530</string> + <key>CFBundleVersion</key> + <string>530</string> +</dict> +</plist> |