Skip to content

Commit

Permalink
Merge pull request #66 from microsoft/fix/update-build-version
Browse files Browse the repository at this point in the history
Setup build and short versions
  • Loading branch information
iamclement committed Mar 25, 2020
2 parents 729aae3 + 7c1eba8 commit 06fc489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/Info.plist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<string>${PRODUCT_NAME}</string> <string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>$(CURRENT_PROJECT_VERSION)</string>
<key>CFBundleShortVersionString</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string></string> <string></string>
</dict> </dict>
Expand Down

0 comments on commit 06fc489

Please sign in to comment.