2
0

Project update.

This commit is contained in:
Maarten Billemont 2020-04-16 17:46:39 -04:00
parent 16f6c3c593
commit 14f919584b

View File

@ -1,34 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string></string> <string></string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>${PRODUCT_NAME}</string> <string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.0</string> <string>1.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>1</string>
<key>LSBackgroundOnly</key> <key>LSApplicationCategoryType</key>
<true/> <string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key> <key>LSBackgroundOnly</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string> <true/>
<key>NSHumanReadableCopyright</key> <key>LSMinimumSystemVersion</key>
<string>Copyright © 2013 Maarten Billemont. All rights reserved.</string> <string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSPrincipalClass</key> <key>NSHumanReadableCopyright</key>
<string>NSApplication</string> <string>Copyright © 2013 Maarten Billemont. All rights reserved.</string>
</dict> <key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist> </plist>