File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
CS342ExampleApplication.xcodeproj/xcshareddata/xcschemes
CS342ExampleApplication/Onboarding Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 <CommandLineArguments >
8080 <CommandLineArgument
8181 argument = " --disableFirebase"
82- isEnabled = " YES " >
82+ isEnabled = " NO " >
8383 </CommandLineArgument >
8484 <CommandLineArgument
8585 argument = " --showOnboarding"
9595 </CommandLineArgument >
9696 <CommandLineArgument
9797 argument = " --useFirebaseEmulator"
98- isEnabled = " NO " >
98+ isEnabled = " YES " >
9999 </CommandLineArgument >
100100 </CommandLineArguments >
101101 <EnvironmentVariables >
Original file line number Diff line number Diff 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! " ,
You can’t perform that action at this time.
0 commit comments