Skip to content

Commit

Permalink
Make the layout icon act as a template
Browse files Browse the repository at this point in the history
macOS will use this icon as a template when rendering, ignoring its actual pixel colors. Fixes #21
  • Loading branch information
rodionovd authored and tonsky committed Apr 5, 2019
1 parent 1bd7a31 commit 1b061be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Universal.bundle/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@
<string>me.tonsky.keyboardlayout.universal.english-universal</string>
<key>TISIntendedLanguage</key>
<string>en</string>
<key>TISIconIsTemplate</key>
<true/>
</dict>
<key>KLInfo_English - Universal Dark</key>
<dict>
<key>TISInputSourceID</key>
<string>me.tonsky.keyboardlayout.universal.english-universaldark</string>
<key>TISIntendedLanguage</key>
<string>en</string>
<key>TISIconIsTemplate</key>
<true/>
</dict>
<key>KLInfo_Russian - Universal</key>
<dict>
Expand Down

0 comments on commit 1b061be

Please sign in to comment.