You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Switched to using **Conjoining Jamo (U+11xx)** for archaic syllables instead of Compatibility Jamo, ensuring proper rendering by the OS font engine.
34
-
- Fixed a crash issue where invalid combinations were appending null characters.
35
37
-**Araea Input**:
36
38
- Typing 'ㅏ' (k) + 'ㅏ' (k) now produces Araea ('ᆞ') if "Using old Korean script" is enabled.
37
-
-**Moa-chigi**:
38
-
- Logic preserved and integrated with new settings.
39
39
40
40
## 3. System & Build
41
+
-**Installation Fix**:
42
+
- Updated `install.command` to install the Input Method to the User Library (`~/Library/Input Methods`) instead of the System Library. This resolves permission issues with `Info.plist` modifications and simplifies the install process (no sudo required for install).
41
43
-**API Modernization**:
42
44
- Replaced the deprecated `launchApplication:` method with `openApplicationAtURL:`.
43
45
- Replaced deprecated `absolutePathForAppBundleWithIdentifier:` with `URLForApplicationWithBundleIdentifier:` in Preferences.
44
46
-**Icon Support**:
45
-
-**Dynamic Icon Switching**: Implemented logic to modify `Info.plist` at runtime to switch between icon files based on user preference.
46
-
-**TIFF Conversion**: Converted `Hangul.png` to `Hangul.tiff` to potentially resolve tinting issues (though PDF is primarily used now).
47
-
- Added support for PNG/TIFF resource copying in [build.sh](file:///Users/dinki/Documents/GitHub/DINKIssTyle-IME-macOS/build.sh).
47
+
- Reverted to static `Hangul.pdf` (Taegeuk) icon as the single standard icon.
48
48
49
49
## Usage
50
50
1. Run [./build.sh](file:///Users/dinki/Documents/GitHub/DINKIssTyle-IME-macOS/build.sh) to compile.
51
-
2. Run [./install.command](file:///Users/dinki/Documents/GitHub/DINKIssTyle-IME-macOS/install.command) to install.
52
-
3. Logout and login (or restart) to apply icon changes and ensure the input method is fully reloaded.
51
+
2. Run [./install.command](file:///Users/dinki/Documents/GitHub/DINKIssTyle-IME-macOS/install.command) to install (Select Option 1).
52
+
3. Logout and login (or restart) to ensure the input method is fully reloaded.
0 commit comments