{"id":19773173,"url":"https://github.com/ibm-cloud-security/app-id-sample-swift","last_synced_at":"2025-09-04T00:05:58.520Z","repository":{"id":52505320,"uuid":"161666025","full_name":"ibm-cloud-security/app-id-sample-swift","owner":"ibm-cloud-security","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-27T09:35:42.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"development","last_synced_at":"2025-02-28T11:45:12.099Z","etag":null,"topics":[],"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/ibm-cloud-security.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}},"created_at":"2018-12-13T16:30:15.000Z","updated_at":"2020-02-13T11:14:34.000Z","dependencies_parsed_at":"2022-09-14T16:52:00.257Z","dependency_job_id":null,"html_url":"https://github.com/ibm-cloud-security/app-id-sample-swift","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibm-cloud-security/app-id-sample-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-cloud-security%2Fapp-id-sample-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-cloud-security%2Fapp-id-sample-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-cloud-security%2Fapp-id-sample-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-cloud-security%2Fapp-id-sample-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibm-cloud-security","download_url":"https://codeload.github.com/ibm-cloud-security/app-id-sample-swift/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-cloud-security%2Fapp-id-sample-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271998872,"owners_count":24856127,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"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":[],"created_at":"2024-11-12T05:08:52.973Z","updated_at":"2025-08-25T02:19:17.298Z","avatar_url":"https://github.com/ibm-cloud-security.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IBM Cloud App ID\nSwift Sample App Template for the IBM Cloud App ID service. The App ID Dashboard overwrites the following files with the user's information when they download an Swift sample app:\n* appIDSample/Info.plist\n* appIDSample/BMSCredentials.plist\n* appIDSample/appIDSample.entitlements\n* appIDSample/AppDelegate.swift\n\n[![IBM Cloud powered][img-ibmcloud-powered]][url-ibmcloud]\n[![Swift Badge][img-swift-badge]][url-swift-badge]\n[![Travis][img-travis-master]][url-travis-master]\n[![Coveralls][img-coveralls-master]][url-coveralls-master]\n[![Codacy][img-codacy]][url-codacy]\n[![License][img-license]][link-to-license]\n\n[![GithubWatch][img-github-watchers]][url-github-watchers]\n[![GithubStars][img-github-stars]][url-github-stars]\n[![GithubForks][img-github-forks]][url-github-forks]\n\n## Table of Contents\n* [Requirements](#requirements)\n* [Configuration](#configuration)\n* [Run](#run)\n* [Apache License](#apache-license)\n* [IBM License](#ibm-license)\n\n## Requirements\n\n* iOS 10.0 or higher\n* Xcode 9.0 or above\n* Swift 4.0\n\n## Configuration\n\n### [IBM Cloud Mobile services Dependency Management](#bluemix-mobile-services-dependency-management)\n\nThis starter uses the IBM Cloud Mobile services SDKs to use the functionality of the Mobile Analytics and Push Notifications services.\n\nThe IBM Cloud Mobile services SDK uses [CocoaPods](https://cocoapods.org/) to manage and configure dependencies. To use our latest SDKs, you need version 1.1.0.rc.2.\n\nYou can install CocoaPods using the following command:\n\n```bash\n$ sudo gem install cocoapods --pre\n```\n\nIf the CocoaPods repository is not configured, run the following command:\n\n```bash\n$ pod setup\n```\n\nFor this starter, a pre-configured `Podfile` is included in the **ios_swift/Podfile** location. To download and install the required dependencies, run the following command in the **ios_swift** directory:\n\n```bash\n$ pod install\n```\nOpen the Xcode workspace: `{APP_Name}.xcworkspace`. Continue to open the `.xcworkspace` file as it contains all the dependencies and configurations.\n\nIf you run into any issues during the pod install, it is recommended to run a pod update by using the following commands:\n\n```bash\n$ pod update\n$ pod install\n```\n\n\u003e [View configuration](#configuration)\n\n## Run\n\nClick **Product \u003e Run** to start the app in Xcode.\n\n\u003cimg src=\"README_Images/basic.png\" alt=\"Basic App Screenshot\" width=\"250px\"/\u003e\n\nThe application has built in integration points for the Mobile Analytics and Push Notifications services.\n\n## Apache License\nThis package contains code licensed under the Apache License, Version 2.0 (the \"License\"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 and may also view the License in the LICENSE file within this package.\n\n## IBM License\nCopyright (c) 2018 IBM Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n[img-ibmcloud-powered]: https://img.shields.io/badge/ibm%20cloud-powered-blue.svg\n[url-ibmcloud]: https://www.ibm.com/cloud/\n\n[img-swift-badge]: https://img.shields.io/badge/platform-ios_swift-lightgrey.svg?style=flat\n[url-swift-badge]: https://developer.apple.com/swift\n\n[img-travis-master]: https://travis-ci.org/ibm-cloud-security/app-id-sample-swift.svg?branch=master\n[url-travis-master]: https://travis-ci.org/ibm-cloud-security/app-id-sample-swift?branch=master\n\n[img-coveralls-master]: https://coveralls.io/repos/github/ibm-cloud-security/app-id-sample-swift/badge.svg\n[url-coveralls-master]: https://coveralls.io/github/ibm-cloud-security/app-id-sample-swift\n\n[img-codacy]: https://api.codacy.com/project/badge/Grade/5da7f95c0f2f4658ad14c282e8083dfe\n[url-codacy]: https://www.codacy.com/app/ibm-cloud-security/app-id-sample-swift\n\n[img-license]: https://img.shields.io/npm/l/ibmcloud-appid.svg\n[link-to-license]: #apache-license\n\n[img-github-watchers]: https://img.shields.io/github/watchers/ibm-cloud-security/app-id-sample-swift.svg?style=social\u0026label=Watch\n[url-github-watchers]: https://github.com/ibm-cloud-security/app-id-sample-swift/watchers\n[img-github-stars]: https://img.shields.io/github/stars/ibm-cloud-security/app-id-sample-swift.svg?style=social\u0026label=Star\n[url-github-stars]: https://github.com/ibm-cloud-security/app-id-sample-swift/stargazers\n[img-github-forks]: https://img.shields.io/github/forks/ibm-cloud-security/app-id-sample-swift.svg?style=social\u0026label=Fork\n[url-github-forks]: https://github.com/ibm-cloud-security/app-id-sample-swift/network\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibm-cloud-security%2Fapp-id-sample-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibm-cloud-security%2Fapp-id-sample-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibm-cloud-security%2Fapp-id-sample-swift/lists"}