Skip to content

Commit

Permalink
Updates the Project to be Part of the Spezi Organization (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed May 12, 2023
1 parent f9c02fb commit 16b1d4f
Show file tree
Hide file tree
Showing 32 changed files with 104 additions and 106 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test.yml
@@ -1,5 +1,5 @@
#
# This source file is part of the CardinalKit open-source project
# This source file is part of the Stanford Spezi open-source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
Expand All @@ -18,14 +18,14 @@ on:
jobs:
buildandtest:
name: Build and Test Swift Package
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
artifactname: CardinalKitContact.xcresult
artifactname: SpeziContact.xcresult
runsonlabels: '["macOS", "self-hosted"]'
scheme: CardinalKitContact
scheme: SpeziContact
buildandtestuitests:
name: Build and Test UI Tests
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
artifactname: TestApp.xcresult
runsonlabels: '["macOS", "self-hosted"]'
Expand All @@ -34,6 +34,6 @@ jobs:
uploadcoveragereport:
name: Upload Coverage Report
needs: [buildandtest, buildandtestuitests]
uses: StanfordBDHG/.github/.github/workflows/create-and-upload-coverage-report.yml@v2
uses: StanfordSpezi/.github/.github/workflows/create-and-upload-coverage-report.yml@v2
with:
coveragereports: CardinalKitContact.xcresult TestApp.xcresult
coveragereports: SpeziContact.xcresult TestApp.xcresult
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
@@ -1,5 +1,5 @@
#
# This source file is part of the CardinalKit open-source project
# This source file is part of the Stanford Spezi open-source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
Expand All @@ -15,7 +15,7 @@ on:
jobs:
reuse_action:
name: REUSE Compliance Check
uses: StanfordBDHG/.github/.github/workflows/reuse.yml@v2
uses: StanfordSpezi/.github/.github/workflows/reuse.yml@v2
swiftlint:
name: SwiftLint
uses: StanfordBDHG/.github/.github/workflows/swiftlint.yml@v2
uses: StanfordSpezi/.github/.github/workflows/swiftlint.yml@v2
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,5 +1,5 @@
#
# This source file is part of the CardinalKit open-source project
# This source file is part of the Stanford Spezi open-source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
Expand Down
4 changes: 2 additions & 2 deletions .spi.yml
@@ -1,5 +1,5 @@
#
# This source file is part of the CardinalKit open-source project
# This source file is part of the Stanford Spezi open-source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
Expand All @@ -11,4 +11,4 @@ builder:
configs:
- platform: ios
documentation_targets:
- CardinalKitContact
- SpeziContact
2 changes: 1 addition & 1 deletion .swiftlint.yml
@@ -1,5 +1,5 @@
#
# This source file is part of the CardinalKit open-source project
# This source file is part of the Stanford Spezi open-source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
@@ -1,5 +1,5 @@
#
# This source file is part of the CardinalKit open-source project
# This source file is part of the Stanford Spezi open-source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
Expand All @@ -18,6 +18,6 @@ authors:
- family-names: "Aalami"
given-names: "Oliver"
orcid: "https://orcid.org/0000-0002-7799-2429"
title: "CardinalKitContact"
title: "SpeziContact"
doi: 10.5281/zenodo.7803121
url: "https://github.com/StanfordBDHG/CardinalKitContact"
url: "https://github.com/StanfordSpezi/SpeziContact"
18 changes: 8 additions & 10 deletions CONTRIBUTORS.md
@@ -1,16 +1,14 @@
<!--
#
# This source file is part of the CardinalKit open-source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#
This source file is part of the Stanford Spezi open-source project.
SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
SPDX-License-Identifier: MIT
-->

CardinalKitContact contributors
SpeziContact contributors
====================

* [Paul Schmiedmayer](https://github.com/PSchmiedmayer)
16 changes: 8 additions & 8 deletions Package.swift
@@ -1,7 +1,7 @@
// swift-tools-version:5.7

//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
Expand All @@ -12,28 +12,28 @@ import PackageDescription


let package = Package(
name: "CardinalKitContact",
name: "SpeziContact",
defaultLocalization: "en",
platforms: [
.iOS(.v16)
],
products: [
.library(name: "CardinalKitContact", targets: ["CardinalKitContact"])
.library(name: "SpeziContact", targets: ["SpeziContact"])
],
dependencies: [
.package(url: "https://github.com/StanfordBDHG/CardinalKitViews", .upToNextMinor(from: "0.2.1"))
.package(url: "https://github.com/StanfordSpezi/SpeziViews", .upToNextMinor(from: "0.3.0"))
],
targets: [
.target(
name: "CardinalKitContact",
name: "SpeziContact",
dependencies: [
.product(name: "CardinalKitViews", package: "CardinalKitViews")
.product(name: "SpeziViews", package: "SpeziViews")
]
),
.testTarget(
name: "CardinalKitContactTests",
name: "SpeziContactTests",
dependencies: [
.target(name: "CardinalKitContact")
.target(name: "SpeziContact")
]
)
]
Expand Down
28 changes: 14 additions & 14 deletions README.md
@@ -1,39 +1,39 @@
<!--
This source file is part of the CardinalKit open-source project.
This source file is part of the Stanford Spezi open-source project.
SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
SPDX-License-Identifier: MIT
-->

# CardinalKit Contact
# Spezi Contact

[![Build and Test](https://github.com/StanfordBDHG/CardinalKitContact/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/StanfordBDHG/CardinalKitContact/actions/workflows/build-and-test.yml)
[![codecov](https://codecov.io/gh/StanfordBDHG/CardinalKitContact/branch/main/graph/badge.svg?token=YWyxmie4aT)](https://codecov.io/gh/StanfordBDHG/CardinalKitContact)
[![Build and Test](https://github.com/StanfordSpezi/SpeziContact/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/StanfordSpezi/SpeziContact/actions/workflows/build-and-test.yml)
[![codecov](https://codecov.io/gh/StanfordSpezi/SpeziContact/branch/main/graph/badge.svg?token=YWyxmie4aT)](https://codecov.io/gh/StanfordSpezi/SpeziContact)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7803121.svg)](https://doi.org/10.5281/zenodo.7803121)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FStanfordBDHG%2FCardinalKitContact%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/StanfordBDHG/CardinalKitContact)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FStanfordBDHG%2FCardinalKitContact%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/StanfordBDHG/CardinalKitContact)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FStanfordSpezi%2FSpeziContact%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/StanfordSpezi/SpeziContact)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FStanfordSpezi%2FSpeziContact%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/StanfordSpezi/SpeziContact)

The CardinalKit Contact module provides user interface components to display customizable contact information in an application.
The Spezi Contact module provides user interface components to display customizable contact information in an application.

For more information, please refer to the [API documentation](https://swiftpackageindex.com/StanfordBDHG/CardinalKitContact/documentation).
For more information, please refer to the [API documentation](https://swiftpackageindex.com/StanfordSpezi/SpeziContact/documentation).


## The CardinalKit Template Application
## The Spezi Template Application

The [CardinalKit Template Application](https://github.com/StanfordBDHG/CardinalKitTemplateApplication) provides a great starting point and example using the `CardinalKitContact` module.
The [Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication) provides a great starting point and example using the `SpeziContact` module.


## Contributing

Contributions to this project are welcome. Please make sure to read the [contribution guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md) and the [contributor covenant code of conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) first.
Contributions to this project are welcome. Please make sure to read the [contribution guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md) and the [contributor covenant code of conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) first.


## License

This project is licensed under the MIT License. See [Licenses](https://github.com/StanfordBDHG/CardinalKitContact/tree/main/LICENSES) for more information.
This project is licensed under the MIT License. See [Licenses](https://github.com/StanfordSpezi/SpeziContact/tree/main/LICENSES) for more information.

![Stanford Byers Center for Biodesign Logo](https://raw.githubusercontent.com/StanfordBDHG/.github/main/assets/biodesign-footer-light.png#gh-light-mode-only)
![Stanford Byers Center for Biodesign Logo](https://raw.githubusercontent.com/StanfordBDHG/.github/main/assets/biodesign-footer-dark.png#gh-dark-mode-only)
![Spezi Footer](https://raw.githubusercontent.com/StanfordSpezi/.github/main/assets/FooterLight.png#gh-light-mode-only)
![Spezi Footer](https://raw.githubusercontent.com/StanfordSpezi/.github/main/assets/FooterDark.png#gh-dark-mode-only)
@@ -1,5 +1,5 @@
//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
Expand Down
@@ -1,14 +1,14 @@
//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
// SPDX-License-Identifier: MIT
//

import CardinalKitViews
import Contacts
import MessageUI
import SpeziViews
import SwiftUI


Expand Down
@@ -1,5 +1,5 @@
//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
Expand Down
@@ -1,5 +1,5 @@
//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
Expand Down
@@ -1,5 +1,5 @@
//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
Expand Down
@@ -1,5 +1,5 @@
//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
Expand Down
@@ -1,5 +1,5 @@
//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
Expand Down
@@ -1,8 +1,8 @@
# ``CardinalKitContact``
# ``SpeziContact``

<!--
This source file is part of the CardinalKit open-source project
This source file is part of the Stanford Spezi open-source project
SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
Expand Down
17 changes: 0 additions & 17 deletions Tests/CardinalKitContactTests/CardinalKitContactTests.swift

This file was deleted.

17 changes: 17 additions & 0 deletions Tests/SpeziContactTests/SpeziContactTests.swift
@@ -0,0 +1,17 @@
//
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
// SPDX-License-Identifier: MIT
//

@testable import SpeziContact
import XCTest


final class SpeziContactTests: XCTestCase {
func testSpeziContactTests() throws {
XCTAssert(true)
}
}
2 changes: 1 addition & 1 deletion Tests/UITests/TestApp.xctestplan.license
@@ -1,4 +1,4 @@
This source file is part of the CardinalKit open-source project
This source file is part of the Stanford Spezi open-source project

SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)

Expand Down
@@ -1,4 +1,4 @@
This source file is part of the CardinalKit open-source project
This source file is part of the Stanford Spezi open-source project

SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)

Expand Down
@@ -1,4 +1,4 @@
This source file is part of the CardinalKit open-source project
This source file is part of the Stanford Spezi open-source project

SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)

Expand Down
@@ -1,4 +1,4 @@
This source file is part of the CardinalKit open-source project
This source file is part of the Stanford Spezi open-source project

SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)

Expand Down
4 changes: 2 additions & 2 deletions Tests/UITests/TestApp/ContactsTestsView.swift
@@ -1,12 +1,12 @@
//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
// SPDX-License-Identifier: MIT
//

import CardinalKitContact
import SpeziContact
import SwiftUI


Expand Down
2 changes: 1 addition & 1 deletion Tests/UITests/TestApp/TestApp.swift
@@ -1,5 +1,5 @@
//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
Expand Down
@@ -1,5 +1,5 @@
//
// This source file is part of the CardinalKit open-source project
// This source file is part of the Stanford Spezi open-source project
//
// SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
//
Expand Down

0 comments on commit 16b1d4f

Please sign in to comment.