summaryrefslogtreecommitdiffstats
path: root/macosx/InstantHandBrake/Express.plist
diff options
context:
space:
mode:
authorritsuka <[email protected]>2008-01-11 17:48:18 +0000
committerritsuka <[email protected]>2008-01-11 17:48:18 +0000
commit3caeaf135a8838fbc3f6a261bd7a66962a1bd5f5 (patch)
treefaf286fde0354e240e6d343f5268e7a0bb583216 /macosx/InstantHandBrake/Express.plist
parent709c565f9e47282236b01ba1eb980c31221659f1 (diff)
MacGUI: move IHB source code to his own folder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1185 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/InstantHandBrake/Express.plist')
-rw-r--r--macosx/InstantHandBrake/Express.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/macosx/InstantHandBrake/Express.plist b/macosx/InstantHandBrake/Express.plist
new file mode 100644
index 000000000..002ee8f88
--- /dev/null
+++ b/macosx/InstantHandBrake/Express.plist
@@ -0,0 +1,26 @@
+<?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>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string>MediaFork</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.m0k.handbrake.instant</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0a2</string>
+ <key>NSMainNibFile</key>
+ <string>Express</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>