Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RadarCOVID/radar-covid-ios
Native iOS app using DP^3T iOS sdk to handle Exposure Notification framework from Apple
https://github.com/RadarCOVID/radar-covid-ios
ios swift xcode
Last synced: 2 months ago
JSON representation
Native iOS app using DP^3T iOS sdk to handle Exposure Notification framework from Apple
- Host: GitHub
- URL: https://github.com/RadarCOVID/radar-covid-ios
- Owner: RadarCOVID
- License: mpl-2.0
- Created: 2020-08-25T09:49:21.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-10T07:41:13.000Z (over 2 years ago)
- Last Synced: 2024-08-03T17:17:34.466Z (6 months ago)
- Topics: ios, swift, xcode
- Language: Swift
- Homepage:
- Size: 18.9 MB
- Stars: 144
- Watchers: 17
- Forks: 43
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Spain - RadarCOVID
README
# RadarCOVID iOS App
## Introduction
Native iOS implementation of RadarCOVID tracing client using [DP3T iOS SDK](https://github.com/DP-3T/dp3t-sdk-ios)
## 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](https://swift.org/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](https://developer.apple.com/contact/request/download/Exposure_Notification_Addendum.pdf) and you can request the entitlement [here](https://developer.apple.com/contact/request/exposure-notification-entitlement).
### Commit Lint
It's possible to install a git hook to authomatically check commit comments based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.- Prerequisites: [Node](https://nodejs.org) , [Npm](https://www.npmjs.com/)
- 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](https://opensource.com/article/19/7/create-pull-request-github).
More details in [CONTRIBUTING.md](./CONTRIBUTING.md).
## License
This Source Code Form is subject to the terms of the [Mozilla Public License, v. 2.0](https://www.mozilla.org/en-US/MPL/2.0/).