comparison mac/Info.plist @ 1934:487fd711bf3f

Mac: Fix deprecation warning in the 10.13 SDK.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 18 Oct 2017 17:26:39 +0000
parents ba3af8eb56f1
children abb949dd3bb3
comparison
equal deleted inserted replaced
1933:758f49e54566 1934:487fd711bf3f
20 <string>1.1</string> 20 <string>1.1</string>
21 <key>CFBundleSignature</key> 21 <key>CFBundleSignature</key>
22 <string>????</string> 22 <string>????</string>
23 <key>CFBundleVersion</key> 23 <key>CFBundleVersion</key>
24 <string>1</string> 24 <string>1</string>
25 <key>LSApplicationCategoryType</key>
26 <string>public.app-category.developer-tools</string>
25 <key>LSMinimumSystemVersion</key> 27 <key>LSMinimumSystemVersion</key>
26 <string>${MACOSX_DEPLOYMENT_TARGET}</string> 28 <string>${MACOSX_DEPLOYMENT_TARGET}</string>
27 <key>NSPrincipalClass</key> 29 <key>NSPrincipalClass</key>
28 <string>NSApplication</string> 30 <string>NSApplication</string>
29 </dict> 31 </dict>