This repository exists for the purposes of triggering CI and CD. It is a kbdgen meta-repository, and serves as the basis for the content of the mobile keyboard apps.
If you want your keyboard to be built, update divvun-dev.kbdgen/targets/android.yaml
or divvun-dev.kbdgen/targets/ios.yaml
. This is the kind of edit you're looking for.
Edits to the layouts should happen in the keyboard repos in GiellaLT, one repo for each language.
- Create identifier
- Add to
project.yaml
- Trigger CI
- Go to https://developer.apple.com/account/resources/identifiers/list (log in with [email protected] )
- Click the "+" button next to the word Identifiers
- Select "App IDs" on the "Register a new identifier" screen. Continue
- Select type "App". Continue
- Enter "Divvun Dev Keyboard liv" and "no.uit.giella.keyboards.dev.liv" as Descrition and BundleID (Explicit) respectively.
- In capabilities, copy the settings from some other keyboard you like. For instance https://developer.apple.com/account/resources/identifiers/bundleId/edit/TUY9Q4GR35 (you'll add the actual App Group at the end)
- Continue
- Register
- Once registered, click your newly created Identifier and click "Edit" next to App Groups and add
Divvun Keyboards Group - group.no.uit.giella.keyboards.dev
The new identifier and associated certificates will be automatically picked up via fastlane match
by CI when it runs. No manual intervention should be needed with fastlane.
Add the keyboard to the dependencies
in project.yaml.
liv:
url: "giellalt/keyboard-liv"
layouts: ["liv"]
Bump the version/build number as mentioned before to trigger a new build. The new keyboard should appear as an option in the TestFlight/Google Play test build it generates.