diff options
Diffstat (limited to 'Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources')
-rw-r--r-- | Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources/Info.plist | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources/Info.plist b/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources/Info.plist new file mode 100644 index 0000000..7de8638 --- /dev/null +++ b/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources/Info.plist @@ -0,0 +1,24 @@ +<?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>JavaScriptCore</string> + <key>CFBundleGetInfoString</key> + <string>530, Copyright 2003-2010 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> |