File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
CS342ExampleApplication/Onboarding
CS342ExampleApplication.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
<CommandLineArguments >
80
80
<CommandLineArgument
81
81
argument = " --disableFirebase"
82
- isEnabled = " YES " >
82
+ isEnabled = " NO " >
83
83
</CommandLineArgument >
84
84
<CommandLineArgument
85
85
argument = " --showOnboarding"
95
95
</CommandLineArgument >
96
96
<CommandLineArgument
97
97
argument = " --useFirebaseEmulator"
98
- isEnabled = " NO " >
98
+ isEnabled = " YES " >
99
99
</CommandLineArgument >
100
100
</CommandLineArguments >
101
101
<EnvironmentVariables >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ struct Welcome: View {
21
21
areas: [
22
22
OnboardingInformationView . Content (
23
23
icon: {
24
- Image ( systemName: " cat .fill" )
24
+ Image ( systemName: " staroflife .fill" )
25
25
. accessibilityHidden ( true )
26
26
} ,
27
27
title: " Cats are great! " ,
You can’t perform that action at this time.
0 commit comments