Latest | 4.5.4 |
---|---|
Homepage | https://github.com/apache/cordova-ios |
License | Apache License, Version 2.0 “type”: “Apache License, Version 2.0”, “text”: ” Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software |
Platforms | ios 8.0, requires ARC |
Frameworks | AssetsLibrary, MobileCoreServices, AVFoundation, CoreLocation |
Authors |
Cordova iOS
Cordova 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.
Apache Cordova is a project of The Apache Software Foundation (ASF).
Requires:
- Xcode 8.x or greater. Download it at http://developer.apple.com/downloads or the Mac App Store.
- node.js
:warning: Report issues on the Apache Cordova issue tracker
Create a Cordova project
Follow the instructions in the Command-Line Usage section of http://docs.cordova.io
To use a shared CordovaLib, for example in development, link the appropriate cordova-ios platform folder path:
cordova platform add --link /path/to/cordova-ios
Updating a Cordova project
When you install a new cordova-cli version that comes with a new iOS platform version, from within your project:
cordova platform rm ios
cordova platform add ios
Tests
- Run
npm install
- Run
npm test
Futher reading
Latest podspec
{ "name": "Cordova", "version": "4.5.4", "summary": "Cordova iOS", "description": "Apache Cordova is a platform for building native mobile applications using HTML, CSS and JavaScript.", "homepage": "https://github.com/apache/cordova-ios", "license": { "type": "Apache License, Version 2.0", "text": " "type": "Apache License, Version 2.0",n "text": " Licensed under the Apache License, Version 2.0 (the "License");n you may not use this file except in compliance with the License.n You may obtain a copy of the License atn n http://www.apache.org/licenses/LICENSE-2.0n n Unless required by applicable law or agreed to in writing, softwaren distributed under the License is distributed on an "AS IS" BASIS,n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.n See the License for the specific language governing permissions andn limitations under the License.n"n" }, "authors": { "The Adobe PhoneGap Team": "" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/apache/cordova-ios.git", "tag": "4.5.4" }, "source_files": [ "CordovaLib/Classes/Public/*.{h,m}", "CordovaLib/Classes/Private/*.{h,m}", "CordovaLib/Classes/Private/Plugins/*/*.{h,m}", "CordovaLib/Classes/Private/Plugins/CDVGestureHandler/*.{h,m}", "CordovaLib/Classes/Private/Plugins/CDVLocalStorage/*.{h,m}", "CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/*.{h,m}", "CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL/*.{h,m}" ], "preserve_paths": [ "CordovaLib/cordova.js", "CordovaLib/VERSION" ], "requires_arc": true, "frameworks": [ "AssetsLibrary", "MobileCoreServices", "AVFoundation", "CoreLocation" ] }
Thu, 28 Dec 2017 21:00:04 +0000