init
This commit is contained in:
33
node_modules/@capacitor/ios/package.json
generated
vendored
Normal file
33
node_modules/@capacitor/ios/package.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "@capacitor/ios",
|
||||
"version": "7.4.4",
|
||||
"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 16,OS=18.0' && cd ..",
|
||||
"xc:build:CapacitorCordova": "cd CapacitorCordova && xcodebuild && cd .."
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@capacitor/core": "^7.4.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user