@capgo/camera-preview 7.3.12 → 7.4.0-beta.10

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 (61) hide show
  1. package/CapgoCameraPreview.podspec +16 -13
  2. package/README.md +467 -73
  3. package/android/.gradle/8.14.2/checksums/checksums.lock +0 -0
  4. package/android/.gradle/8.14.2/checksums/md5-checksums.bin +0 -0
  5. package/android/.gradle/8.14.2/checksums/sha1-checksums.bin +0 -0
  6. package/android/.gradle/8.14.2/executionHistory/executionHistory.bin +0 -0
  7. package/android/.gradle/8.14.2/executionHistory/executionHistory.lock +0 -0
  8. package/android/.gradle/8.14.2/fileChanges/last-build.bin +0 -0
  9. package/android/.gradle/8.14.2/fileHashes/fileHashes.bin +0 -0
  10. package/android/.gradle/8.14.2/fileHashes/fileHashes.lock +0 -0
  11. package/android/.gradle/8.14.2/fileHashes/resourceHashesCache.bin +0 -0
  12. package/android/.gradle/8.14.2/gc.properties +0 -0
  13. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  14. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  15. package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  16. package/android/.gradle/file-system.probe +0 -0
  17. package/android/.gradle/vcs-1/gc.properties +0 -0
  18. package/android/build.gradle +11 -0
  19. package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
  20. package/android/src/main/AndroidManifest.xml +5 -3
  21. package/android/src/main/java/com/ahm/capacitor/camera/preview/CameraPreview.java +472 -541
  22. package/android/src/main/java/com/ahm/capacitor/camera/preview/CameraXView.java +1648 -0
  23. package/android/src/main/java/com/ahm/capacitor/camera/preview/GridOverlayView.java +82 -0
  24. package/android/src/main/java/com/ahm/capacitor/camera/preview/model/CameraDevice.java +54 -0
  25. package/android/src/main/java/com/ahm/capacitor/camera/preview/model/CameraLens.java +70 -0
  26. package/android/src/main/java/com/ahm/capacitor/camera/preview/model/CameraSessionConfiguration.java +79 -0
  27. package/android/src/main/java/com/ahm/capacitor/camera/preview/model/LensInfo.java +34 -0
  28. package/android/src/main/java/com/ahm/capacitor/camera/preview/model/ZoomFactors.java +34 -0
  29. package/dist/docs.json +934 -154
  30. package/dist/esm/definitions.d.ts +445 -83
  31. package/dist/esm/definitions.js +10 -1
  32. package/dist/esm/definitions.js.map +1 -1
  33. package/dist/esm/web.d.ts +73 -3
  34. package/dist/esm/web.js +492 -68
  35. package/dist/esm/web.js.map +1 -1
  36. package/dist/plugin.cjs.js +498 -68
  37. package/dist/plugin.cjs.js.map +1 -1
  38. package/dist/plugin.js +498 -68
  39. package/dist/plugin.js.map +1 -1
  40. package/ios/{Plugin → Sources/CapgoCameraPreview}/CameraController.swift +601 -59
  41. package/ios/Sources/CapgoCameraPreview/GridOverlayView.swift +65 -0
  42. package/ios/Sources/CapgoCameraPreview/Plugin.swift +1369 -0
  43. package/ios/Tests/CameraPreviewPluginTests/CameraPreviewPluginTests.swift +15 -0
  44. package/package.json +1 -1
  45. package/android/src/main/java/com/ahm/capacitor/camera/preview/CameraActivity.java +0 -1279
  46. package/android/src/main/java/com/ahm/capacitor/camera/preview/CustomSurfaceView.java +0 -29
  47. package/android/src/main/java/com/ahm/capacitor/camera/preview/CustomTextureView.java +0 -39
  48. package/android/src/main/java/com/ahm/capacitor/camera/preview/Preview.java +0 -461
  49. package/android/src/main/java/com/ahm/capacitor/camera/preview/TapGestureDetector.java +0 -24
  50. package/ios/Plugin/Info.plist +0 -24
  51. package/ios/Plugin/Plugin.h +0 -10
  52. package/ios/Plugin/Plugin.m +0 -18
  53. package/ios/Plugin/Plugin.swift +0 -511
  54. package/ios/Plugin.xcodeproj/project.pbxproj +0 -593
  55. package/ios/Plugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  56. package/ios/Plugin.xcworkspace/contents.xcworkspacedata +0 -10
  57. package/ios/Plugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  58. package/ios/PluginTests/Info.plist +0 -22
  59. package/ios/PluginTests/PluginTests.swift +0 -83
  60. package/ios/Podfile +0 -13
  61. package/ios/Podfile.lock +0 -23
@@ -1,593 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 48;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 03FC29A292ACC40490383A1F /* Pods_Plugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B2A61DA5A1F2DD4F959604D /* Pods_Plugin.framework */; };
11
- 20C0B05DCFC8E3958A738AF2 /* Pods_PluginTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F6753A823D3815DB436415E3 /* Pods_PluginTests.framework */; };
12
- 4C2070D222DA878E00D1AD33 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C2070D122DA878E00D1AD33 /* ImageIO.framework */; };
13
- 4C2070D422DA879E00D1AD33 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C2070D322DA879E00D1AD33 /* MobileCoreServices.framework */; };
14
- 4C2070D622DA87B100D1AD33 /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C2070D522DA87B100D1AD33 /* CoreImage.framework */; };
15
- 4C2070D822DA87C600D1AD33 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C2070D722DA87C500D1AD33 /* QuartzCore.framework */; };
16
- 4C2070DA22DA87CE00D1AD33 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C2070D922DA87CE00D1AD33 /* CoreVideo.framework */; };
17
- 4C2070E022DA87F500D1AD33 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C2070DF22DA87F500D1AD33 /* CoreGraphics.framework */; };
18
- 4C2070E222DA87FB00D1AD33 /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C2070E122DA87FB00D1AD33 /* AssetsLibrary.framework */; };
19
- 4C2070E422DA881600D1AD33 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C2070E322DA881600D1AD33 /* CoreLocation.framework */; };
20
- 4C2070F422DB860800D1AD33 /* CameraController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C2070F322DB860800D1AD33 /* CameraController.swift */; };
21
- 50ADFF92201F53D600D50D53 /* Plugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50ADFF88201F53D600D50D53 /* Plugin.framework */; };
22
- 50ADFF97201F53D600D50D53 /* PluginTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50ADFF96201F53D600D50D53 /* PluginTests.swift */; };
23
- 50ADFFA42020D75100D50D53 /* Capacitor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50ADFFA52020D75100D50D53 /* Capacitor.framework */; };
24
- 50E1A94820377CB70090CE1A /* Plugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50E1A94720377CB70090CE1A /* Plugin.swift */; };
25
- /* End PBXBuildFile section */
26
-
27
- /* Begin PBXContainerItemProxy section */
28
- 50ADFF93201F53D600D50D53 /* PBXContainerItemProxy */ = {
29
- isa = PBXContainerItemProxy;
30
- containerPortal = 50ADFF7F201F53D600D50D53 /* Project object */;
31
- proxyType = 1;
32
- remoteGlobalIDString = 50ADFF87201F53D600D50D53;
33
- remoteInfo = Plugin;
34
- };
35
- /* End PBXContainerItemProxy section */
36
-
37
- /* Begin PBXFileReference section */
38
- 3B2A61DA5A1F2DD4F959604D /* Pods_Plugin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Plugin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
39
- 4C2070D122DA878E00D1AD33 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
40
- 4C2070D322DA879E00D1AD33 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
41
- 4C2070D522DA87B100D1AD33 /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; };
42
- 4C2070D722DA87C500D1AD33 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
43
- 4C2070D922DA87CE00D1AD33 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
44
- 4C2070DB22DA87D700D1AD33 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
45
- 4C2070DD22DA87E700D1AD33 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
46
- 4C2070DF22DA87F500D1AD33 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
47
- 4C2070E122DA87FB00D1AD33 /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
48
- 4C2070E322DA881600D1AD33 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
49
- 4C2070F322DB860800D1AD33 /* CameraController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraController.swift; sourceTree = "<group>"; };
50
- 50ADFF88201F53D600D50D53 /* Plugin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Plugin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
51
- 50ADFF8C201F53D600D50D53 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
52
- 50ADFF91201F53D600D50D53 /* PluginTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PluginTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
53
- 50ADFF96201F53D600D50D53 /* PluginTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PluginTests.swift; sourceTree = "<group>"; };
54
- 50ADFF98201F53D600D50D53 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
55
- 50ADFFA52020D75100D50D53 /* Capacitor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Capacitor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
56
- 50E1A94720377CB70090CE1A /* Plugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Plugin.swift; sourceTree = "<group>"; };
57
- 5E23F77F099397094342571A /* Pods-Plugin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Plugin.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig"; sourceTree = "<group>"; };
58
- 91781294A431A2A7CC6EB714 /* Pods-Plugin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Plugin.release.xcconfig"; path = "Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig"; sourceTree = "<group>"; };
59
- 96ED1B6440D6672E406C8D19 /* Pods-PluginTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PluginTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig"; sourceTree = "<group>"; };
60
- F65BB2953ECE002E1EF3E424 /* Pods-PluginTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PluginTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig"; sourceTree = "<group>"; };
61
- F6753A823D3815DB436415E3 /* Pods_PluginTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PluginTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
62
- /* End PBXFileReference section */
63
-
64
- /* Begin PBXFrameworksBuildPhase section */
65
- 50ADFF84201F53D600D50D53 /* Frameworks */ = {
66
- isa = PBXFrameworksBuildPhase;
67
- buildActionMask = 2147483647;
68
- files = (
69
- 4C2070DA22DA87CE00D1AD33 /* CoreVideo.framework in Frameworks */,
70
- 4C2070D422DA879E00D1AD33 /* MobileCoreServices.framework in Frameworks */,
71
- 4C2070E422DA881600D1AD33 /* CoreLocation.framework in Frameworks */,
72
- 4C2070E222DA87FB00D1AD33 /* AssetsLibrary.framework in Frameworks */,
73
- 4C2070E022DA87F500D1AD33 /* CoreGraphics.framework in Frameworks */,
74
- 4C2070D822DA87C600D1AD33 /* QuartzCore.framework in Frameworks */,
75
- 4C2070D622DA87B100D1AD33 /* CoreImage.framework in Frameworks */,
76
- 4C2070D222DA878E00D1AD33 /* ImageIO.framework in Frameworks */,
77
- 50ADFFA42020D75100D50D53 /* Capacitor.framework in Frameworks */,
78
- 03FC29A292ACC40490383A1F /* Pods_Plugin.framework in Frameworks */,
79
- );
80
- runOnlyForDeploymentPostprocessing = 0;
81
- };
82
- 50ADFF8E201F53D600D50D53 /* Frameworks */ = {
83
- isa = PBXFrameworksBuildPhase;
84
- buildActionMask = 2147483647;
85
- files = (
86
- 50ADFF92201F53D600D50D53 /* Plugin.framework in Frameworks */,
87
- 20C0B05DCFC8E3958A738AF2 /* Pods_PluginTests.framework in Frameworks */,
88
- );
89
- runOnlyForDeploymentPostprocessing = 0;
90
- };
91
- /* End PBXFrameworksBuildPhase section */
92
-
93
- /* Begin PBXGroup section */
94
- 50ADFF7E201F53D600D50D53 = {
95
- isa = PBXGroup;
96
- children = (
97
- 50ADFF8A201F53D600D50D53 /* Plugin */,
98
- 50ADFF95201F53D600D50D53 /* PluginTests */,
99
- 50ADFF89201F53D600D50D53 /* Products */,
100
- 8C8E7744173064A9F6D438E3 /* Pods */,
101
- A797B9EFA3DCEFEA1FBB66A9 /* Frameworks */,
102
- );
103
- sourceTree = "<group>";
104
- };
105
- 50ADFF89201F53D600D50D53 /* Products */ = {
106
- isa = PBXGroup;
107
- children = (
108
- 50ADFF88201F53D600D50D53 /* Plugin.framework */,
109
- 50ADFF91201F53D600D50D53 /* PluginTests.xctest */,
110
- );
111
- name = Products;
112
- sourceTree = "<group>";
113
- };
114
- 50ADFF8A201F53D600D50D53 /* Plugin */ = {
115
- isa = PBXGroup;
116
- children = (
117
- 50E1A94720377CB70090CE1A /* Plugin.swift */,
118
- 50ADFF8C201F53D600D50D53 /* Info.plist */,
119
- 4C2070F322DB860800D1AD33 /* CameraController.swift */,
120
- );
121
- path = Plugin;
122
- sourceTree = "<group>";
123
- };
124
- 50ADFF95201F53D600D50D53 /* PluginTests */ = {
125
- isa = PBXGroup;
126
- children = (
127
- 50ADFF96201F53D600D50D53 /* PluginTests.swift */,
128
- 50ADFF98201F53D600D50D53 /* Info.plist */,
129
- );
130
- path = PluginTests;
131
- sourceTree = "<group>";
132
- };
133
- 8C8E7744173064A9F6D438E3 /* Pods */ = {
134
- isa = PBXGroup;
135
- children = (
136
- 5E23F77F099397094342571A /* Pods-Plugin.debug.xcconfig */,
137
- 91781294A431A2A7CC6EB714 /* Pods-Plugin.release.xcconfig */,
138
- 96ED1B6440D6672E406C8D19 /* Pods-PluginTests.debug.xcconfig */,
139
- F65BB2953ECE002E1EF3E424 /* Pods-PluginTests.release.xcconfig */,
140
- );
141
- name = Pods;
142
- sourceTree = "<group>";
143
- };
144
- A797B9EFA3DCEFEA1FBB66A9 /* Frameworks */ = {
145
- isa = PBXGroup;
146
- children = (
147
- 4C2070E322DA881600D1AD33 /* CoreLocation.framework */,
148
- 4C2070E122DA87FB00D1AD33 /* AssetsLibrary.framework */,
149
- 4C2070DF22DA87F500D1AD33 /* CoreGraphics.framework */,
150
- 4C2070DD22DA87E700D1AD33 /* OpenGLES.framework */,
151
- 4C2070DB22DA87D700D1AD33 /* GLKit.framework */,
152
- 4C2070D922DA87CE00D1AD33 /* CoreVideo.framework */,
153
- 4C2070D722DA87C500D1AD33 /* QuartzCore.framework */,
154
- 4C2070D522DA87B100D1AD33 /* CoreImage.framework */,
155
- 4C2070D322DA879E00D1AD33 /* MobileCoreServices.framework */,
156
- 4C2070D122DA878E00D1AD33 /* ImageIO.framework */,
157
- 50ADFFA52020D75100D50D53 /* Capacitor.framework */,
158
- 3B2A61DA5A1F2DD4F959604D /* Pods_Plugin.framework */,
159
- F6753A823D3815DB436415E3 /* Pods_PluginTests.framework */,
160
- );
161
- name = Frameworks;
162
- sourceTree = "<group>";
163
- };
164
- /* End PBXGroup section */
165
-
166
- /* Begin PBXHeadersBuildPhase section */
167
- 50ADFF85201F53D600D50D53 /* Headers */ = {
168
- isa = PBXHeadersBuildPhase;
169
- buildActionMask = 2147483647;
170
- files = (
171
- );
172
- runOnlyForDeploymentPostprocessing = 0;
173
- };
174
- /* End PBXHeadersBuildPhase section */
175
-
176
- /* Begin PBXNativeTarget section */
177
- 50ADFF87201F53D600D50D53 /* Plugin */ = {
178
- isa = PBXNativeTarget;
179
- buildConfigurationList = 50ADFF9C201F53D600D50D53 /* Build configuration list for PBXNativeTarget "Plugin" */;
180
- buildPhases = (
181
- AB5B3E54B4E897F32C2279DA /* [CP] Check Pods Manifest.lock */,
182
- 50ADFF83201F53D600D50D53 /* Sources */,
183
- 50ADFF84201F53D600D50D53 /* Frameworks */,
184
- 50ADFF85201F53D600D50D53 /* Headers */,
185
- 50ADFF86201F53D600D50D53 /* Resources */,
186
- );
187
- buildRules = (
188
- );
189
- dependencies = (
190
- );
191
- name = Plugin;
192
- productName = Plugin;
193
- productReference = 50ADFF88201F53D600D50D53 /* Plugin.framework */;
194
- productType = "com.apple.product-type.framework";
195
- };
196
- 50ADFF90201F53D600D50D53 /* PluginTests */ = {
197
- isa = PBXNativeTarget;
198
- buildConfigurationList = 50ADFF9F201F53D600D50D53 /* Build configuration list for PBXNativeTarget "PluginTests" */;
199
- buildPhases = (
200
- 0596884F929ED6F1DE134961 /* [CP] Check Pods Manifest.lock */,
201
- 50ADFF8D201F53D600D50D53 /* Sources */,
202
- 50ADFF8E201F53D600D50D53 /* Frameworks */,
203
- 50ADFF8F201F53D600D50D53 /* Resources */,
204
- CCA81D3B7E26D0D727D24C84 /* [CP] Embed Pods Frameworks */,
205
- );
206
- buildRules = (
207
- );
208
- dependencies = (
209
- 50ADFF94201F53D600D50D53 /* PBXTargetDependency */,
210
- );
211
- name = PluginTests;
212
- productName = PluginTests;
213
- productReference = 50ADFF91201F53D600D50D53 /* PluginTests.xctest */;
214
- productType = "com.apple.product-type.bundle.unit-test";
215
- };
216
- /* End PBXNativeTarget section */
217
-
218
- /* Begin PBXProject section */
219
- 50ADFF7F201F53D600D50D53 /* Project object */ = {
220
- isa = PBXProject;
221
- attributes = {
222
- LastSwiftUpdateCheck = 0920;
223
- LastUpgradeCheck = 0920;
224
- ORGANIZATIONNAME = "Max Lynch";
225
- TargetAttributes = {
226
- 50ADFF87201F53D600D50D53 = {
227
- CreatedOnToolsVersion = 9.2;
228
- LastSwiftMigration = 0920;
229
- ProvisioningStyle = Automatic;
230
- };
231
- 50ADFF90201F53D600D50D53 = {
232
- CreatedOnToolsVersion = 9.2;
233
- ProvisioningStyle = Automatic;
234
- };
235
- };
236
- };
237
- buildConfigurationList = 50ADFF82201F53D600D50D53 /* Build configuration list for PBXProject "Plugin" */;
238
- compatibilityVersion = "Xcode 8.0";
239
- developmentRegion = en;
240
- hasScannedForEncodings = 0;
241
- knownRegions = (
242
- en,
243
- );
244
- mainGroup = 50ADFF7E201F53D600D50D53;
245
- productRefGroup = 50ADFF89201F53D600D50D53 /* Products */;
246
- projectDirPath = "";
247
- projectRoot = "";
248
- targets = (
249
- 50ADFF87201F53D600D50D53 /* Plugin */,
250
- 50ADFF90201F53D600D50D53 /* PluginTests */,
251
- );
252
- };
253
- /* End PBXProject section */
254
-
255
- /* Begin PBXResourcesBuildPhase section */
256
- 50ADFF86201F53D600D50D53 /* Resources */ = {
257
- isa = PBXResourcesBuildPhase;
258
- buildActionMask = 2147483647;
259
- files = (
260
- );
261
- runOnlyForDeploymentPostprocessing = 0;
262
- };
263
- 50ADFF8F201F53D600D50D53 /* Resources */ = {
264
- isa = PBXResourcesBuildPhase;
265
- buildActionMask = 2147483647;
266
- files = (
267
- );
268
- runOnlyForDeploymentPostprocessing = 0;
269
- };
270
- /* End PBXResourcesBuildPhase section */
271
-
272
- /* Begin PBXShellScriptBuildPhase section */
273
- 0596884F929ED6F1DE134961 /* [CP] Check Pods Manifest.lock */ = {
274
- isa = PBXShellScriptBuildPhase;
275
- buildActionMask = 2147483647;
276
- files = (
277
- );
278
- inputPaths = (
279
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
280
- "${PODS_ROOT}/Manifest.lock",
281
- );
282
- name = "[CP] Check Pods Manifest.lock";
283
- outputPaths = (
284
- "$(DERIVED_FILE_DIR)/Pods-PluginTests-checkManifestLockResult.txt",
285
- );
286
- runOnlyForDeploymentPostprocessing = 0;
287
- shellPath = /bin/sh;
288
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
289
- showEnvVarsInLog = 0;
290
- };
291
- AB5B3E54B4E897F32C2279DA /* [CP] Check Pods Manifest.lock */ = {
292
- isa = PBXShellScriptBuildPhase;
293
- buildActionMask = 2147483647;
294
- files = (
295
- );
296
- inputPaths = (
297
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
298
- "${PODS_ROOT}/Manifest.lock",
299
- );
300
- name = "[CP] Check Pods Manifest.lock";
301
- outputPaths = (
302
- "$(DERIVED_FILE_DIR)/Pods-Plugin-checkManifestLockResult.txt",
303
- );
304
- runOnlyForDeploymentPostprocessing = 0;
305
- shellPath = /bin/sh;
306
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
307
- showEnvVarsInLog = 0;
308
- };
309
- CCA81D3B7E26D0D727D24C84 /* [CP] Embed Pods Frameworks */ = {
310
- isa = PBXShellScriptBuildPhase;
311
- buildActionMask = 2147483647;
312
- files = (
313
- );
314
- inputPaths = (
315
- "${PODS_ROOT}/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh",
316
- "${BUILT_PRODUCTS_DIR}/Capacitor/Capacitor.framework",
317
- "${BUILT_PRODUCTS_DIR}/CapacitorCordova/Cordova.framework",
318
- );
319
- name = "[CP] Embed Pods Frameworks";
320
- outputPaths = (
321
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Capacitor.framework",
322
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Cordova.framework",
323
- );
324
- runOnlyForDeploymentPostprocessing = 0;
325
- shellPath = /bin/sh;
326
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh\"\n";
327
- showEnvVarsInLog = 0;
328
- };
329
- /* End PBXShellScriptBuildPhase section */
330
-
331
- /* Begin PBXSourcesBuildPhase section */
332
- 50ADFF83201F53D600D50D53 /* Sources */ = {
333
- isa = PBXSourcesBuildPhase;
334
- buildActionMask = 2147483647;
335
- files = (
336
- 4C2070F422DB860800D1AD33 /* CameraController.swift in Sources */,
337
- 50E1A94820377CB70090CE1A /* Plugin.swift in Sources */,
338
- );
339
- runOnlyForDeploymentPostprocessing = 0;
340
- };
341
- 50ADFF8D201F53D600D50D53 /* Sources */ = {
342
- isa = PBXSourcesBuildPhase;
343
- buildActionMask = 2147483647;
344
- files = (
345
- 50ADFF97201F53D600D50D53 /* PluginTests.swift in Sources */,
346
- );
347
- runOnlyForDeploymentPostprocessing = 0;
348
- };
349
- /* End PBXSourcesBuildPhase section */
350
-
351
- /* Begin PBXTargetDependency section */
352
- 50ADFF94201F53D600D50D53 /* PBXTargetDependency */ = {
353
- isa = PBXTargetDependency;
354
- target = 50ADFF87201F53D600D50D53 /* Plugin */;
355
- targetProxy = 50ADFF93201F53D600D50D53 /* PBXContainerItemProxy */;
356
- };
357
- /* End PBXTargetDependency section */
358
-
359
- /* Begin XCBuildConfiguration section */
360
- 50ADFF9A201F53D600D50D53 /* Debug */ = {
361
- isa = XCBuildConfiguration;
362
- buildSettings = {
363
- ALWAYS_SEARCH_USER_PATHS = NO;
364
- CLANG_ANALYZER_NONNULL = YES;
365
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
366
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
367
- CLANG_CXX_LIBRARY = "libc++";
368
- CLANG_ENABLE_MODULES = YES;
369
- CLANG_ENABLE_OBJC_ARC = YES;
370
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
371
- CLANG_WARN_BOOL_CONVERSION = YES;
372
- CLANG_WARN_COMMA = YES;
373
- CLANG_WARN_CONSTANT_CONVERSION = YES;
374
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
375
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
376
- CLANG_WARN_EMPTY_BODY = YES;
377
- CLANG_WARN_ENUM_CONVERSION = YES;
378
- CLANG_WARN_INFINITE_RECURSION = YES;
379
- CLANG_WARN_INT_CONVERSION = YES;
380
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
381
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
382
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
383
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
384
- CLANG_WARN_STRICT_PROTOTYPES = YES;
385
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
386
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
387
- CLANG_WARN_UNREACHABLE_CODE = YES;
388
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
389
- CODE_SIGN_IDENTITY = "iPhone Developer";
390
- COPY_PHASE_STRIP = NO;
391
- CURRENT_PROJECT_VERSION = 1;
392
- DEBUG_INFORMATION_FORMAT = dwarf;
393
- ENABLE_STRICT_OBJC_MSGSEND = YES;
394
- ENABLE_TESTABILITY = YES;
395
- GCC_C_LANGUAGE_STANDARD = gnu11;
396
- GCC_DYNAMIC_NO_PIC = NO;
397
- GCC_NO_COMMON_BLOCKS = YES;
398
- GCC_OPTIMIZATION_LEVEL = 0;
399
- GCC_PREPROCESSOR_DEFINITIONS = (
400
- "DEBUG=1",
401
- "$(inherited)",
402
- );
403
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
404
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
405
- GCC_WARN_UNDECLARED_SELECTOR = YES;
406
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
407
- GCC_WARN_UNUSED_FUNCTION = YES;
408
- GCC_WARN_UNUSED_VARIABLE = YES;
409
- IPHONEOS_DEPLOYMENT_TARGET = 14.0;
410
- MTL_ENABLE_DEBUG_INFO = YES;
411
- ONLY_ACTIVE_ARCH = YES;
412
- SDKROOT = iphoneos;
413
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
414
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
415
- SWIFT_VERSION = 5.0;
416
- VERSIONING_SYSTEM = "apple-generic";
417
- VERSION_INFO_PREFIX = "";
418
- };
419
- name = Debug;
420
- };
421
- 50ADFF9B201F53D600D50D53 /* Release */ = {
422
- isa = XCBuildConfiguration;
423
- buildSettings = {
424
- ALWAYS_SEARCH_USER_PATHS = NO;
425
- CLANG_ANALYZER_NONNULL = YES;
426
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
427
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
428
- CLANG_CXX_LIBRARY = "libc++";
429
- CLANG_ENABLE_MODULES = YES;
430
- CLANG_ENABLE_OBJC_ARC = YES;
431
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
432
- CLANG_WARN_BOOL_CONVERSION = YES;
433
- CLANG_WARN_COMMA = YES;
434
- CLANG_WARN_CONSTANT_CONVERSION = YES;
435
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
436
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
437
- CLANG_WARN_EMPTY_BODY = YES;
438
- CLANG_WARN_ENUM_CONVERSION = YES;
439
- CLANG_WARN_INFINITE_RECURSION = YES;
440
- CLANG_WARN_INT_CONVERSION = YES;
441
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
442
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
443
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
444
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
445
- CLANG_WARN_STRICT_PROTOTYPES = YES;
446
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
447
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
448
- CLANG_WARN_UNREACHABLE_CODE = YES;
449
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
450
- CODE_SIGN_IDENTITY = "iPhone Developer";
451
- COPY_PHASE_STRIP = NO;
452
- CURRENT_PROJECT_VERSION = 1;
453
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
454
- ENABLE_NS_ASSERTIONS = NO;
455
- ENABLE_STRICT_OBJC_MSGSEND = YES;
456
- GCC_C_LANGUAGE_STANDARD = gnu11;
457
- GCC_NO_COMMON_BLOCKS = YES;
458
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
459
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
460
- GCC_WARN_UNDECLARED_SELECTOR = YES;
461
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
462
- GCC_WARN_UNUSED_FUNCTION = YES;
463
- GCC_WARN_UNUSED_VARIABLE = YES;
464
- IPHONEOS_DEPLOYMENT_TARGET = 14.0;
465
- MTL_ENABLE_DEBUG_INFO = NO;
466
- SDKROOT = iphoneos;
467
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
468
- SWIFT_VERSION = 5.0;
469
- VALIDATE_PRODUCT = YES;
470
- VERSIONING_SYSTEM = "apple-generic";
471
- VERSION_INFO_PREFIX = "";
472
- };
473
- name = Release;
474
- };
475
- 50ADFF9D201F53D600D50D53 /* Debug */ = {
476
- isa = XCBuildConfiguration;
477
- baseConfigurationReference = 5E23F77F099397094342571A /* Pods-Plugin.debug.xcconfig */;
478
- buildSettings = {
479
- CLANG_ENABLE_MODULES = YES;
480
- CODE_SIGN_IDENTITY = "";
481
- CODE_SIGN_STYLE = Automatic;
482
- DEFINES_MODULE = YES;
483
- DYLIB_COMPATIBILITY_VERSION = 1;
484
- DYLIB_CURRENT_VERSION = 1;
485
- DYLIB_INSTALL_NAME_BASE = "@rpath";
486
- INFOPLIST_FILE = Plugin/Info.plist;
487
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
488
- IPHONEOS_DEPLOYMENT_TARGET = 14.0;
489
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)\n$(FRAMEWORK_SEARCH_PATHS)\n$(FRAMEWORK_SEARCH_PATHS)";
490
- ONLY_ACTIVE_ARCH = YES;
491
- PRODUCT_BUNDLE_IDENTIFIER = com.getcapacitor.Plugin;
492
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
493
- SKIP_INSTALL = YES;
494
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
495
- SUPPORTS_MACCATALYST = NO;
496
- SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
497
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
498
- SWIFT_VERSION = 4.2;
499
- TARGETED_DEVICE_FAMILY = "1,2";
500
- };
501
- name = Debug;
502
- };
503
- 50ADFF9E201F53D600D50D53 /* Release */ = {
504
- isa = XCBuildConfiguration;
505
- baseConfigurationReference = 91781294A431A2A7CC6EB714 /* Pods-Plugin.release.xcconfig */;
506
- buildSettings = {
507
- CLANG_ENABLE_MODULES = YES;
508
- CODE_SIGN_IDENTITY = "";
509
- CODE_SIGN_STYLE = Automatic;
510
- DEFINES_MODULE = YES;
511
- DYLIB_COMPATIBILITY_VERSION = 1;
512
- DYLIB_CURRENT_VERSION = 1;
513
- DYLIB_INSTALL_NAME_BASE = "@rpath";
514
- INFOPLIST_FILE = Plugin/Info.plist;
515
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
516
- IPHONEOS_DEPLOYMENT_TARGET = 14.0;
517
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)";
518
- ONLY_ACTIVE_ARCH = NO;
519
- PRODUCT_BUNDLE_IDENTIFIER = com.getcapacitor.Plugin;
520
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
521
- SKIP_INSTALL = YES;
522
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
523
- SUPPORTS_MACCATALYST = NO;
524
- SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
525
- SWIFT_VERSION = 4.2;
526
- TARGETED_DEVICE_FAMILY = "1,2";
527
- };
528
- name = Release;
529
- };
530
- 50ADFFA0201F53D600D50D53 /* Debug */ = {
531
- isa = XCBuildConfiguration;
532
- baseConfigurationReference = 96ED1B6440D6672E406C8D19 /* Pods-PluginTests.debug.xcconfig */;
533
- buildSettings = {
534
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
535
- CODE_SIGN_STYLE = Automatic;
536
- INFOPLIST_FILE = PluginTests/Info.plist;
537
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
538
- PRODUCT_BUNDLE_IDENTIFIER = com.getcapacitor.PluginTests;
539
- PRODUCT_NAME = "$(TARGET_NAME)";
540
- SWIFT_VERSION = 4.0;
541
- TARGETED_DEVICE_FAMILY = "1,2";
542
- };
543
- name = Debug;
544
- };
545
- 50ADFFA1201F53D600D50D53 /* Release */ = {
546
- isa = XCBuildConfiguration;
547
- baseConfigurationReference = F65BB2953ECE002E1EF3E424 /* Pods-PluginTests.release.xcconfig */;
548
- buildSettings = {
549
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
550
- CODE_SIGN_STYLE = Automatic;
551
- INFOPLIST_FILE = PluginTests/Info.plist;
552
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
553
- PRODUCT_BUNDLE_IDENTIFIER = com.getcapacitor.PluginTests;
554
- PRODUCT_NAME = "$(TARGET_NAME)";
555
- SWIFT_VERSION = 4.0;
556
- TARGETED_DEVICE_FAMILY = "1,2";
557
- };
558
- name = Release;
559
- };
560
- /* End XCBuildConfiguration section */
561
-
562
- /* Begin XCConfigurationList section */
563
- 50ADFF82201F53D600D50D53 /* Build configuration list for PBXProject "Plugin" */ = {
564
- isa = XCConfigurationList;
565
- buildConfigurations = (
566
- 50ADFF9A201F53D600D50D53 /* Debug */,
567
- 50ADFF9B201F53D600D50D53 /* Release */,
568
- );
569
- defaultConfigurationIsVisible = 0;
570
- defaultConfigurationName = Release;
571
- };
572
- 50ADFF9C201F53D600D50D53 /* Build configuration list for PBXNativeTarget "Plugin" */ = {
573
- isa = XCConfigurationList;
574
- buildConfigurations = (
575
- 50ADFF9D201F53D600D50D53 /* Debug */,
576
- 50ADFF9E201F53D600D50D53 /* Release */,
577
- );
578
- defaultConfigurationIsVisible = 0;
579
- defaultConfigurationName = Release;
580
- };
581
- 50ADFF9F201F53D600D50D53 /* Build configuration list for PBXNativeTarget "PluginTests" */ = {
582
- isa = XCConfigurationList;
583
- buildConfigurations = (
584
- 50ADFFA0201F53D600D50D53 /* Debug */,
585
- 50ADFFA1201F53D600D50D53 /* Release */,
586
- );
587
- defaultConfigurationIsVisible = 0;
588
- defaultConfigurationName = Release;
589
- };
590
- /* End XCConfigurationList section */
591
- };
592
- rootObject = 50ADFF7F201F53D600D50D53 /* Project object */;
593
- }
@@ -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>