File tree Expand file tree Collapse file tree 3 files changed +18
-14
lines changed
CS342ExampleApplication.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 3 files changed +18
-14
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,10 +21,14 @@ struct Welcome: View {
2121 areas: [
2222 OnboardingInformationView . Content (
2323 icon: {
24+ <<<<<<< HEAD
2425 Image ( systemName: " staroflife.fill " )
26+ =======
27+ Image ( systemName: " cat.fill " )
28+ >>>>>>> c01cd8b3f4215dcbe9a6803691bc60de14e8af8d
2529 . accessibilityHidden ( true )
2630 } ,
27- title: " The Spezi Framework " ,
31+ title: " Cats are great! " ,
2832 description: " WELCOME_AREA1_DESCRIPTION "
2933 ) ,
3034 OnboardingInformationView . Content (
Original file line number Diff line number Diff line change 8181 }
8282 }
8383 },
84+ "CS342 Example Application" : {
85+ "localizations" : {
86+ "en" : {
87+ "stringUnit" : {
88+ "state" : "translated",
89+ "value" : "Spezi\nCS342 Example Application"
90+ }
91+ }
92+ }
93+ },
8494 "Grant Access" : {
8595 "localizations" : {
8696 "en" : {
321331 }
322332 }
323333 },
324- "CS342 Example Application" : {
325- "localizations" : {
326- "en" : {
327- "stringUnit" : {
328- "state" : "translated",
329- "value" : "Spezi\nCS342 Example Application"
330- }
331- }
332- }
333- },
334334 "Start Questionnaire" : {
335335 "localizations" : {
336336 "en" : {
386386 "en" : {
387387 "stringUnit" : {
388388 "state" : "translated",
389- "value" : "The Spezi Framework builds the foundation of this application. "
389+ "value" : "Spezi is nice, but cats are nicer … they don’t care about SwiftLint! "
390390 }
391391 }
392392 }
You can’t perform that action at this time.
0 commit comments