Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-07-27 18:23:28 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-07-27 18:24:01 +0400
commit42153870ed2b1e5525c5e0b85aa191130ed50b6f (patch)
treeec332077a4c74c0a34c8c69289b9033d2ed21ccf /Info.plist
parent82bbde86656475ccb13f1f653beca6561d0be69c (diff)
[macdoc] Add possibly missing Info.plist information for code signing
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist6
1 files changed, 5 insertions, 1 deletions
diff --git a/Info.plist b/Info.plist
index 6063dc2..9482ca5 100644
--- a/Info.plist
+++ b/Info.plist
@@ -2,6 +2,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>CFBundleDocumentTypes</key>
<array>
<dict>
@@ -31,6 +33,8 @@
</array>
<key>CFBundleIdentifier</key>
<string>com.xamarin.macdoc</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
<key>CFBundleName</key>
<string>MonoDoc</string>
<key>CFBundlePackageType</key>
@@ -54,7 +58,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1</string>
+ <string>1.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>