mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
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
This commit is contained in:
parent
63a063f80d
commit
e53169d933
4 changed files with 24 additions and 21 deletions
18
README.md
18
README.md
|
|
@ -6,22 +6,24 @@ Open Source
|
|||
|
||||
| Platform | Master | Nightly | Beta | Stable |
|
||||
| -------- | :----: | :-----: | :--: | :----: |
|
||||
| Android | /statusIcon) | /statusIcon) | ,branch:(default:false)/statusIcon) | ,branch:(default:false)/statusIcon) |
|
||||
| Web | /statusIcon) | /statusIcon) | ,branch:(default:false)/statusIcon) | ,branch:(default:false)/statusIcon)|
|
||||
| Windows | /statusIcon) | /statusIcon) | ,branch:(default:false)/statusIcon)| ,branch:(default:false)/statusIcon) |
|
||||
| Mac | /statusIcon) | /statusIcon) | ,branch:(default:false)/statusIcon)| ,branch:(default:false)/statusIcon) |
|
||||
| macOS | /statusIcon) | /statusIcon) | ,branch:(default:false)/statusIcon)| ,branch:(default:false)/statusIcon) |
|
||||
| Web | /statusIcon) | /statusIcon) | ,branch:(default:false)/statusIcon) | ,branch:(default:false)/statusIcon)|
|
||||
| Android | /statusIcon) | /statusIcon) | ,branch:(default:false)/statusIcon) | ,branch:(default:false)/statusIcon) |
|
||||
| iOS | /statusIcon) | /statusIcon) | ,branch:(default:false)/statusIcon) | ,branch:(default:false)/statusIcon) |
|
||||
|
||||
[Keyman](https://keyman.com) makes it possible for you to type in over 1,000 languages on Windows, iPhone, iPad, Android tablets and phones, and even instantly in your web browser.
|
||||
|
||||
# Getting Started
|
||||
|
||||
[Android](./android/README.md)
|
||||
|
||||
[Web](./web/README.md)
|
||||
|
||||
## Desktop Platforms ##
|
||||
[Windows](./windows/src/README.md)
|
||||
[macOS](./mac/README.md)
|
||||
|
||||
[Mac](./mac/README.md)
|
||||
## Web & Mobile Platforms ##
|
||||
[Web](./web/README.md)
|
||||
[Android](./android/README.md)
|
||||
[iOS](./ios/README.md)
|
||||
|
||||
# Release Types
|
||||
|
||||
|
|
|
|||
10
ios/README.md
Normal file
10
ios/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Keyman for iOS
|
||||
|
||||
## Minimum iOS Requirements
|
||||
Xcode
|
||||
|
||||
### Compiling from Command line
|
||||
To build Keyman for iOS, please run the build.sh build script within this folder.
|
||||
You will need to either run with the command-line argument `-no-codesign` or obtain the necessary security permissions and certificate data as part of our core development team to complete the build for the final app.
|
||||
|
||||
To run the app within a simulator after build.sh is completed, "Run" the Keyman scheme/target within Xcode.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
To build Keyman for iOS, please run the build.sh build script within this folder.
|
||||
You will need to either run with the command-line argument -no-codesign or obtain the necessary security permissions and
|
||||
certificate data as part of our core development team to complete the build for the final app.
|
||||
|
||||
To run the app within a simulator after build.sh is completed, "Run" the Keyman scheme/target within Xcode.
|
||||
|
|
@ -1,9 +1,8 @@
|
|||
**********************************************************************
|
||||
# Keyman Web #
|
||||
The Original Code is (C) 2017 SIL International
|
||||
|
||||
KeymanWeb 2.0
|
||||
-------------
|
||||
|
||||
The Original Code is (C) 2017 SIL International
|
||||
## Minimum Web Requirements
|
||||
Google Closures Compiler is used to compile the javascript modules into a single module. Java must be installed to run the compiler, which is stored in the tools folder.
|
||||
|
||||
**********************************************************************
|
||||
|
||||
|
|
@ -15,8 +14,5 @@ The following folders contain the distribution for KeymanWeb 2.0:
|
|||
samples Sample and test-case web-pages
|
||||
|
||||
|
||||
Google Closures Compiler is used to compile the javascript modules
|
||||
into a single module. Java must be installed to run the compiler,
|
||||
which is stored in the tools folder.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue