Skip to content

Commit a4778d6

Browse files
authored
Change the Spezi icon in Onboarding to a star (#3)
# Change the Spezi icon in Onboarding to a star ## ♻️ Current situation & Problem The current Spezi icon is an iPhone which is boring. ## ⚙️ Release Notes This PR changes the icon to a star, which is much cooler looking. It also serves as a great demo for how to resolve a merge conflict in class. ## 📚 Documentation - N/A ## ✅ Testing - N/A ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [X] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
1 parent c01cd8b commit a4778d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CS342ExampleApplication.xcodeproj/xcshareddata/xcschemes/CS342ExampleApplication.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<CommandLineArguments>
8080
<CommandLineArgument
8181
argument = "--disableFirebase"
82-
isEnabled = "YES">
82+
isEnabled = "NO">
8383
</CommandLineArgument>
8484
<CommandLineArgument
8585
argument = "--showOnboarding"
@@ -95,7 +95,7 @@
9595
</CommandLineArgument>
9696
<CommandLineArgument
9797
argument = "--useFirebaseEmulator"
98-
isEnabled = "NO">
98+
isEnabled = "YES">
9999
</CommandLineArgument>
100100
</CommandLineArguments>
101101
<EnvironmentVariables>

CS342ExampleApplication/Onboarding/Welcome.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct Welcome: View {
2121
areas: [
2222
OnboardingInformationView.Content(
2323
icon: {
24-
Image(systemName: "cat.fill")
24+
Image(systemName: "staroflife.fill")
2525
.accessibilityHidden(true)
2626
},
2727
title: "Cats are great!",

0 commit comments

Comments
 (0)