Skip to content
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

Merged
merged 6 commits into from
Feb 24, 2025
Merged

Conversation

derian-cordoba
Copy link
Owner

Description

This PR created the fixtures concept to add demo apps for people using the SecureKeys framework.

Medias (if needed)

app-delegate-swift-file

Testplan

  • I tested this change on my local environment.
  • I ran the unit tests.

Checklist

  • I added tests for this change.
  • I checked the code style and run the linter.
  • I added necessary documentation (if applicable).

@derian-cordoba derian-cordoba added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 24, 2025
@derian-cordoba derian-cordoba self-assigned this Feb 24, 2025
<key>IS_SIGNIN_ENABLED</key>
<true></true>
</dict>
</plist>
Copy link
Owner Author

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.

Copy link

@santelizvargas santelizvargas left a 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",

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

Copy link
Owner Author

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.

Copy link
Owner Author

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.

@derian-cordoba derian-cordoba merged commit f1eb1b0 into main Feb 24, 2025
1 check passed
@derian-cordoba derian-cordoba deleted the derian/task/create-app-fixtures branch February 24, 2025 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants