JapaneseKeyboardKit
Sample implementation for iOS Custom Keyboard Extension with Mozc (Google Japanese Input)
See also https://github.com/kishikawakatsumi/Mozc-for-iOS
System Requirements
Mac OS X 10.9+
Xcode 6.0+
iOS SDK 8.0+
Python 2.7.5 (for build Mozc)
Tested Environments
iPhone 6 Plus, iOS 8.0.2
iPhone 4S, iOS 8.0.2
Usage
Getting the code
$ git clone [email protected]:kishikawakatsumi/JapaneseKeyboardKit.git --recursive
$ cd JapaneseKeyboardKit
Build Mozc (Japanese Input Method)
Configure
$ cd Mozc-for-iOS/src
$ python build_mozc.py gyp
Compilation
$ python build_mozc_ios.py
Run Sample Project
$ cd ../..
$ open JapaneseKeyboardKit.xcodeproj
Limitation
Mozc works on a device only, does not work on the simulator.
License
JapaneseKeyboardKit is available under the Apache license. See the LICENSE file for more info.