-
Notifications
You must be signed in to change notification settings - Fork 3
Chore/mf 2373 update golden sample app #58
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
Conversation
…target to 17.0, updated config initialization from code
|
|
||
| func appendCustomHeader() { | ||
| if let defaultHTTPHeaders = Backbase.configuration().custom["default-http-headers"] as? [String: String] { | ||
| if let defaultHTTPHeaders = Backbase.configuration().persistentHeaders["default-http-headers"] as? [String: String] { |
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.
Use the aforementioned constants for it.
|
|
||
| install! 'cocoapods', deterministic_uuids: false | ||
| source 'https://cdn.cocoapods.org/' | ||
| source 'https://repo.backbase.com/artifactory/api/pods/pods' |
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.
Including artifactory is the standard pattern that I believe we've aligned on.
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.
Changed!
Updated various libraries.
Updated the minimum deployment target to 17.0.