e0a2e09031
Use 2017 instead of 2016, mostly in version info files. Closes https://github.com/wxWidgets/wxWidgets/pull/379
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleExecutable</key>
|
|
<string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>$(PRODUCT_NAME) version 3.1.1, (c) 2005-2017 wxWidgets</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>wxmac.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.wxwidgets.samples.$(PRODUCT_NAME)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleLongVersionString</key>
|
|
<string>3.1.1, (c) 2005-2017 wxWidgets</string>
|
|
<key>CFBundleName</key>
|
|
<string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>3.1.1</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>3.1.1</string>
|
|
<key>CSResourcesFileMapped</key>
|
|
<true/>
|
|
<key>LSRequiresCarbon</key>
|
|
<true/>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2005-2017 wxWidgets</string>
|
|
</dict>
|
|
</plist>
|