UNPKG

@capacitor/ios

Version:

Capacitor: Cross-platform apps with JavaScript and the web

34 lines (33 loc) 1.09 kB
{ "name": "@capacitor/ios", "version": "8.3.0", "description": "Capacitor: Cross-platform apps with JavaScript and the web", "homepage": "https://capacitorjs.com", "author": "Ionic Team <hi@ionic.io> (https://ionic.io)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ionic-team/capacitor.git" }, "bugs": { "url": "https://github.com/ionic-team/capacitor/issues" }, "files": [ "Capacitor/Capacitor/", "CapacitorCordova/CapacitorCordova/", "Capacitor.podspec", "CapacitorCordova.podspec", "scripts/pods_helpers.rb" ], "scripts": { "verify": "npm run xc:build:Capacitor && npm run xc:build:CapacitorCordova", "xc:build:Capacitor": "cd Capacitor && xcodebuild clean test -workspace Capacitor.xcworkspace -scheme Capacitor -destination 'platform=iOS Simulator,name=iPhone 17,OS=26.0.1' && cd ..", "xc:build:CapacitorCordova": "cd CapacitorCordova && xcodebuild && cd .." }, "peerDependencies": { "@capacitor/core": "^8.3.0" }, "publishConfig": { "access": "public" } }