Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Fix a version for App Store validation (#27)
Browse files Browse the repository at this point in the history
This value was evaluated to an empty string, so the final plist was not valid for App Store submission.
  • Loading branch information
simonpierreroy authored Nov 20, 2020
1 parent 49804f5 commit 146f53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Prelude.xcodeproj/Prelude_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 146f53b

Please sign in to comment.