ios-base icon indicating copy to clipboard operation
ios-base copied to clipboard

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.

Results 18 ios-base issues
Sort by recently updated
recently updated
newest added

#### Description: * Migrate the existing network layer code to RSSwiftNetworking. --- #### Notes: * The new library still needs work, but it provides the same capabilities we previously had....

The current implementation of SessionManager can be an inspiration.

#### Description: * This PR is a POC for using cocoapod-keys plugin for secrets management. * Currently the keys are set from the Environment during the `pre` phase of pod...

#### Description: * Instead of the session manager decide if a session is valid or not, we are going to move that logic to the session

#### Description: * Removing Fastlane from code ### Motivation The motivation behind this change is to have a code base from which we can decide and add our decisions in...

#### Description: **Updates to the Fastfile and Github actions configuration files.** - The build lanes will now run the signing and test suite first. - The `setup_google_services` and `update_remote_google_services` lanes...

On hold

Swift 5.5 introduced a new concurrency framework with multiple tools and APIs. First we should evaluate the possibility to migrate the current project to the new APIs.

enhancement

Fix CI/CD tests and coverage report.

Replace Demo Facebook integration with Apple Sign in.

We can keep Storyboards in a separate branch to keep offering that choice

WIP