cwa-app-ios

Native iOS app using the exposure notification framework from Apple.

  • 所有者: corona-warn-app/cwa-app-ios
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

The goal of this project is to develop the official Corona-Warn-App for Germany based on the exposure notification API from Apple and Google. The apps (for both iOS and Android) use Bluetooth technology to exchange anonymous encrypted data with other mobile phones (on which the app is also installed) in the vicinity of an app user's phone. The data is stored locally on each user's device, preventing authorities or other parties from accessing or controlling the data. This repository contains the native iOS implementation of the Corona-Warn-App.

Figure 1: UI Screens for Apple iOS

Development

Setup

  1. Install Xcode 11.5 or higher

  2. Select the right app scheme.

    We added the schema ENACommunity to our project which should enable third party developers to run and test the code. This schema uses a mocked implementation of ExposureManager in SceneDelegate and injects it into the application.

  3. Set the user-defined variable to your development team

    In the project.pbxproj file, set IPHONE_APP_DEV_TEAM for the build setting Community to your development team

  4. Install SwiftLint

    brew install swiftlint
    
  5. (Optional) Set up fastlane:
    Make sure you have the latest version of the Xcode command line tools installed:

    xcode-select --install
    

    Install fastlane using Bundler

    cd src/xcode && bundle install --path vendor/bundle
    

Build

After setting up your environment as stated in Setup, you should be able to build the app using the scheme ENACommunity.

If you want to use fastlane instead, you can do so by running the following commands:

cd src/xcode && bundle exec fastlane build_community
cd src/xcode && bundle exec fastlane test

Architecture & Documentation

The full documentation for the Corona-Warn-App is in the cwa-documentation repository. The documentation repository contains technical documents, architecture information, UI/UX specifications, and whitepapers related to this implementation.

Automatically generated documentation of the source code can be found at GitHub Pages

Support & Feedback

The following channels are available for discussions, feedback, and support requests:, Type, Channel, ------------------------, ------------------------------------------------------, General Discussion, , Feature Requests, , Concept Feedback, , iOS App Issue, , Backend Issue, , Other Requests, , ## How to Contribute

Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines. By participating in this project, you agree to abide by its Code of Conduct at all times.

SwiftLint

This project uses SwiftLint to ensure a unified code style. The linter is run on every build and shows all warnings and error within Xcode's Issue Navigator.

Please ensure you have installed SwiftLint when working on this project and fix any warnings or error before committing your changes.

Use brew install swiftlint to install SwiftLint or download it manually from https://github.com/realm/SwiftLint. When not installed a warning will be triggered during build.

Contributors

The German government has asked SAP and Deutsche Telekom to develop the Corona-Warn-App for Germany as open source software. Deutsche Telekom is providing the network and mobile technology and will operate and run the backend for the app in a safe, scalable and stable manner. SAP is responsible for the app development, its framework and the underlying platform. Therefore, development teams of SAP and Deutsche Telekom are contributing to this project. At the same time our commitment to open source means that we are enabling -in fact encouraging- all interested parties to contribute and become part of its developer community.

Repositories, Repository, Description, -------------------, ---------------------------------------------------------------------, cwa-documentation, Project overview, general documentation, and white papers., cwa-wishlist, Community feature requests., cwa-app-ios, Native iOS app using the Apple/Google exposure notification API., cwa-app-android, Native Android app using the Apple/Google exposure notification API., cwa-server, Backend implementation for the Apple/Google exposure notification API., [cwa-verification-server], Backend implementation of the verification process., [cwa-verification-server]: https://github.com/corona-warn-app/cwa-verification-server

Licensing

Copyright (c) 2020 SAP SE or an SAP affiliate company.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.

主要指標

概覽
名稱與所有者corona-warn-app/cwa-app-ios
主編程語言Swift
編程語言Shell (語言數: 7)
平台
許可證Apache License 2.0
所有者活动
創建於2020-05-30 08:46:59
推送於2023-05-16 20:24:57
最后一次提交
發布數652
最新版本名稱v3.2.3-rc.2 (發布於 2023-05-16 22:22:39)
第一版名稱Milestone (發布於 2019-12-30 19:35:01)
用户参与
星數1.7k
關注者數68
派生數283
提交數31k
已啟用問題?
問題數867
打開的問題數12
拉請求數3941
打開的拉請求數0
關閉的拉請求數294
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?