summaryrefslogtreecommitdiff
path: root/standalone/osx/git-annex.app/Contents/Info.plist
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-01 13:38:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-01 13:38:19 -0400
commitaf6d5c5f2198858c08960b0948d30cb384b35687 (patch)
treebcf3a58b22d99b470f1b234fc99c0abfa468773d /standalone/osx/git-annex.app/Contents/Info.plist
parent693c12e020148c3154919a939f5aed3eaa223471 (diff)
move
Diffstat (limited to 'standalone/osx/git-annex.app/Contents/Info.plist')
-rw-r--r--standalone/osx/git-annex.app/Contents/Info.plist45
1 files changed, 45 insertions, 0 deletions
diff --git a/standalone/osx/git-annex.app/Contents/Info.plist b/standalone/osx/git-annex.app/Contents/Info.plist
new file mode 100644
index 000000000..ced9948da
--- /dev/null
+++ b/standalone/osx/git-annex.app/Contents/Info.plist
@@ -0,0 +1,45 @@
+<?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>git-annex-webapp</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>GPL 3</string>
+ <key>CFBundleGetInfoString</key>
+ <string>0.0.1</string>
+ <key>CFBundleIconFile</key>
+ <string>git-annex</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.branchable.git-annex</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>GIT-ANNEX</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>0.0.1</string>
+ <key>CFBundleSignature</key>
+ <string>git-annex</string>
+ <key>CFBundleVersion</key>
+ <string>0.0.1</string>
+ <key>NSAppleScriptEnabled</key>
+ <true/>
+ <key>CGDisableCoalescedUpdates</key>
+ <true/>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.5</string>
+ <key>CFBundleDisplayName</key>
+ <string>Start git-annex webapp</string>
+ <key>LSMinimumSystemVersionByArchitecture</key>
+ <dict>
+ <key>i386</key>
+ <string>10.5.0</string>
+ <key>x86_64</key>
+ <string>10.6.0</string>
+ </dict>
+</dict>
+</plist>