@carviz/capacitor-camera-preview 7.0.0

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