{"id":20471513,"url":"https://github.com/backbase/golden-sample-app-ios","last_synced_at":"2025-04-13T11:07:47.692Z","repository":{"id":178291628,"uuid":"661622846","full_name":"Backbase/golden-sample-app-ios","owner":"Backbase","description":"The golden sample app provides a opportunity to show samples, examples and best practices internally and externally of Backbase methods, processes and the Backbase way of working.","archived":false,"fork":false,"pushed_at":"2025-04-10T14:41:06.000Z","size":848,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-13T11:07:28.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://backbase.io","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Backbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-03T09:30:26.000Z","updated_at":"2025-03-25T12:59:04.000Z","dependencies_parsed_at":"2023-11-23T16:31:00.424Z","dependency_job_id":"303664de-c9a3-4ac2-907f-c808deca3427","html_url":"https://github.com/Backbase/golden-sample-app-ios","commit_stats":null,"previous_names":["backbase/golden-sample-app-ios"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fgolden-sample-app-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fgolden-sample-app-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fgolden-sample-app-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fgolden-sample-app-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Backbase","download_url":"https://codeload.github.com/Backbase/golden-sample-app-ios/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248703198,"owners_count":21148118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T14:16:23.334Z","updated_at":"2025-04-13T11:07:47.649Z","avatar_url":"https://github.com/Backbase.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golden Sample iOS App\n\n## Overview\nThis repository serves as a public reference point, showcasing various components, examples, and recommended practices employed within the Backbase development environment. Its intended audience encompasses both internal and external developers, offering insights into Backbase's development approach, architecture, and workflow.\n\n## Prerequisites\nBuilding and running this project necessitates access to artifacts hosted in designated [Backbase repository](https://repo.backbase.com). Read permissions for these repositories are required.\n\nFurthermore, the application establishes a connection with the EBP Sandbox Environment. To facilitate this connection, an API key is necessary. Instructions for obtaining this key are found [here]( https://backbase.io/developers/documentation/api-sandbox/#_api_key). Once obtained, the key should be integrated into the [config.json](./app/assets/backbase/config.json) file located within the application's assets directory.\n\n## Running and Execution\n\n### Get started\n1. [rbenv](https://github.com/rbenv/rbenv)\nUtilizing rbenv ensures that a consistent Ruby version is employed for both your development environment and production. This simplifies upgrades and streamlines deployment processes. Follow the provided steps to install and configure rbenv:\n```bash\ngit clone https://github.com/rbenv/rbenv.git ~/.rbenv\n# for bash_profile\necho 'eval \"$(~/.rbenv/bin/rbenv init - bash)\"' \u003e\u003e ~/.bash_profile\n# for Zsh\necho 'eval \"$(~/.rbenv/bin/rbenv init - zsh)\"' \u003e\u003e ~/.zshrc\n```\n\n2. The `.ruby-version` file within the project's root directory defines the required Ruby version. Before proceeding, execute the following command to install the specified version using rbenv:\n```bash\nrbenv install {VERSION}\n```\n\n3. [Bundler](https://bundler.io/)\nBundler safeguards a uniform development environment for Ruby projects by managing exact gem dependencies and versions. It eliminates dependency-related issues and ensures consistency across development, staging, and production environments. To initiate dependency installation, execute: \n```bash\nbundle install\n```\n4. Artifactory credentials\nAuthentication for repo-art leverages the standard `.netrc` file located on your system. If this file doesn't exist, create it following the instructions [here](https://backbase.io/developers/documentation/mobile-devkit/getting-started/set-up-ios-development/):\n ```bash\nmachine repo.backbase.com\n    login {username}\n    password {password}\n``` \n\n### Setup\n- Install necessary environment tools via:\n```bash\nbundle install\n```\n\n- Configure the Xcode project using:\n```bash\nbundle exec fastlane setup\n```\n\n### Test plan\nThe project includes a test plan; however, Xcodegen cannot automatically include it. To integrate the test plan, follow these steps:\n\n- Navigate to the Snapshot scheme.\n- Select \"Edit the scheme.\"\n- Choose the corresponding test plan.\n- Modify details as necessary.\n\n## The Journey Architecture\nBackbase Mobile leverages the Journey Architecture, a design pattern where isolated sets of screens, representing a typical user flow, are grouped into \"journeys.\" This modular approach facilitates the construction and maintenance of mobile applications by compartmentalizing functionality.\n\nFor a deeper understanding of the Journey Architecture, please refer to the official Backbase documentation: [guide](https://backbase.io/developers/documentation/retail-banking-universal/latest/system-wide/architecture/mobile-journey-architecture-understand/)\n\n\n## Samples (Sample Code Exploration)\n\nEach sample application resides within its dedicated branch. A comprehensive inventory of available samples is maintained in the [CATALOG.md](CATALOG.md) file. The repository undergoes updates with each LTS release, each iteration accompanied by a corresponding tag. This mechanism enables developers to effortlessly compare code changes within a sample by referencing its associated tag.\n\n### Contribution\nDevelopers are encouraged to contribute custom samples by adhering to the guidelines outlined in the [CONTRIBUTING.md](CONTRIBUTING.md) file.  This document provides a roadmap for successful integration of your sample code\n\n## Discussion (Collaborative Discussions)\n\nThe Github Discussions forum serves as a platform for sample-related discourse. Users may engage in discussions, request new sample applications, and report any encountered issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackbase%2Fgolden-sample-app-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackbase%2Fgolden-sample-app-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackbase%2Fgolden-sample-app-ios/lists"}