-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create UIKit app fixture #18
Conversation
…ureKeys` framework using `Firebase`
<key>IS_SIGNIN_ENABLED</key> | ||
<true></true> | ||
</dict> | ||
</plist> |
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.
FYI
The extra line is removed by the IDE auto-save formatter.
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.
Cool, but you only can add a file instead of a project
|
||
// Configure the Firebase service with the firebase api key confirgured | ||
// in the SecureKeys framework | ||
if let plistFile = Bundle.main.path(forResource: "GoogleService-Info", |
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.
We could move this config in other class
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.
@santelizvargas I think that for this example, we don't need anything too elaborate beyond the initial configuration, people can choose to do their own refactoring if they see it necessary.
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.
Also, I prefer to leave the project complete in order to correctly simulate the objective of a fixture
.
Description
This PR created the
fixtures
concept to add demo apps for people using theSecureKeys
framework.Medias (if needed)
Testplan
Checklist