Skip to content

Commit f86c93c

Browse files
chore: do not publish camera to CocoaPods
1 parent d0f3bd7 commit f86c93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

camera/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"clean": "rimraf ./dist",
4545
"watch": "tsc --watch",
4646
"prepublishOnly": "npm run build",
47-
"publish:cocoapod": "pod trunk push ./CapacitorCamera.podspec --allow-warnings"
47+
"publish:cocoapod": "echo 'This repository does not publish the camera plugin. Refer to https://github.com/ionic-team/capacitor-camera'"
4848
},
4949
"devDependencies": {
5050
"@capacitor/android": "^8.0.0",

0 commit comments

Comments
 (0)