Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust Contact Info, Update App Icon + Accent Color #3

Merged
merged 5 commits into from
Jan 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create Contents.json.license
bryant-jimenez committed Jan 14, 2024
commit 7b44dacd443e66c266fdfd09b0d348eeb11dc7f5
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

This source file is part of the Behavior based on the Stanford Spezi Template Application project

SPDX-FileCopyrightText: 2023 Stanford University

SPDX-License-Identifier: MIT

Unchanged files with check annotations Beta

image: Image(systemName: "safari.fill"), // swiftlint:disable:this accessibility_label_for_image
title: "Website",
action: {
if let url = URL(string: "https://matthewjoerke.com/") {
UIApplication.shared.open(url)
}
}

Check warning on line 35 in Behavior/Contacts/Contacts.swift

Codecov / codecov/patch

Behavior/Contacts/Contacts.swift#L32-L35

Added lines #L32 - L35 were not covered by tests
)
]
),
image: Image(systemName: "safari.fill"), // swiftlint:disable:this accessibility_label_for_image
title: "Website",
action: {
if let url = URL(string: "https://cs.stanford.edu/people/ebrun/") {
UIApplication.shared.open(url)
}
}

Check warning on line 57 in Behavior/Contacts/Contacts.swift

Codecov / codecov/patch

Behavior/Contacts/Contacts.swift#L54-L57

Added lines #L54 - L57 were not covered by tests
)
]
),
image: Image(systemName: "safari.fill"), // swiftlint:disable:this accessibility_label_for_image
title: "Website",
action: {
if let url = URL(string: "https://profiles.stanford.edu/james-landay") {

Check warning on line 76 in Behavior/Contacts/Contacts.swift

Codecov / codecov/patch

Behavior/Contacts/Contacts.swift#L76

Added line #L76 was not covered by tests
UIApplication.shared.open(url)
}
}