-
Notifications
You must be signed in to change notification settings - Fork 0
001 start your project
Gamcheong Yuen edited this page May 25, 2022
·
2 revisions
- Choose "App" template for the project.
- Choose your own project name.
- Fill in your organization identifier in reverse domain notation.
Note that "inputmethod" should be within the top three levels of the domain.
- For example, "com.example.inputmethod.ProjectName".
- Never mind the "Interface", though I have chose "XIB".
- Choose your developing language. In this series of notes, all the example code are in Swift.
- Uncheck both "Use Core Data" and "Include Tests".
- Save the project.
For input method bundles, macOS will automatically start the application when the user selects the particular input method.
We do not want the application to be start with an annoying window.
Therefore, we remove the windows and even the main menu in MainMenu.xib
.
Note: just remove those contents and keep the file.