Created
February 26, 2024 16:02
-
-
Save bennokress/8e9031437c0247635ac71a2ac696a7c8 to your computer and use it in GitHub Desktop.
Application Information Plist to get JuxtaCode Support in Tower
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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