Changed: Remove useless information in Info.plist

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-11 17:45:39 +02:00
parent 2460943bea
commit fdf69c006d

View file

@ -10,18 +10,8 @@
<string>$NAME</string> <string>$NAME</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>ryzom.icns</string> <string>ryzom.icns</string>
<key>CFBundleIdentifier</key>
<string>$IDENTIFIER</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>fr</string>
<string>de</string>
<string>ru</string>
<string>es</string>
</array>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>$VERSION</string> <string>$VERSION</string>
<key>CFBundleName</key> <key>CFBundleName</key>
@ -38,16 +28,8 @@
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>1.0</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.role-playing-games</string> <string>public.app-category.role-playing-games</string>
<key>LSFileQuarantineEnabled</key>
<false/>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>$COPYRIGHT</string> <string>$COPYRIGHT</string>
</dict> </dict>