RadarCOVID / radar-covid-ios

Native iOS app using DP^3T iOS sdk to handle Exposure Notification framework from Apple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RadarCOVID iOS App

Introduction

Native iOS implementation of RadarCOVID tracing client using DP3T iOS SDK

Prerequisites

These are the tools used to build the solution:

  • XCode 11.6

Installation and Getting Started

The project can be built with the indicated Xcode version. Dependencies are managed with Swift Package Manager, no further setup is needed.

Provisioning

The project is configured for a specific provisioning profile. To install the app on your own device, you will have to update the settings using your own provisioning profile.

Apples Exposure Notification Framework requires a com.apple.developer.exposure-notification entitlement that will only be available to government entities. You will find more information in the Exposure Notification Addendum and you can request the entitlement here.

Commit Lint

It's possible to install a git hook to authomatically check commit comments based on Conventional Commits specification.

  • Prerequisites: Node , Npm
  • Install hook:

    $ npm install

  • Generate changelog and tag release:

    $ npm run release

Support and Feedback

The following channels are available for discussions, feedback, and support requests:

Type Channel
Issues

Contribute

If you want to contribute with this exciting project follow the steps in How to create a Pull Request in GitHub.

More details in CONTRIBUTING.md.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.

About

Native iOS app using DP^3T iOS sdk to handle Exposure Notification framework from Apple

License:Mozilla Public License 2.0


Languages

Language:Swift 99.9%Language:Objective-C 0.1%Language:C 0.0%Language:JavaScript 0.0%