{"id":20663521,"url":"https://github.com/eugene-software/appbehaviordispatcher","last_synced_at":"2026-06-04T17:31:14.683Z","repository":{"id":220104803,"uuid":"750765021","full_name":"eugene-software/AppBehaviorDispatcher","owner":"eugene-software","description":"Convenient dispatcher for UIApplicationDelegate and app lifecycle","archived":false,"fork":false,"pushed_at":"2024-06-14T14:03:29.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T13:03:17.355Z","etag":null,"topics":["application","ios","lifecycle","swift","uiapplicationdelegate"],"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/eugene-software.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-31T09:21:51.000Z","updated_at":"2024-03-07T09:06:01.000Z","dependencies_parsed_at":"2024-02-05T08:50:24.397Z","dependency_job_id":"b692f949-70b9-4160-bb0f-0255f2e576b6","html_url":"https://github.com/eugene-software/AppBehaviorDispatcher","commit_stats":null,"previous_names":["eugene-software/appbehaviordispatcher"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugene-software%2FAppBehaviorDispatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugene-software%2FAppBehaviorDispatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugene-software%2FAppBehaviorDispatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugene-software%2FAppBehaviorDispatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eugene-software","download_url":"https://codeload.github.com/eugene-software/AppBehaviorDispatcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242821488,"owners_count":20190654,"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":["application","ios","lifecycle","swift","uiapplicationdelegate"],"created_at":"2024-11-16T19:18:31.547Z","updated_at":"2025-03-10T09:02:31.082Z","avatar_url":"https://github.com/eugene-software.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppBehaviorDispatcher\n\n[![Version](https://img.shields.io/cocoapods/v/AppBehaviorDispatcher.svg?style=flat)](https://cocoapods.org/pods/AppBehaviorDispatcher)\n[![License](https://img.shields.io/cocoapods/l/AppBehaviorDispatcher.svg?style=flat)](https://cocoapods.org/pods/AppBehaviorDispatcher)\n[![Platform](https://img.shields.io/cocoapods/p/AppBehaviorDispatcher.svg?style=flat)](https://cocoapods.org/pods/AppBehaviorDispatcher)\n\n## Requirements \n\n- iOS 13 and above\n\n## Usage Example\n\nImport dependenices:\n\n```swift\nimport AppBehaviorDispatcher\n```\n\nUse in AppDelegate:\n\n```swift\n\nimport UIKit\nimport AppBehaviorDispatcher\n\nclass AppDelegate: AppBehaviorDelegate {\n    \n    var window: UIWindow?\n    \n    override var behaviors: [ApplicationBehavior] {\n        \n        return [\n            RootBehavior()\n        ]\n    }\n}\n```\n\nUse in some Behavior file:\n\n```swift\nimport UIKit\nimport AppBehaviorDispatcher\n\nfinal class RootBehavior: NSObject, ApplicationBehavior {\n\n    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -\u003e Bool {\n        // Run some code here\n        return true\n    }\n}\n```\n\n## Installation\n\n### Swift Package Manager\n1. Right click in the Project Navigator\n2. Select \"Add Packages...\"\n3. Search for ```https://github.com/eugene-software/AppBehaviorDispatcher.git```\n\n## Author\n\nEugene Software\n\n## License\n\nAppBehaviorDispatcher is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugene-software%2Fappbehaviordispatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feugene-software%2Fappbehaviordispatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugene-software%2Fappbehaviordispatcher/lists"}