Skip to content

Commit 4b97af1

Browse files
authored
Add missed onboarding steps (#79)
1 parent dfc5b38 commit 4b97af1

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

Stepic.xcodeproj/project.pbxproj

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -909,9 +909,9 @@
909909
2C76ACCD1F16496C0077D9D7 /* RatingManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C76ACCC1F16496C0077D9D7 /* RatingManager.swift */; };
910910
2C76ACCF1F1653E60077D9D7 /* CongratsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C76ACCE1F1653E60077D9D7 /* CongratsView.swift */; };
911911
2C76ACD11F18E8C10077D9D7 /* RatingProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C76ACD01F18E8C00077D9D7 /* RatingProgressView.swift */; };
912-
2C8D08151F1CB77B000E8F32 /* step5.html in Resources */ = {isa = PBXBuildFile; fileRef = 2C8D08171F1CB77B000E8F32 /* step5.html */; };
913-
2C9704081F39F18700C36F0A /* step4.html in Resources */ = {isa = PBXBuildFile; fileRef = 2C97040A1F39F18700C36F0A /* step4.html */; };
914912
2C97040D1F3A0DCF00C36F0A /* DefaultsStorageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C97040C1F3A0DCF00C36F0A /* DefaultsStorageManager.swift */; };
913+
2C9704201F3B0B7C00C36F0A /* step5.html in Resources */ = {isa = PBXBuildFile; fileRef = 2C97041A1F3B0B7200C36F0A /* step5.html */; };
914+
2C9704211F3B0B7F00C36F0A /* step4.html in Resources */ = {isa = PBXBuildFile; fileRef = 2C9704181F3B0B7200C36F0A /* step4.html */; };
915915
2CA50B9E1F0FE66B00418E7D /* AdaptiveOnboardingPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CA50B9D1F0FE66B00418E7D /* AdaptiveOnboardingPresenter.swift */; };
916916
2CA50BA01F0FE79E00418E7D /* AdaptiveOnboardingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CA50B9F1F0FE79E00418E7D /* AdaptiveOnboardingViewController.swift */; };
917917
2CB425781F2B3BF600D15D93 /* ProgressTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CB425761F2B3BF600D15D93 /* ProgressTableViewCell.swift */; };
@@ -1908,11 +1908,11 @@
19081908
2C76ACCC1F16496C0077D9D7 /* RatingManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RatingManager.swift; sourceTree = "<group>"; };
19091909
2C76ACCE1F1653E60077D9D7 /* CongratsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CongratsView.swift; sourceTree = "<group>"; };
19101910
2C76ACD01F18E8C00077D9D7 /* RatingProgressView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RatingProgressView.swift; sourceTree = "<group>"; };
1911-
2C8D08161F1CB77B000E8F32 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = ru; path = ru.lproj/step5.html; sourceTree = "<group>"; };
1912-
2C8D08181F1CB786000E8F32 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = en; path = en.lproj/step5.html; sourceTree = "<group>"; };
1913-
2C9704091F39F18700C36F0A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = en; path = en.lproj/step4.html; sourceTree = "<group>"; };
1914-
2C97040B1F39F18E00C36F0A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = ru; path = ru.lproj/step4.html; sourceTree = "<group>"; };
19151911
2C97040C1F3A0DCF00C36F0A /* DefaultsStorageManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DefaultsStorageManager.swift; sourceTree = "<group>"; };
1912+
2C9704191F3B0B7200C36F0A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = en; path = OnboardingContent/en.lproj/step4.html; sourceTree = "<group>"; };
1913+
2C97041B1F3B0B7200C36F0A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = en; path = OnboardingContent/en.lproj/step5.html; sourceTree = "<group>"; };
1914+
2C97041E1F3B0B7600C36F0A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = ru; path = OnboardingContent/ru.lproj/step4.html; sourceTree = "<group>"; };
1915+
2C97041F1F3B0B7A00C36F0A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = ru; path = OnboardingContent/ru.lproj/step5.html; sourceTree = "<group>"; };
19161916
2CA50B9D1F0FE66B00418E7D /* AdaptiveOnboardingPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdaptiveOnboardingPresenter.swift; sourceTree = "<group>"; };
19171917
2CA50B9F1F0FE79E00418E7D /* AdaptiveOnboardingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdaptiveOnboardingViewController.swift; sourceTree = "<group>"; };
19181918
2CB190781F2A17E800BD9508 /* Charts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Charts.framework; path = "../../Library/Developer/Xcode/DerivedData/Stepic-fydekjxzcjwzgdealqtqdnjhtajm/Build/Products/Debug-iphonesimulator/Charts/Charts.framework"; sourceTree = "<group>"; };
@@ -3703,14 +3703,14 @@
37033703
2CFB1C531F14C81100CD0A4C /* Onboarding content */ = {
37043704
isa = PBXGroup;
37053705
children = (
3706+
2C9704181F3B0B7200C36F0A /* step4.html */,
3707+
2C97041A1F3B0B7200C36F0A /* step5.html */,
37063708
2C04C1021F160631006B69B3 /* step1.html */,
37073709
2C04C1051F160643006B69B3 /* step2.html */,
37083710
2C04C1081F160650006B69B3 /* step3.html */,
37093711
2CFB1C5B1F14C89900CD0A4C /* arrow_left.svg */,
37103712
2CFB1C5C1F14C89900CD0A4C /* arrow_right.svg */,
37113713
2CFB1C5D1F14C89900CD0A4C /* icon.png */,
3712-
2C8D08171F1CB77B000E8F32 /* step5.html */,
3713-
2C97040A1F39F18700C36F0A /* step4.html */,
37143714
);
37153715
name = "Onboarding content";
37163716
sourceTree = "<group>";
@@ -4319,21 +4319,21 @@
43194319
0808527B1ED752DE007C0877 /* GoogleService-Info.plist in Resources */,
43204320
86AE947E1E84511A00F67691 /* QuizViewController.xib in Resources */,
43214321
080852791ED74C35007C0877 /* Tokens.plist in Resources */,
4322+
2C9704201F3B0B7C00C36F0A /* step5.html in Resources */,
43224323
08E8F97F1F34E64E008CF4A1 /* SearchSuggestionTableViewCell.xib in Resources */,
43234324
86AE947F1E84511A00F67691 /* UnknownTypeQuizViewController.xib in Resources */,
43244325
0888D1071F1E41FF00A16863 /* CodeInputAccessoryCollectionViewCell.xib in Resources */,
43254326
86AE94801E84511A00F67691 /* ChoiceQuizTableViewCell.xib in Resources */,
43264327
86AE94811E84511A00F67691 /* SortingQuizTableViewCell.xib in Resources */,
4327-
2C9704081F39F18700C36F0A /* step4.html in Resources */,
43284328
080C5E741EFC094F0036EB3D /* CodeQuizToolbarView.xib in Resources */,
4329-
2C8D08151F1CB77B000E8F32 /* step5.html in Resources */,
43304329
86AE94831E84511A00F67691 /* FillBlanksTextTableViewCell.xib in Resources */,
43314330
86AE94841E84511A00F67691 /* FillBlanksInputTableViewCell.xib in Resources */,
43324331
8618E3E61EA0065100FB3D0F /* StepReversedCardView.xib in Resources */,
43334332
86AE94851E84511A00F67691 /* FillBlanksChoiceTableViewCell.xib in Resources */,
43344333
2CBC4C081F1E519B00FE96C4 /* Config.plist in Resources */,
43354334
86AE94861E84511A00F67691 /* TeacherCollectionViewCell.xib in Resources */,
43364335
86AE94871E84511A00F67691 /* TitleTextTableViewCell.xib in Resources */,
4336+
2C9704211F3B0B7F00C36F0A /* step4.html in Resources */,
43374337
86AE94881E84511A00F67691 /* UserPreferences.storyboard in Resources */,
43384338
2C25440B1F348211004DB3D9 /* AchievementNotificationView.xib in Resources */,
43394339
86AE94891E84511A00F67691 /* RefreshTableViewCell.xib in Resources */,
@@ -5857,22 +5857,22 @@
58575857
name = AchievementTableViewCell.xib;
58585858
sourceTree = "<group>";
58595859
};
5860-
2C8D08171F1CB77B000E8F32 /* step5.html */ = {
5860+
2C9704181F3B0B7200C36F0A /* step4.html */ = {
58615861
isa = PBXVariantGroup;
58625862
children = (
5863-
2C8D08161F1CB77B000E8F32 /* ru */,
5864-
2C8D08181F1CB786000E8F32 /* en */,
5863+
2C9704191F3B0B7200C36F0A /* en */,
5864+
2C97041E1F3B0B7600C36F0A /* ru */,
58655865
);
5866-
name = step5.html;
5866+
name = step4.html;
58675867
sourceTree = "<group>";
58685868
};
5869-
2C97040A1F39F18700C36F0A /* step4.html */ = {
5869+
2C97041A1F3B0B7200C36F0A /* step5.html */ = {
58705870
isa = PBXVariantGroup;
58715871
children = (
5872-
2C9704091F39F18700C36F0A /* en */,
5873-
2C97040B1F39F18E00C36F0A /* ru */,
5872+
2C97041B1F3B0B7200C36F0A /* en */,
5873+
2C97041F1F3B0B7A00C36F0A /* ru */,
58745874
);
5875-
name = step4.html;
5875+
name = step5.html;
58765876
sourceTree = "<group>";
58775877
};
58785878
860DB7911EB8DC13001E3E42 /* StepCardView.xib */ = {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<center><h4>Вверху экрана отображается Ваш прогресс</h4>За правильные ответы Вы будете получать <b>очки опыта</b>. Решайте больше заданий правильно с первой попытки и получайте больше очков за один ответ<br>Следите за своим прогрессом, используя статистику, которая доступна <b>по клику на полоску рейтинга</b><br>Продолжайте учиться и зарабатывайте <b>достижения</b>!<br><br>Чтобы получить своё первое достижение, перейдите к следующей карточке</center>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<center><h4>Полный список достижений в любой момент доступен по клику на полоску рейтинга сверху экрана</h4>Попробуйте заработать их все.<br><br>Удачи! 😉</center>

0 commit comments

Comments
 (0)