Skip to content

Commit

Permalink
Update Info.plist.cmake to add CFBundleURLSchemes
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis authored May 29, 2024
1 parent 9110b58 commit 5c29068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMake/Info.plist.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>agave</string>
<key>CFBundleURLSchemes</key>
<array>
<string>agave</string>
</array>
<key>CFBundleIconFile</key>
<string>Icon</string>
<key>CFBundleIdentifier</key>
Expand Down

0 comments on commit 5c29068

Please sign in to comment.