Commit graph

24 commits

Author SHA1 Message Date
Joshua A. Horton
e2b5d69d91 docs(ios): adds script docs to ios/README.md, updates, drops some ancient bits 2023-07-04 12:04:42 +07:00
Marc Durdin
4af39a58b0 docs: start consolidation of build config docs
As the build environment documentation is duplicated across each of the
Keyman platform projects, it has become somewhat convoluted and
inconsistent. This PR moves all the mac-based and shared documentation
into docs/build, with placeholders for Windows and Linux documentation
to be moved in the next PR.

The idea is that a developer can configure their box to build any of the
available projects for that platform (web and android build on all three
main dev platforms).

Keeping the build documentation in one place makes it much simpler to
keep it consistent and up-to-date as well, as well as keeping us aware
of potential dependency conflicts between projects.

The icing on the cake is the resources/devbox/macos/macos.sh script,
which I have tested and takes a bare metal mac box through to a full
Keyman development environment (except XCode, there's always something!)
2021-06-21 21:12:27 +10:00
jahorton
fb3c8bfb83 docs(ios): minor readme tweak re Web prereqs 2021-06-10 08:04:19 +07:00
jahorton
83f6bad6b6 chore(ios): /usr/bin/env bash 2021-05-25 12:50:53 +07:00
jahorton
fd5e73c3b7 chore(ios): Carthage deps now linked as .xcframework 2021-05-17 15:05:21 +07:00
jahorton
1b3a34d8cb docs(ios): tweaks prereqs in readme 2021-04-26 08:08:48 +07:00
jahorton
87f45bef75 chore(ios): readme.md - new prereq, extra notes 2021-02-11 10:59:50 +07:00
Marc Durdin
e6cd54a849 chore: tweak build reqs 2020-04-29 12:42:38 +10:00
jahorton
0691703b6c feat(ios): KeymanEngine use of Sentry.framework 2020-03-05 14:26:29 +07:00
Marc Durdin
d5fe536eef chore: start history/version infrastructure 2020-01-29 08:54:32 +11:00
jahorton
6429375060 Confirmed functional offline help structure 2019-09-19 12:10:23 +07:00
Randy Boring
2cbc7be90e working towards loading lexical models via API 2019-04-24 03:10:28 -05:00
darcywong00
11d24bf2a6 Add more info
Add prereqs to Android readme, and mention KMW for ios readme
2018-03-20 19:39:40 +07:00
darcywong00
cb5e05118d Update android and iOS readme.md for KMW prereqs 2018-03-20 15:10:29 +07:00
Jacob Bullock
1a7a920dfd including carthage as a build requirement 2017-12-06 06:30:41 -07:00
Joshua A. Horton
154dbc415f Final PR review concerns, round 1. 2017-11-15 15:01:22 +07:00
Joshua A. Horton
251a714b15 Managed to drop the string-based build command for the non-archived iOS app. 2017-11-15 09:50:59 +07:00
Joshua A. Horton
2e1ca2513d Fixes the non-archive build pathway for the Keyman app. 2017-11-14 12:20:58 +07:00
Gabriel Wong
e9bb074b48 Reword a bit of README 2017-11-07 10:22:38 +07:00
Gabriel Wong
23e7ff3c8d Update README and build script 2017-11-07 09:46:05 +07:00
Gabriel Wong
1c820d6788 Fix crash when closing browser 2017-09-28 10:36:53 +07:00
Gabriel Wong
9107b53303 Add SwiftLint 2017-09-07 09:35:35 +07:00
Joshua Horton
2b841e5e82 [iOS] Instructions for testing on physical devices (#294)
Updated 'readme.MD' with details on how to run the app on a physical device without team code-signing permissions.

* Correcting typos.

* Formatting.

* Corrects instructions regarding app group settings.

* Minimum required iOS version.

* App Group name typo.  :(

* Forgot formatting.
2017-09-04 10:38:00 +07:00
darcywong00
e53169d933 Update README files
root README
-Add iOS CI build status
-Organize according to desktop and web/mobile platforms

web/README
- Reorder content to a *Minimum Web Requirements* section

ios/README
- Add some formatting
2017-08-30 08:22:00 +07:00