Marc Durdin
767927bf16
chore(common): use /usr/bin/env bash
...
Fixes up scripts (except under /linux) to use `#!/usr/bin/env bash`
instead of `#!/bin/bash` or `#!/bin/sh` so that we don't end up with
the ancient version of bash supplied with macOS.
This became urgent with this PR, because of bash-4.xisms in
build-utils.sh, for example on line 572:
```
if [[ -v _builder_params[$e] ]]; then
```
2022-07-25 14:59:37 +10:00
jahorton
32bab3a248
change(ios): sets minimum iOS target version to 12
2021-05-27 13:57:05 +07:00
jahorton
8e8b9e42b7
chore(ios): minor tidy-up
2021-05-19 12:28:25 +07:00
jahorton
dc14effdd0
chore(ios): samples integration, build stability
2021-05-19 11:54:10 +07:00
jahorton
007b3b6d45
chore(ios/samples): matching changes for KMSample2
2021-03-24 12:42:32 +07:00
jahorton
279d38192b
fix(ios/samples): updates KMSample1 for v14
2021-03-24 12:31:29 +07:00
jahorton
880def78b8
Fixes link for KMSample1 to Reachability.framework
2019-09-04 16:22:23 +07:00
jahorton
a0ddcb63f6
Fixes iOS Sample1
2019-09-04 14:29:08 +07:00
darcywong00
2bbadd4cf5
[iOS] Use BCP-47 codes for registering keyboards
2018-02-22 08:57:36 +07:00
Gabriel Wong
161a129407
Fix samples
2017-12-11 12:42:49 +07:00
Gabriel Wong
35c40be9a6
Use log directly instead of via kmLog
2017-12-07 14:37:24 +07:00
Gabriel Wong
41374ac9bf
Embed required frameworks in demo and samples
2017-12-07 11:10:06 +07:00
Gabriel Wong
dc948d1c73
Merge branch 'master' into ios-font-manager
2017-12-05 09:52:35 +07:00
Gabriel Wong
1c31d29c75
Move font registration to FontManager
2017-11-30 14:04:01 +07:00
Gabriel Wong
76405c9d3d
Fix build of samples
2017-11-27 15:36:42 +07:00
Gabriel Wong
9ef4a38628
Update sample apps
2017-11-07 10:58:01 +07:00
Gabriel Wong
192c8febf5
Remove old files
2017-11-07 09:44:01 +07:00
Gabriel Wong
3547d35929
Remove Keyman prefix from some classes
2017-11-06 12:03:08 +07:00
Gabriel Wong
f90877ca92
Update build script of samples
2017-11-06 10:23:35 +07:00
Gabriel Wong
0d23a615b8
Put kKeyman constants into structs
2017-10-20 13:48:37 +07:00
Gabriel Wong
6a42774f04
Make KeymanEngine extension safe APIs only
2017-10-20 12:32:51 +07:00
Gabriel Wong
5d38712e3c
Fix build of apps using updated engine
2017-10-20 09:50:12 +07:00
Gabriel Wong
5568672f42
Migrate KMTextView to Swift
2017-10-06 14:28:35 +07:00
Gabriel Wong
4544e71e6e
Migrate KMTextView to Swift
2017-10-06 14:09:31 +07:00
Gabriel Wong
8c7fc5812e
Migrate KMSample1 app to Swift
2017-10-06 09:54:09 +07:00
Gabriel Wong
114deece15
Fix build of samples
2017-10-03 11:20:20 +07:00
Marc Durdin
1f0add3876
Add executable bit
2017-08-21 15:00:08 +07:00
Marc Durdin
606fdb78aa
Initial commit
2017-08-21 13:54:29 +07:00