{"id":13992135,"url":"https://github.com/apache/cordova-ios","last_synced_at":"2025-05-15T01:03:56.942Z","repository":{"id":5688008,"uuid":"6898387","full_name":"apache/cordova-ios","owner":"apache","description":"Apache Cordova iOS","archived":false,"fork":false,"pushed_at":"2025-04-07T04:17:20.000Z","size":32984,"stargazers_count":2183,"open_issues_count":66,"forks_count":992,"subscribers_count":177,"default_branch":"master","last_synced_at":"2025-04-30T19:36:08.659Z","etag":null,"topics":["cordova","cordova-platform","hacktoberfest","ios","javascript","mobile","nodejs","objective-c"],"latest_commit_sha":null,"homepage":"https://cordova.apache.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2012-11-28T08:00:23.000Z","updated_at":"2025-04-28T04:04:26.000Z","dependencies_parsed_at":"2024-06-17T18:31:11.446Z","dependency_job_id":"359425fc-7926-4bfd-9599-56d081a4b98a","html_url":"https://github.com/apache/cordova-ios","commit_stats":{"total_commits":3695,"total_committers":269,"mean_commits":"13.736059479553903","dds":0.7553450608930987,"last_synced_commit":"98a3bcd3ae5a05e0585467a328278ff2ffcf59bc"},"previous_names":[],"tags_count":132,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/cordova-ios/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252443264,"owners_count":21748602,"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":["cordova","cordova-platform","hacktoberfest","ios","javascript","mobile","nodejs","objective-c"],"created_at":"2024-08-09T14:01:49.422Z","updated_at":"2025-05-07T12:49:01.574Z","avatar_url":"https://github.com/apache.png","language":"JavaScript","funding_links":[],"categories":["Index","JavaScript"],"sub_categories":[],"readme":"\u003c!--\n#\n# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements.  See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership.  The ASF licenses this file\n# to you under the Apache License, Version 2.0 (the\n# \"License\"); you may not use this file except in compliance\n# with the License.  You may obtain a copy of the License at\n# \n# http://www.apache.org/licenses/LICENSE-2.0\n# \n# Unless required by applicable law or agreed to in writing,\n# software distributed under the License is distributed on an\n# \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n#  KIND, either express or implied.  See the License for the\n# specific language governing permissions and limitations\n# under the License.\n#\n--\u003e\n\n# Cordova iOS\n\n[![NPM](https://nodei.co/npm/cordova-ios.png)](https://nodei.co/npm/cordova-ios/)\n\n[![Node CI](https://github.com/apache/cordova-ios/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-ios/actions?query=branch%3Amaster)\n[![codecov.io](https://codecov.io/github/apache/cordova-ios/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-ios?branch=master)\n\nCordova iOS is an iOS application library that allows for Cordova-based projects to be built for the iOS Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript.\n\n[Apache Cordova](https://cordova.apache.org/) is a project of [The Apache Software Foundation (ASF)](https://apache.org/).\n\n## Requirements\n\n* Xcode 15.x or greater. Download it at the [Apple Developer - Downloads](https://developer.apple.com/downloads) or the [Mac App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12).\n* [Node.js](https://nodejs.org) 20.5.0 or greater\n\n## Create a Cordova project\n\nFollow the instructions in the [**Create your first Cordova app**](https://cordova.apache.org/docs/en/latest/guide/cli/index.html) section of [Apache Cordova Docs](https://cordova.apache.org/docs/en/latest/)\n\nTo use a **shared CordovaLib**, for example in development, link the appropriate cordova-ios platform folder path:\n\n```bash\ncordova platform add --link /path/to/cordova-ios\n```\n\n## Updating a Cordova project\n\nWhen you install a new version of the [`Cordova CLI`](https://www.npmjs.com/package/cordova) that pins a new version of the [`Cordova-iOS`](https://www.npmjs.com/package/cordova-ios) platform, you can follow these simple upgrade steps within your project:\n\n```bash\ncordova platform rm ios\ncordova platform add ios\n```\n\n## Debugging in Xcode\n\nImport project in Xcode through _File \u003e Open_ and targeting `/path/to/your-cdv-project/platforms/ios/App.xcworkspace`.\n\n## How to Test Repo Development\n\n```bash\nnpm install\nnpm test\n```\n\n## Further reading\n\n* [Apache Cordova](https://cordova.apache.org/)\n* [Cordova iOS API Documentation](https://apache.github.io/cordova-ios/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcordova-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fcordova-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcordova-ios/lists"}