Skip to content

Commit 7ffa136

Browse files
committed
Resolving merge conflict about icons
2 parents 548b435 + c01cd8b commit 7ffa136

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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(

CS342ExampleApplication/Resources/Localizable.xcstrings

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@
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" : {
@@ -321,16 +331,6 @@
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" : {
@@ -386,7 +386,7 @@
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
}

0 commit comments

Comments
 (0)