Skip to content

Instantly share code, notes, and snippets.

@bennokress
Created February 26, 2024 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bennokress/8e9031437c0247635ac71a2ac696a7c8 to your computer and use it in GitHub Desktop.
Save bennokress/8e9031437c0247635ac71a2ac696a7c8 to your computer and use it in GitHub Desktop.
Application Information Plist to get JuxtaCode Support in Tower
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>ApplicationIdentifier</key>
<string>com.naiveapps.juxtacode</string>
<key>ApplicationName</key>
<string>JuxtaCode</string>
<key>DisplayName</key>
<string>JuxtaCode</string>
<key>LaunchScript</key>
<string>juxtacode.sh</string>
<key>Identifier</key>
<string>juxtacode</string>
<key>SupportsMergeTool</key>
<true/>
<key>SupportsDiffChangeset</key>
<true/>
</dict>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment