-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Yosemity support via bundle file
- Loading branch information
1 parent
3c29aba
commit 6c65afa
Showing
8 changed files
with
675 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?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"> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>org.sil.ukelele.keyboardlayout.armenianphonetic</string> | ||
<key>CFBundleName</key> | ||
<string>Armenian - Phonetic</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.1</string> | ||
<key>KLInfo_Armenian - Phonetic</key> | ||
<dict> | ||
<key>TISInputSourceID</key> | ||
<string>org.sil.ukelele.keyboardlayout.armenian- phonetic.armenian- phonetic</string> | ||
<key>TISIntendedLanguage</key> | ||
<string>hy-Armn-AM-arev</string> | ||
</dict> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+935 Bytes
ArmenianPhonetic.bundle/Contents/Resources/Armenian - Phonetic.icns
Binary file not shown.
640 changes: 640 additions & 0 deletions
640
ArmenianPhonetic.bundle/Contents/Resources/Armenian - Phonetic.keylayout
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
ArmenianPhonetic.bundle/Contents/Resources/English.lproj/InfoPlist.strings
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"Armenian - Phonetic" = "Armenian - Phonetic"; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?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"> | ||
<dict> | ||
<key>BuildVersion</key> | ||
<string>1.1</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.1</string> | ||
<key>ProjectName</key> | ||
<string>ArmenianPhonetic</string> | ||
<key>SourceVersion</key> | ||
<string>1000</string> | ||
</dict> | ||
</plist> |
Binary file not shown.
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