{"id":16322667,"url":"https://github.com/n8chur/advancedios","last_synced_at":"2025-08-22T22:41:01.477Z","repository":{"id":48764805,"uuid":"136100364","full_name":"n8chur/AdvancediOS","owner":"n8chur","description":"An iOS example project demonstrating advanced concepts","archived":false,"fork":false,"pushed_at":"2022-10-06T03:13:07.000Z","size":243,"stargazers_count":33,"open_issues_count":18,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T22:51:40.165Z","etag":null,"topics":["carthage","circleci","example-project","frp","ios","mvvm","reactivecocoa","swift","xcodegen"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n8chur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-05T01:05:19.000Z","updated_at":"2024-05-20T19:17:28.000Z","dependencies_parsed_at":"2023-01-19T08:31:03.341Z","dependency_job_id":null,"html_url":"https://github.com/n8chur/AdvancediOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8chur%2FAdvancediOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8chur%2FAdvancediOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8chur%2FAdvancediOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8chur%2FAdvancediOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n8chur","download_url":"https://codeload.github.com/n8chur/AdvancediOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234588065,"owners_count":18856856,"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":["carthage","circleci","example-project","frp","ios","mvvm","reactivecocoa","swift","xcodegen"],"created_at":"2024-10-10T22:51:49.143Z","updated_at":"2025-01-19T02:04:14.849Z","avatar_url":"https://github.com/n8chur.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AdvancediOS [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/n8chur/AdvancediOS/master/LICENSE.md) [![CircleCI](https://circleci.com/gh/n8chur/AdvancediOS/tree/master.svg?style=svg)](https://circleci.com/gh/n8chur/AdvancediOS/tree/master)\n\nAdvancediOS demonstrates some advanced concepts for iOS application development using a small example application.\n\nAdvanced concepts include:\n- A unique application architecture that takes inspiration from [MVVM](https://en.wikipedia.org/wiki/Model–view–viewmodel), [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming), [Coordinator Pattern](https://will.townsend.io/2016/an-ios-coordinator-pattern), [Factory Pattern](https://en.wikipedia.org/wiki/Factory_(object-oriented_programming)), [Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection), and [Protocol Oriented Programming](https://www.toptal.com/swift/introduction-protocol-oriented-programming-swift)\n- [XcodeGen](https://www.github.com/yonaskolb/XcodeGen) for generating an Xcode project\n- Type safe code generation for assets, plists, and localized string references using [SwiftGen](https://github.com/SwiftGen/SwiftGen)\n- Linting with [SwiftLint](https://github.com/realm/SwiftLint)\n- Basic localization\n- [Continuous Integration](https://en.wikipedia.org/wiki/Continuous_integration) with [CircleCI](https://circleci.com) and [Fastlane](https://fastlane.tools)\n- [BDD](https://en.wikipedia.org/wiki/Behavior-driven_development) style unit testing\n- Dynamic UI theming\n- Programmatic UI\n- A custom logging framework that leverages [XCGLogger](https://github.com/DaveWoodCom/XCGLogger)\n- Using internal frameworks for more modular code\n- [Carthage](https://github.com/Carthage/Carthage) for iOS dependency management with caching support using [Rome](https://github.com/blender/Rome)\n- Version pinning of as many tooling dependencies as possible using [Mint](https://github.com/yonaskolb/Mint) and [Bundler](https://bundler.io).\n\nThis project is mostly intended to be used as a playground to experiment with new tools, libraries, and design patterns for iOS development.\n\n## Setup\n\n### Prerequisites\n\n- Ruby installation matching the version found in [.ruby-version](.ruby-version) (use [rbenv](https://github.com/rbenv/rbenv) to switch versions)\n- [Homebrew](https://brew.sh)\n- [Bundler](https://bundler.io)\n- Xcode installation matching version found in [.xcode-version](.xcode-version) (use [xcode-install](https://github.com/KrauseFx/xcode-install) to switch versions)\n\n### Installation\n\n1. Setup the project:\n```\n$ brew bundle \u0026\u0026 bundle install\n$ bundle exec fastlane bootstrap\n```\n2. Open `Application.xcodeproj`\n\n### Notes\n\n- Run `$ bundle exec fastlane` for a list of [Fastlane](https://fastlane.tools) lanes that can be run on the repository.\n- `Application.xcodeproj` should be used for general development for building a release build.\n- `Application_Dev.xcworkspace` is only useful when debugging issues in Carthage dependencies since the Carthage dependency's project is added instead of using the pre-built framework.\n\n### Contributions\n\n[![](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/images/0)](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/links/0)[![](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/images/1)](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/links/1)[![](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/images/2)](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/links/2)[![](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/images/3)](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/links/3)[![](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/images/4)](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/links/4)[![](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/images/5)](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/links/5)[![](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/images/6)](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/links/6)[![](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/images/7)](https://sourcerer.io/fame/n8chur/n8chur/AdvancediOS/links/7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn8chur%2Fadvancedios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn8chur%2Fadvancedios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn8chur%2Fadvancedios/lists"}