Commit graph

41 commits

Author SHA1 Message Date
Shawn Schantz
f80393d0ac chore(ios): increase version number to 15.6
includes firstvoices and sample projects this time
2025-02-13 11:01:49 +07:00
sgschantz
a23644c0d8 remove more logging remnants 2024-01-20 09:32:04 +07:00
sgschantz
a61fb78860 remove XCGLogger from sample projects, correct subsystem names 2024-01-19 22:51:20 +07:00
sgschantz
5a9f91d796 add ZIPFoundation to sample projects 2023-11-15 16:27:53 +07:00
jahorton
0341a4a3d1 chore(ios): minor build-script cleanup 2023-07-06 12:15:04 +07:00
Joshua A. Horton
b65a80f6f9 fix(ios): lots more fixes per PR review 2023-07-03 09:01:23 +07:00
Joshua A. Horton
489c55d988 fix(ios): forgot to adjust include paths for build-utils.sh 2023-06-27 10:50:14 +07:00
sgschantz
5e9ae01afc explicitly disable bitcode in project 2023-01-18 08:44:01 +07:00
sgschantz
af874351bb explicitly disable bitcode in target 2023-01-17 16:13:11 +07:00
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
a1fcaadd85 fix(ios/engine): engine migration must precede installs 2021-07-23 09:02:34 +07:00
jahorton
32bab3a248 change(ios): sets minimum iOS target version to 12 2021-05-27 13:57:05 +07:00
jahorton
ceb4b07937 fix(ios/samples): framework linking 2021-05-25 09:45:25 +07:00
jahorton
14b6da9dbf fix(ios): KMSample2 build-link to dependencies 2021-05-24 15:26:09 +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
cda3880aa6 fix(ios): Fixes in-app use of KMSample2 2020-02-11 11:07:39 +07:00
jahorton
6ee77c2897 Restores original sample group indentifier 2019-09-04 16:25:59 +07:00
jahorton
a1d4a9f44d Patches up KMSample2 2019-09-04 16:19:43 +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
6e8fe32680 Migrate Sample2 app to Swift 2017-10-06 09:57:22 +07:00
Gabriel Wong
2d30e70e1c Fix build of Sample2 2017-10-05 12:41:27 +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