Skip to content

Commit

Permalink
macOS: alphabetically order the keys in our Info.plist file.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 24, 2019
1 parent be13ada commit cd1365a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions distrib/macos/Info.plist.in
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand All @@ -21,6 +19,18 @@
<string>Owner</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${CMAKE_PROJECT_NAME}</string>
<key>CFBundleIconFile</key>
<string>${CMAKE_PROJECT_NAME}.icns</string>
<key>CFBundleIdentifier</key>
<string>ws.opencor</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>${VERSION}</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,22 +42,12 @@
</array>
</dict>
</array>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2011-${YEAR}</string>
<key>CFBundleIconFile</key>
<string>${CMAKE_PROJECT_NAME}.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
<string>${CMAKE_PROJECT_NAME}</string>
<key>CFBundleIdentifier</key>
<string>ws.opencor</string>
<key>CFBundleVersion</key>
<string>${VERSION}</string>
<key>CFBundleShortVersionString</key>
<string>${VERSION}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2011-${YEAR}</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSRequiresAquaSystemAppearance</key>
<string>true</string>
</dict>
Expand Down

0 comments on commit cd1365a

Please sign in to comment.