Revert "[ios] whats new 8.6"

This reverts commit bfb1b93fc2202482631371212d49248b58ec6c82.
This commit is contained in:
o.bolovintseva 2018-12-19 16:19:59 +03:00 committed by Vladimir Byko-Ianko
parent 5256245433
commit c935f6534d
11 changed files with 8 additions and 44 deletions

View file

@ -2,7 +2,7 @@
"images" : [
{
"idiom" : "universal",
"filename" : "whatsnew_86_1.pdf"
"filename" : "whatsnew_85_1.pdf"
}
],
"info" : {

View file

@ -2,7 +2,7 @@
"images" : [
{
"idiom" : "universal",
"filename" : "whatsnew_86_3.pdf"
"filename" : "whatsnew_85_2.pdf"
}
],
"info" : {

View file

@ -1,12 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "whatsnew_86_2.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View file

@ -1,12 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "whatsnew_86_4.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View file

@ -11,27 +11,15 @@ final class WhatsNewController: WelcomeViewController {
static var welcomeConfigs: [WelcomeConfig] {
return [
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_86_1"),
title: "whatsnew_paid_routes_title",
text: "whatsnew_paid_routes_message",
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_85_1"),
title: "whats_new_ugc_routes_title",
text: "whats_new_ugc_routes_subtitle",
buttonTitle: "whats_new_next_button",
ctaButtonTitle: nil,
ctaButtonUrl: nil),
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_86_2"),
title: "whatsnew_standard_routes_title",
text: "whatsnew_standard_routes_message",
buttonTitle: "whats_new_next_button",
ctaButtonTitle: nil,
ctaButtonUrl: nil),
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_86_3"),
title: "whatsnew_city_overview_title",
text: "whatsnew_city_overview_message",
buttonTitle: "whats_new_next_button",
ctaButtonTitle: nil,
ctaButtonUrl: nil),
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_86_4"),
title: "whatsnew_pro_guides_title",
text: "whatsnew_pro_guides_message",
WhatsNewConfig(image: #imageLiteral(resourceName: "whatsnew_85_2"),
title: "whats_new_webeditor_title",
text: "whats_new_ugc_routes_message2",
buttonTitle: "done",
ctaButtonTitle: nil,
ctaButtonUrl: nil)