@capacitor-community/camera-preview 7.0.2 → 7.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/CapacitorCommunityCameraPreview.podspec +1 -1
  2. package/Package.swift +28 -0
  3. package/README.md +4 -4
  4. package/android/src/main/java/com/ahm/capacitor/camera/preview/CameraActivity.java +136 -135
  5. package/android/src/main/java/com/ahm/capacitor/camera/preview/Preview.java +3 -3
  6. package/dist/esm/web.js.map +1 -1
  7. package/dist/plugin.cjs.js.map +1 -1
  8. package/dist/plugin.js.map +1 -1
  9. package/ios/{Plugin/Plugin.swift → Sources/CameraPreviewPlugin/CameraPreviewPlugin.swift} +49 -14
  10. package/ios/Tests/CameraPreviewPluginTests/CameraPreviewPluginTests.swift +5 -0
  11. package/package.json +37 -18
  12. package/android/.project +0 -17
  13. package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  14. package/android/gradle/wrapper/gradle-wrapper.properties +0 -7
  15. package/android/gradle.properties +0 -18
  16. package/android/gradlew +0 -252
  17. package/android/gradlew.bat +0 -94
  18. package/android/proguard-rules.pro +0 -21
  19. package/android/settings.gradle +0 -2
  20. package/android/src/androidTest/java/com/getcapacitor/android/ExampleInstrumentedTest.java +0 -26
  21. package/android/src/test/java/com/getcapacitor/ExampleUnitTest.java +0 -18
  22. package/ios/Plugin/Info.plist +0 -24
  23. package/ios/Plugin/Plugin.h +0 -10
  24. package/ios/Plugin/Plugin.m +0 -17
  25. package/ios/Plugin.xcodeproj/project.pbxproj +0 -597
  26. package/ios/Plugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  27. package/ios/Plugin.xcworkspace/contents.xcworkspacedata +0 -10
  28. package/ios/Plugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  29. package/ios/PluginTests/Info.plist +0 -22
  30. package/ios/PluginTests/PluginTests.swift +0 -6
  31. package/ios/Podfile +0 -16
  32. package/ios/Podfile.lock +0 -22
  33. /package/ios/{Plugin → Sources/CameraPreviewPlugin}/CameraController.swift +0 -0
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:Plugin.xcodeproj">
6
- </FileRef>
7
- </Workspace>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "group:Plugin.xcodeproj">
6
- </FileRef>
7
- <FileRef
8
- location = "group:Pods/Pods.xcodeproj">
9
- </FileRef>
10
- </Workspace>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>IDEDidComputeMac32BitWarning</key>
6
- <true/>
7
- </dict>
8
- </plist>
@@ -1,22 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>CFBundleDevelopmentRegion</key>
6
- <string>$(DEVELOPMENT_LANGUAGE)</string>
7
- <key>CFBundleExecutable</key>
8
- <string>$(EXECUTABLE_NAME)</string>
9
- <key>CFBundleIdentifier</key>
10
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11
- <key>CFBundleInfoDictionaryVersion</key>
12
- <string>6.0</string>
13
- <key>CFBundleName</key>
14
- <string>$(PRODUCT_NAME)</string>
15
- <key>CFBundlePackageType</key>
16
- <string>BNDL</string>
17
- <key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
19
- <key>CFBundleVersion</key>
20
- <string>1</string>
21
- </dict>
22
- </plist>
@@ -1,6 +0,0 @@
1
- import XCTest
2
- import Capacitor
3
- @testable import Plugin
4
-
5
- class PluginTests: XCTestCase {
6
- }
package/ios/Podfile DELETED
@@ -1,16 +0,0 @@
1
- platform :ios, '14.0'
2
-
3
- def capacitor_pods
4
- # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
5
- use_frameworks!
6
- pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
7
- pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
8
- end
9
-
10
- target 'Plugin' do
11
- capacitor_pods
12
- end
13
-
14
- target 'PluginTests' do
15
- capacitor_pods
16
- end
package/ios/Podfile.lock DELETED
@@ -1,22 +0,0 @@
1
- PODS:
2
- - Capacitor (6.2.0):
3
- - CapacitorCordova
4
- - CapacitorCordova (6.2.0)
5
-
6
- DEPENDENCIES:
7
- - "Capacitor (from `../node_modules/@capacitor/ios`)"
8
- - "CapacitorCordova (from `../node_modules/@capacitor/ios`)"
9
-
10
- EXTERNAL SOURCES:
11
- Capacitor:
12
- :path: "../node_modules/@capacitor/ios"
13
- CapacitorCordova:
14
- :path: "../node_modules/@capacitor/ios"
15
-
16
- SPEC CHECKSUMS:
17
- Capacitor: 1f3c7b9802d958cd8c4eb63895fff85dff2e1eea
18
- CapacitorCordova: b33e7f4aa4ed105dd43283acdd940964374a87d9
19
-
20
- PODFILE CHECKSUM: 14e8b2400457751b865e1c327e7cfa1c6fa67da6
21
-
22
- COCOAPODS: 1.15.2