Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): set generic macOS Info.plist version by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jan 29, 2017
1 parent 8912e9e commit 3a88abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osx/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>@SHORT_VERSION@</string>
<key>CFBundleSignature</key>
<string>toxq</string>
<key>CFBundleURLTypes</key>
Expand All @@ -84,7 +84,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.7.0</string>
<string>@FULL_VERSION@</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>UTImportedTypeDeclarations</key>
Expand Down

0 comments on commit 3a88abd

Please sign in to comment.