{"id":50148591,"url":"https://github.com/newfiregroup/appexperiencekit","last_synced_at":"2026-05-24T07:02:13.838Z","repository":{"id":359890364,"uuid":"1247849852","full_name":"NewFireGroup/AppExperienceKit","owner":"NewFireGroup","description":"Reusable Swift package for app experience surfaces: release history, feature previews, feedback, and authentication.","archived":false,"fork":false,"pushed_at":"2026-05-24T01:20:00.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T01:21:15.222Z","etag":null,"topics":["feedback","ios","macos","release-notes","swift","swift-package","swiftui"],"latest_commit_sha":null,"homepage":null,"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/NewFireGroup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-23T21:37:00.000Z","updated_at":"2026-05-24T01:20:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/NewFireGroup/AppExperienceKit","commit_stats":null,"previous_names":["newfiregroup/appexperiencekit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/NewFireGroup/AppExperienceKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewFireGroup%2FAppExperienceKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewFireGroup%2FAppExperienceKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewFireGroup%2FAppExperienceKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewFireGroup%2FAppExperienceKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NewFireGroup","download_url":"https://codeload.github.com/NewFireGroup/AppExperienceKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewFireGroup%2FAppExperienceKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33424573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["feedback","ios","macos","release-notes","swift","swift-package","swiftui"],"created_at":"2026-05-24T07:02:12.975Z","updated_at":"2026-05-24T07:02:13.834Z","avatar_url":"https://github.com/NewFireGroup.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppExperienceKit\n\n`AppExperienceKit` is a reusable Swift package for app experience surfaces that\ncan be shared across Xcode app projects.\n\n## Package Scope\n\n- Public/internal release history models and Version History UI.\n- Feature Previews models, release-control adapters, and status UI.\n- Feedback models, draft storage, issue rendering, feedback UI, and client\n  protocols.\n- Optional authentication models, local-authentication gates, and app-lock\n  launch coordination.\n- Generic host copy through `AppExperienceHostConfiguration`.\n\nHost apps own product names, release JSON resources, Optimizely keys, GitHub\nrepository defaults, navigation placement, build settings, signing, and target\nresources.\n\n## Installation\n\nUse Swift Package Manager:\n\n```swift\n.package(url: \"https://github.com/NewFireGroup/AppExperienceKit.git\", from: \"0.1.2\")\n```\n\nFor apps that need tighter pre-1.0 stability, pin to the current minor release\nor an exact revision.\n\n## Host-Defined Release Controls\n\nHost apps can extend Feature Previews with app-owned release controls without\nadding package enum cases:\n\n```swift\nlet cashflowReports = ReleaseControlDescriptor(\n    key: \"cashflow_reports_feature\",\n    displayName: \"Cashflow Reports\"\n)\n\nAppSettingsView(\n    featurePreviewReleaseControls: ReleaseControlDescriptor.packageDefaults + [cashflowReports]\n)\n```\n\nUse `ReleaseControlCustomEvent` for host-owned aggregate telemetry events that\nshould be evaluated with a host-defined descriptor.\n\n## Validation\n\n```bash\nswift test\nswift build\n```\n\nSee [docs/APP_EXPERIENCE_KIT.md](docs/APP_EXPERIENCE_KIT.md) for adapter\nboundary guidance.\n\n## Versioning\n\n`AppExperienceKit` uses semantic versioning. While the package is below 1.0,\nminor releases may include source-breaking API changes as the public adapter\nsurface stabilizes. Patch releases should remain source-compatible within the\nsame minor version. See [CONTRIBUTING.md](CONTRIBUTING.md) for the pre-1.0\npatch-versus-minor tagging policy.\n\n## Contributing\n\nIssues and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md)\nbefore broad API, UI, or adapter changes so the package boundary can stay\nuseful across host apps.\n\nSee [CHANGELOG.md](CHANGELOG.md) for release notes.\n\n## License\n\n`AppExperienceKit` is available under the MIT License. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewfiregroup%2Fappexperiencekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewfiregroup%2Fappexperiencekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewfiregroup%2Fappexperiencekit/lists"}