forked from organicmaps/organicmaps
Revert "[ios] whats new 8.6"
This reverts commit bfb1b93fc2202482631371212d49248b58ec6c82.
This commit is contained in:
parent
5256245433
commit
c935f6534d
11 changed files with 8 additions and 44 deletions
|
@ -2,7 +2,7 @@
|
|||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_86_1.pdf"
|
||||
"filename" : "whatsnew_85_1.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_1.imageset/whatsnew_85_1.pdf
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_1.imageset/whatsnew_85_1.pdf
vendored
Normal file
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_86_3.pdf"
|
||||
"filename" : "whatsnew_85_2.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_2.imageset/whatsnew_85_2.pdf
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Whats New/whatsnew_85_2.imageset/whatsnew_85_2.pdf
vendored
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_86_2.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "whatsnew_86_4.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue