@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.
- package/CapacitorCommunityCameraPreview.podspec +1 -1
- package/Package.swift +28 -0
- package/README.md +4 -4
- package/android/src/main/java/com/ahm/capacitor/camera/preview/CameraActivity.java +136 -135
- package/android/src/main/java/com/ahm/capacitor/camera/preview/Preview.java +3 -3
- package/dist/esm/web.js.map +1 -1
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js.map +1 -1
- package/ios/{Plugin/Plugin.swift → Sources/CameraPreviewPlugin/CameraPreviewPlugin.swift} +49 -14
- package/ios/Tests/CameraPreviewPluginTests/CameraPreviewPluginTests.swift +5 -0
- package/package.json +37 -18
- package/android/.project +0 -17
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/android/gradle.properties +0 -18
- package/android/gradlew +0 -252
- package/android/gradlew.bat +0 -94
- package/android/proguard-rules.pro +0 -21
- package/android/settings.gradle +0 -2
- package/android/src/androidTest/java/com/getcapacitor/android/ExampleInstrumentedTest.java +0 -26
- package/android/src/test/java/com/getcapacitor/ExampleUnitTest.java +0 -18
- package/ios/Plugin/Info.plist +0 -24
- package/ios/Plugin/Plugin.h +0 -10
- package/ios/Plugin/Plugin.m +0 -17
- package/ios/Plugin.xcodeproj/project.pbxproj +0 -597
- package/ios/Plugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- package/ios/Plugin.xcworkspace/contents.xcworkspacedata +0 -10
- package/ios/Plugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/PluginTests/Info.plist +0 -22
- package/ios/PluginTests/PluginTests.swift +0 -6
- package/ios/Podfile +0 -16
- package/ios/Podfile.lock +0 -22
- /package/ios/{Plugin → Sources/CameraPreviewPlugin}/CameraController.swift +0 -0
|
@@ -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>
|
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
|
|
File without changes
|