Skip to content

Commit

Permalink
Fixing Info.plist version so the github action works
Browse files Browse the repository at this point in the history
  • Loading branch information
bartreardon committed Nov 19, 2024
1 parent ce6c46e commit acbea2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Outset/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
<dict>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>CFBundleVersion</key>
<string>4.2.0</string>
<key>CFBundleShortVersionString</key>
<string>4.2.0</string>
</dict>
</plist>

0 comments on commit acbea2d

Please sign in to comment.