austrianredcross / stopp-corona-ios
- понедельник, 27 апреля 2020 г. в 00:22:10
iOS Source Code
„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.
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.CoronaContact.xcworkspace
Base.xcconfig
in the Configuration
folder contains keys for defining the API base URL, the API authorization key, Google Nearby API key, and the P2PKit API key for the staging environment.Production.xcconfig
contains keys for defining the API base URL, and the API authorization key for the production environment.GoogleService-Info.plist
in CoronaContact/Resources/Firebase/Stage
and CoronaContact/Resources/Firebase/Prod
. When adding them to the Xcode project, please make sure to NOT add them to the app target (since they'll be added to the target dynamically with a run script phase).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.
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.
Notices for third party libraries in this repository are contained in NOTICE.md
.
This code is distributed under the Apache License 2.0. See the LICENSE.txt
file for more info.