"chore: add barcode scanner and clipboard plugins, update dev script to use yarn, and add new demo pages"

This commit is contained in:
louiscklaw
2025-06-04 17:48:04 +08:00
parent dff07ddcb0
commit d76d43d17f
124 changed files with 5977 additions and 7022 deletions

View File

@@ -11,6 +11,8 @@ install! 'cocoapods', :disable_input_output_paths => true
def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorBarcodeScanner', :path => '../../node_modules/@capacitor/barcode-scanner'
pod 'CapacitorClipboard', :path => '../../node_modules/@capacitor/clipboard'
pod 'CapacitorGeolocation', :path => '../../node_modules/@capacitor/geolocation'
pod 'CapacitorPreferences', :path => '../../node_modules/@capacitor/preferences'
end