-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS-10444 Mistica tokens generator #387
Changes from 3 commits
652c704
5d236ea
435a093
055cce8
673770a
36394d2
7936ee0
30f0fdc
5eaf88b
35f6847
c092de5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,7 @@ In order to automatise this, we can execute this [GitHub action](.github/.workfl | |
You can also execute it manually using the actions defined in the [Makefile](Makefile). | ||
Example: | ||
```bash | ||
make skin ref=production | ||
make skin | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it will always get the |
||
``` | ||
|
||
## Testing | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// BrandStyle+UIStatusBarStyle.swift | ||
// | ||
// Made with ❤️ by Novum | ||
// | ||
// Copyright © Telefonica. All rights reserved. | ||
// | ||
|
||
import UIKit | ||
|
||
public extension BrandStyle { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. moved to a different file since it shouldn't be auto-generated |
||
var preferredStatusBarStyle: UIStatusBarStyle { | ||
switch self { | ||
case .movistar, .vivo, .o2, .o2New, .blau, .custom, .vivoNew, .tu, .telefonica: | ||
return .lightContent | ||
} | ||
} | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still pending, I want to modify this to have: