summaryrefslogtreecommitdiff
path: root/cocoa/res/NetSurf-Info.plist
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-01-12 20:21:17 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-01-12 20:21:17 +0000
commitb58dcc351f3f7ec32ecb0553436ff9ee76e52551 (patch)
treefed57c711a544fb8272423e2645c5bbf2def25d7 /cocoa/res/NetSurf-Info.plist
parent8c09af55681ff4d4e40eba62fca0c219443a2fc7 (diff)
downloadnetsurf-b58dcc351f3f7ec32ecb0553436ff9ee76e52551.tar.gz
netsurf-b58dcc351f3f7ec32ecb0553436ff9ee76e52551.tar.bz2
Cocoa front end (credit: Sven Weidauer)
svn path=/trunk/netsurf/; revision=11292
Diffstat (limited to 'cocoa/res/NetSurf-Info.plist')
-rw-r--r--cocoa/res/NetSurf-Info.plist32
1 files changed, 32 insertions, 0 deletions
diff --git a/cocoa/res/NetSurf-Info.plist b/cocoa/res/NetSurf-Info.plist
new file mode 100644
index 000000000..ce1f1a274
--- /dev/null
+++ b/cocoa/res/NetSurf-Info.plist
@@ -0,0 +1,32 @@
+<?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>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>${MACOSX_DEPLOYMENT_TARGET}</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NetSurfApp</string>
+</dict>
+</plist>