]> git.r.bdr.sh - rbdr/map/blame - Map/Info.plist
Let app store know we're about productivity
[rbdr/map] / Map / Info.plist
CommitLineData
1b85f723
RBR
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>$(DEVELOPMENT_LANGUAGE)</string>
7 <key>CFBundleExecutable</key>
8 <string>$(EXECUTABLE_NAME)</string>
9 <key>CFBundleIdentifier</key>
10 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11 <key>CFBundleInfoDictionaryVersion</key>
12 <string>6.0</string>
13 <key>CFBundleName</key>
14 <string>$(PRODUCT_NAME)</string>
15 <key>CFBundlePackageType</key>
16 <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
17 <key>CFBundleShortVersionString</key>
5e8ff485 18 <string>$(MARKETING_VERSION)</string>
1b85f723
RBR
19 <key>CFBundleVersion</key>
20 <string>1</string>
491463f4
RBR
21 <key>LSApplicationCategoryType</key>
22 <string>public.app-category.productivity</string>
1b85f723
RBR
23 <key>LSMinimumSystemVersion</key>
24 <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
25</dict>
26</plist>