You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
FRAISS IT GmbH d995660084
Added development stop note.
2 years ago
.github let github ci check swiftformat 4 years ago
Configuration Remove any code or file remnants of P2PKit 4 years ago
CoronaContact Sundowner push notification 2 years ago
CoronaContact.xcodeproj Version 2.2.1 2 years ago
CoronaContact.xcworkspace CTAA-1435: Fixes build errors for unit tests after code review changes 4 years ago
CoronaContactTests CTAA-1649: Fixes issue causing what’s new to be shown after onboarding 4 years ago
.babelish Prepare CI Injection of secrets 4 years ago
.gitattributes Initial commit 4 years ago
.gitignore CTAA-1328: Remove WorkspaceSettings from .gitignore (#15) 4 years ago
.pre-commit-config.yaml update to latest swiftformat version 3 years ago
.swiftformat add swiftformat and pre-commit support to the project 4 years ago
.swiftlint.yml add swiftformat and pre-commit support to the project 4 years ago
LICENSE.txt Initial commit 4 years ago
NOTICE.md Covid statistics 2 years ago
Podfile Covid statistics 2 years ago
Podfile.lock Covid statistics 2 years ago
README.md Added development stop note. 2 years ago
plist.babelish Initial commit 4 years ago

README.md

Stopp Corona iOS App

Important: The development has stopped with 28.02.2022


„Stopp Corona“ helps you to keep track of encounters with friends, family or co-workers and save them anonymously. Should you contract the corona virus all your encounters of the last 48 hours will be informed automatically and anonymously.

App Store Download Link

About

The Stopp Corona project is an open source project for bluetooth based contact tracing deployed by the Austrian Red Cross in Austria. For developers interested in contributing, other organizations interested in joining forces please have a look at the following documents:

Getting Started

Requirements

  • Xcode 11
  • CocoaPods (v1.9.1 or higher)

Installation

  1. Clone this repository.
  2. cd to the project's directory and run pod install to install the third party dependencies. In case your spec sources are out of date, run pod install --repo-update instead.
  3. Open CoronaContact.xcworkspace
  4. You will need to provide your own app secrets in order to run the app. The app will not build when you do not provide these values. They can be set in the following places:
    1. There is a template for a Secrets.xcconfig file in the Configuration folder. It contains keys for defining the API base URL and the API authorization key for the staging and production environment.
    2. Copy the public server certificate as Configuration/server.der into the project. If you don't want to use certificate pinning you have to disable it in Services/Network/Networksession.swift
  5. You can choose between three different build schemes:
    1. CoronaContact (Development): used for development, uses staging environment
    2. CoronaContact (Staging): uses staging environment
    3. CoronaContact (Production): uses production environment

SSL Pinning

To add SSL pinning the certificates have to be included in the app bundle and the domains have to be configured in the file CoronaContact/Services/Network/NetworkSession.swift. Its possible to configure certificate pinning or public key pinning as described in the documentation.

Dependencies

CocoaPods is used to manage third-party dependencies. Please make sure you have Cocoapods installed. Before starting, please cd to the project's directory and run pod install. For more information visit cocoapods.org.

Third Party

Notices for third party libraries in this repository are contained in NOTICE.md.

License

This code is distributed under the Apache License 2.0. See the LICENSE.txt file for more info.