diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e3a1b00 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: objective-c +osx_image: xcode8.3 +script: xcodebuild -project EstEIDTokenApp.xcodeproj build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..cf73a02 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Raul Metsma diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2e9b2b4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +Please read the [common contributing guidelines](https://github.com/open-eid/org/blob/master/CONTRIBUTING.md) before you continue! \ No newline at end of file diff --git a/README.md b/README.md index f13f00e..6578d28 100644 --- a/README.md +++ b/README.md @@ -1 +1,35 @@ -# esteid-ctk-tokend \ No newline at end of file +# esteid-ctk-tokend + + * License: LGPL 2.1 + * © Estonian Information System Authority + * [Architecture of ID-software](http://open-eid.github.io) + +## Components + + * EstEIDToken - CTK tokend extension implementation + * EstEIDTokenApp - Blank application, contains CTK tokend extension + +## Building +[![Build Status](https://travis-ci.org/open-eid/esteid-ctk-tokend.svg?branch=master)](https://travis-ci.org/open-eid/esteid-ctk-tokend) + + 1. Install dependencies from + * [XCode](https://itunes.apple.com/en/app/xcode/id497799835?mt=12) + + 2. Fetch the source + + git clone --recursive https://github.com/open-eid/esteid-ctk-tokend + cd esteid-ctk-tokend + + 3. Build + + xcodebuild -project EstEIDTokenApp.xcodeproj build + + 4. Usage + + Execute blank "EstEIDTokenApp.app" application and it registers the extension. + Open Safari and use site with client certificate requirement. + +## Support +Official builds are provided through official distribution point [installer.id.ee](https://installer.id.ee). If you want support, you need to be using official builds. Contact for assistance by email [abi@id.ee](mailto:abi@id.ee) or [www.id.ee](http://www.id.ee). + +Source code is provided on "as is" terms with no warranty (see license for more information). Do not file Github issues with generic support requests.