Skip to content

Commit

Permalink
fix macosx build error in Info.plist update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Mar 20, 2021
1 parent 292682c commit c4b95d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/osx/make_osx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ plutil -insert 'CFBundleURLTypes' \
' <string>simpleledger</string> '\
' <key>CFBundleURLSchemes</key> '\
' <array><string>simpleledger</string></array> '\
'</dict> '\
'<dict> '\
' <key>CFBundleURLName</key> '\
' <string>CashAccount</string> '\
' <key>CFBundleURLSchemes</key> '\
' <array><string>cashacct</string></array> '\
Expand Down

0 comments on commit c4b95d6

Please sign in to comment.