{"id":14956568,"url":"https://github.com/mongodb/template-app-swiftui-todo","last_synced_at":"2025-07-03T09:34:06.572Z","repository":{"id":66021613,"uuid":"563163267","full_name":"mongodb/template-app-swiftui-todo","owner":"mongodb","description":"Atlas Template Starter App - Use Device Sync from a SwiftUI client application. This repo is generated from source code in https://github.com/mongodb-university/realm-template-apps","archived":false,"fork":false,"pushed_at":"2024-09-10T15:15:06.000Z","size":31,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-06-09T18:47:56.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/mongodb-university/realm-template-apps","language":"Swift","has_issues":false,"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/mongodb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-08T03:09:08.000Z","updated_at":"2025-03-03T06:40:03.000Z","dependencies_parsed_at":"2024-05-22T16:58:53.488Z","dependency_job_id":"d12c24eb-4a3c-4715-9421-6158773a075e","html_url":"https://github.com/mongodb/template-app-swiftui-todo","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"4e51ba04076edaea680ddbcaebf48625233fa7f4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mongodb/template-app-swiftui-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Ftemplate-app-swiftui-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Ftemplate-app-swiftui-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Ftemplate-app-swiftui-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Ftemplate-app-swiftui-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","download_url":"https://codeload.github.com/mongodb/template-app-swiftui-todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Ftemplate-app-swiftui-todo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263301204,"owners_count":23445337,"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-09-24T13:13:09.102Z","updated_at":"2025-07-03T09:34:06.547Z","avatar_url":"https://github.com/mongodb.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftUI Template App\n\nA todo list application built with the [Realm Swift SDK](https://www.mongodb.com/docs/realm/sdk/swift/) and [Atlas Device Sync](https://www.mongodb.com/docs/atlas/app-services/sync/).\n\nYou can follow along with the [SwiftUI Tutorial](https://www.mongodb.com/docs/atlas/app-services/tutorial/swiftui/) to see how to build, modify, and\nrun this template app.\n\nThis project uses Swift Package Manager (SPM) to load dependencies.\n\n\u003e [!WARNING]\n\u003e As of September 2024, Atlas Device SDKs are deprecated. Atlas Device SDKs\n\u003e will reach end-of-life and will no longer be maintained by MongoDB on\n\u003e September 30, 2025.\n\u003e\n\u003e The template app in this repository should only be used as a reference for\n\u003e the on-device database and not to create a new app based on Device Sync.\n\u003e Refer to the [deprecation page](https://www.mongodb.com/docs/atlas/device-sdks/\u003edeprecation/) for details.\n\n## Configuration\n\nFor this template app to work, you must ensure that `App/atlasConfig.plist` exists and contains the following properties:\n\n- **appId:** your Atlas App Services App ID.\n- **baseUrl:** the App Services backend URL. This should be https://services.cloud.mongodb.com in most cases.\n\n### Using the Atlas App Services UI\n\nThe easiest way to use this template app is to log on to [Atlas App Services](https://services.cloud.mongodb.com) and click the **Create App From Template** button. Choose\n**Real Time Sync**, and then follow the prompts. While the backend app is being\ncreated, you can download this SwiftUI template app pre-configured for your new\napp.\n\n### Cloning from GitHub\n\nIf you have cloned this repository from the GitHub\n[mongodb/template-app-swiftui-todo](https://github.com/mongodb/template-app-swiftui-todo.git)\nrepository, you must create a separate App Services App with Device Sync\nenabled to use this client. You can find information about how to do this\nin the Atlas App Services documentation page:\n[Template Apps -\u003e Create a Template App](https://www.mongodb.com/docs/atlas/app-services/reference/template-apps/)\n\nOnce you have created the App Services App, replace any value in this client's\n`appId` field with your App Services App ID. For help finding this ID, refer\nto: [Find Your Project or App Id](https://www.mongodb.com/docs/atlas/app-services/reference/find-your-project-or-app-id/)\n\n### Download the Client as a Zip File\n\nIf you have downloaded this client as a .zip file from the Atlas App Services\nUI, it does not contain the App Services App ID. You must replace any value\nin this client's `appId` field in `App/atlasConfig.plist` with your App Services\nApp ID. For help finding this ID, refer to:\n[Find Your Project or App Id](https://www.mongodb.com/docs/atlas/app-services/reference/find-your-project-or-app-id/)\n\nIf you did not replace the App ID, you may see an `Error: unsupported URL` message.\n\n## Run the app\n\n- Open App.xcodeproj in Xcode.\n- Wait for SPM to download dependencies.\n- Press \"Run\".\n\n## Issues\n\nPlease report issues with the template at https://github.com/mongodb-university/realm-template-apps/issues/new\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb%2Ftemplate-app-swiftui-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmongodb%2Ftemplate-app-swiftui-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb%2Ftemplate-app-swiftui-todo/lists"}