Coder Social home page Coder Social logo

elmysf / stopp-corona-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from austrianredcross/stopp-corona-ios

0.0 0.0 0.0 1.89 MB

iOS Source Code

Home Page: https://apps.apple.com/at/app/apple-store/id1503717224

License: Apache License 2.0

Swift 68.54% HTML 31.32% Ruby 0.14%

stopp-corona-ios's Introduction

Stopp Corona iOS App

„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. It’s 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.

stopp-corona-ios's People

Contributors

bastianh avatar finnsch avatar nilsgrabenhorst avatar uluckas avatar mitsuhiko avatar derschally avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.