From a842602285bc33ddab70910a1046af4fb0ec8a38 Mon Sep 17 00:00:00 2001 From: pascal Date: Sat, 4 Jul 2020 11:53:52 +0200 Subject: [PATCH] Mac version --- .../Contents/Info.plist | 4 +- .../Resources/DeveloperDvorak.keylayout | 134 ++---------------- .../Resources/en.lproj/InfoPlist.strings | Bin 80 -> 84 bytes .../Contents/version.plist | 2 +- mac/dvorak-dev.tpl.keylayout | 134 ++---------------- mac/generate.sh | 2 +- 6 files changed, 22 insertions(+), 254 deletions(-) diff --git a/mac/DeveloperDvorak.bundle/Contents/Info.plist b/mac/DeveloperDvorak.bundle/Contents/Info.plist index 86e85cc..69996e3 100644 --- a/mac/DeveloperDvorak.bundle/Contents/Info.plist +++ b/mac/DeveloperDvorak.bundle/Contents/Info.plist @@ -3,7 +3,7 @@ CFBundleIdentifier - org.sil.ukelele.keyboardlayout.DeveloperDvorak + org.sil.ukelele.keyboardlayout.Developer Dvorak CFBundleName Dev CFBundleVersion @@ -13,7 +13,7 @@ TICapsLockLanguageSwitchCapable TISInputSourceID - org.sil.ukelele.keyboardlayout.DeveloperDvorak + org.sil.ukelele.keyboardlayout.Developer Dvorak TISIntendedLanguage en diff --git a/mac/DeveloperDvorak.bundle/Contents/Resources/DeveloperDvorak.keylayout b/mac/DeveloperDvorak.bundle/Contents/Resources/DeveloperDvorak.keylayout index f4cc679..dcb1a02 100644 --- a/mac/DeveloperDvorak.bundle/Contents/Resources/DeveloperDvorak.keylayout +++ b/mac/DeveloperDvorak.bundle/Contents/Resources/DeveloperDvorak.keylayout @@ -1,80 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - + - + - - - - + - - + - + - - + @@ -250,7 +203,6 @@ - @@ -537,7 +489,7 @@ - + @@ -812,74 +764,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mac/DeveloperDvorak.bundle/Contents/Resources/en.lproj/InfoPlist.strings b/mac/DeveloperDvorak.bundle/Contents/Resources/en.lproj/InfoPlist.strings index 97f93c8f46d424b2cff7192a6a880080b753fb8c..1dc3abc15e2aa1620a0eee2bf97b0aa8bc992ffe 100644 GIT binary patch delta 30 lcmWFtnIOifFi})fM1jGDp^PD)p@<=oA)7&o!J2`K0RUg~1w8-& delta 10 RcmWFum>@P$LSv$n5C9Sb0|5X4 diff --git a/mac/DeveloperDvorak.bundle/Contents/version.plist b/mac/DeveloperDvorak.bundle/Contents/version.plist index e0bfaee..05f1e14 100644 --- a/mac/DeveloperDvorak.bundle/Contents/version.plist +++ b/mac/DeveloperDvorak.bundle/Contents/version.plist @@ -5,7 +5,7 @@ BuildVersion ProjectName - DeveloperDvorak + Developer Dvorak SourceVersion diff --git a/mac/dvorak-dev.tpl.keylayout b/mac/dvorak-dev.tpl.keylayout index 440fde3..efd4a3f 100755 --- a/mac/dvorak-dev.tpl.keylayout +++ b/mac/dvorak-dev.tpl.keylayout @@ -1,80 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - + - + - - - - + - - + - + - - + @@ -250,7 +203,6 @@ - @@ -537,75 +489,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/mac/generate.sh b/mac/generate.sh index 6293c5a..296f26b 100755 --- a/mac/generate.sh +++ b/mac/generate.sh @@ -11,7 +11,7 @@ GIT_DIR=$(pwd -P) OWN_DIR="$GIT_DIR/mac" # Markers -DELIMITER=' ' +DELIMITER=' ' SRC_FILE="$GIT_DIR/matrix.csv" # Main layout TPL_FILE="$OWN_DIR/dvorak-dev.tpl.keylayout"