11<p align =" center " >
22 <img width =" 100% " src =" ./screenshots/lite-readme-header.png " ><br /><br />
3- <a href =" https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/1.0.2 " ><img src =" https://img.shields.io/badge/Version-1.0.2 -blue.svg?longCache=true&style=for-the-badge " ></a >
3+ <a href =" https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/1.0.3 " ><img src =" https://img.shields.io/badge/Version-1.0.3 -blue.svg?longCache=true&style=for-the-badge " ></a >
44 <a href =" https://github.com/Ji4n1ng/OpenInTerminal/blob/master/LICENSE " ><img src =" https://img.shields.io/badge/License-MIT-green.svg?longCache=true&style=for-the-badge " ></a >
55 <img src =" https://img.shields.io/badge/Made With-Swift-red.svg?longCache=true&style=for-the-badge " >
66 <a href =" https://travis-ci.org/Ji4n1ng/OpenInTerminal " ><img src =" https://img.shields.io/travis/Ji4n1ng/OpenInTerminal.svg?style=for-the-badge " ></a >
@@ -42,7 +42,7 @@ brew cask install openineditor-lite
4242 <img src =" ./screenshots/lite-drag_to_toolbar.gif " width =" 600px " >
4343</div >
4444
45- ### Manual (latest version: 1.0.2 )
45+ ### Manual (latest version: 1.0.3 )
4646
47471 . Download from [ release] ( https://github.com/Ji4n1ng/OpenInTerminal/releases ) .
48482 . Move the app into ` /Applications ` .
@@ -75,33 +75,33 @@ The selection box will not appear after you have set the default terminal. If yo
7575
7676```
7777# For OpenInTerminal-Lite:
78- defaults remove wang.jianing.OpenInTerminal-Lite OIT_TerminalBundleIdentifier
78+ defaults remove wang.jianing.app. OpenInTerminal-Lite OIT_TerminalBundleIdentifier
7979# For OpenInEditor-Lite:
80- defaults remove wang.jianing.OpenInEditor-Lite OIT_EditorBundleIdentifier
80+ defaults remove wang.jianing.app. OpenInEditor-Lite OIT_EditorBundleIdentifier
8181```
8282
8383<details ><summary >Set <strong >Alacritty</strong > as the default terminal:</summary ><br >
84- <code >defaults write wang.jianing.OpenInTerminal-Lite OIT_TerminalBundleIdentifier Alacritty</code >
84+ <code >defaults write wang.jianing.app. OpenInTerminal-Lite OIT_TerminalBundleIdentifier Alacritty</code >
8585<br >
8686</details >
8787
8888<details ><summary >Set <strong >VSCodium</strong > as the default editor:</summary ><br >
89- <code >defaults write wang.jianing.OpenInEditor-Lite OIT_EditorBundleIdentifier VSCodium</code >
89+ <code >defaults write wang.jianing.app. OpenInEditor-Lite OIT_EditorBundleIdentifier VSCodium</code >
9090<br >
9191</details >
9292
9393<details ><summary >Set <strong >BBEdit</strong > as the default editor:</summary ><br >
94- <code >defaults write wang.jianing.OpenInEditor-Lite OIT_EditorBundleIdentifier BBEdit</code >
94+ <code >defaults write wang.jianing.app. OpenInEditor-Lite OIT_EditorBundleIdentifier BBEdit</code >
9595<br >
9696</details >
9797
9898<details ><summary >Set <strong >Visual Studio Code - Insiders</strong > as the default editor:</summary ><br >
99- <code >defaults write wang.jianing.OpenInEditor-Lite OIT_EditorBundleIdentifier VSCodeInsiders</code >
99+ <code >defaults write wang.jianing.app. OpenInEditor-Lite OIT_EditorBundleIdentifier VSCodeInsiders</code >
100100<br >
101101</details >
102102
103103<details ><summary >Set <strong >TextMate</strong > as the default editor:</summary ><br >
104- <code >defaults write wang.jianing.OpenInEditor-Lite OIT_EditorBundleIdentifier TextMate</code >
104+ <code >defaults write wang.jianing.app. OpenInEditor-Lite OIT_EditorBundleIdentifier TextMate</code >
105105<br >
106106</details >
107107
@@ -123,9 +123,9 @@ When you are using `Terminal` and `iTerm`, you can set a default to open a new t
123123
124124```
125125# Open a new Tab
126- defaults write wang.jianing.OpenInTerminal-Lite OIT_TerminalNewOption tab
126+ defaults write wang.jianing.app. OpenInTerminal-Lite OIT_TerminalNewOption tab
127127# Open a new Window
128- defaults write wang.jianing.OpenInTerminal-Lite OIT_TerminalNewOption window
128+ defaults write wang.jianing.app. OpenInTerminal-Lite OIT_TerminalNewOption window
129129```
130130
131131#### For iTerm:
@@ -160,6 +160,11 @@ As for <code>OpenInTerminal</code>, the icon of it in Finder Toolbar is Finder e
160160
161161## Changes 🗒
162162
163+ ** version 1.0.3**
164+
165+ - Signed the application with the developer account. Bundle ID has changed.
166+ - Support Korean.
167+
163168** version 1.0.2**
164169
165170- Support TextMate.
@@ -227,6 +232,7 @@ As for <code>OpenInTerminal</code>, the icon of it in Finder Toolbar is Finder e
227232### Translators
228233
229234- [ Dorian Eydoux] ( https://github.com/dorianeydx )
235+ - [ techinpark] ( https://github.com/techinpark )
230236
231237### Reference projects
232238
0 commit comments