@regulaforensics/ionic-native-document-reader 5.8.0 → 6.1.3

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 (119) hide show
  1. package/README.md +1 -1
  2. package/example/package.json +3 -3
  3. package/index.d.ts +126 -4
  4. package/index.js +689 -522
  5. package/ngx/index.d.ts +126 -4
  6. package/ngx/index.js +689 -522
  7. package/ngx/index.metadata.json +1 -1
  8. package/package.json +1 -1
  9. package/reactExample/README.txt +11 -0
  10. package/reactExample/android/app/build/.npmkeep +0 -0
  11. package/reactExample/android/app/build.gradle +51 -0
  12. package/reactExample/android/app/proguard-rules.pro +21 -0
  13. package/reactExample/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java +26 -0
  14. package/reactExample/android/app/src/main/AndroidManifest.xml +42 -0
  15. package/reactExample/android/app/src/main/java/com/regula/documentreader/MainActivity.java +5 -0
  16. package/reactExample/android/app/src/main/res/drawable/ic_launcher_background.xml +170 -0
  17. package/reactExample/android/app/src/main/res/drawable/splash.png +0 -0
  18. package/reactExample/android/app/src/main/res/drawable-land-hdpi/splash.png +0 -0
  19. package/reactExample/android/app/src/main/res/drawable-land-mdpi/splash.png +0 -0
  20. package/reactExample/android/app/src/main/res/drawable-land-xhdpi/splash.png +0 -0
  21. package/reactExample/android/app/src/main/res/drawable-land-xxhdpi/splash.png +0 -0
  22. package/reactExample/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +0 -0
  23. package/reactExample/android/app/src/main/res/drawable-port-hdpi/splash.png +0 -0
  24. package/reactExample/android/app/src/main/res/drawable-port-mdpi/splash.png +0 -0
  25. package/reactExample/android/app/src/main/res/drawable-port-xhdpi/splash.png +0 -0
  26. package/reactExample/android/app/src/main/res/drawable-port-xxhdpi/splash.png +0 -0
  27. package/reactExample/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +0 -0
  28. package/reactExample/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +34 -0
  29. package/reactExample/android/app/src/main/res/layout/activity_main.xml +12 -0
  30. package/reactExample/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
  31. package/reactExample/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +5 -0
  32. package/reactExample/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  33. package/reactExample/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  34. package/reactExample/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  35. package/reactExample/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  36. package/reactExample/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  37. package/reactExample/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  38. package/reactExample/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  39. package/reactExample/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  40. package/reactExample/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  41. package/reactExample/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  42. package/reactExample/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  43. package/reactExample/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  44. package/reactExample/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  45. package/reactExample/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  46. package/reactExample/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  47. package/reactExample/android/app/src/main/res/values/ic_launcher_background.xml +4 -0
  48. package/reactExample/android/app/src/main/res/values/strings.xml +7 -0
  49. package/reactExample/android/app/src/main/res/values/styles.xml +22 -0
  50. package/reactExample/android/app/src/main/res/xml/file_paths.xml +5 -0
  51. package/reactExample/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java +18 -0
  52. package/reactExample/android/build.gradle +29 -0
  53. package/reactExample/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  54. package/reactExample/android/gradle/wrapper/gradle-wrapper.properties +5 -0
  55. package/reactExample/android/gradle.properties +24 -0
  56. package/reactExample/android/gradlew +185 -0
  57. package/reactExample/android/gradlew.bat +89 -0
  58. package/reactExample/android/settings.gradle +5 -0
  59. package/reactExample/android/variables.gradle +14 -0
  60. package/reactExample/capacitor.config.ts +10 -0
  61. package/reactExample/ionic.config.json +7 -0
  62. package/reactExample/ios/App/App/App.entitlements +11 -0
  63. package/reactExample/ios/App/App/AppDelegate.swift +60 -0
  64. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png +0 -0
  65. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png +0 -0
  66. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png +0 -0
  67. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png +0 -0
  68. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png +0 -0
  69. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png +0 -0
  70. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png +0 -0
  71. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png +0 -0
  72. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png +0 -0
  73. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png +0 -0
  74. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png +0 -0
  75. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png +0 -0
  76. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png +0 -0
  77. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png +0 -0
  78. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png +0 -0
  79. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png +0 -0
  80. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@2x.png +0 -0
  81. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png +0 -0
  82. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json +116 -0
  83. package/reactExample/ios/App/App/Assets.xcassets/Contents.json +6 -0
  84. package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json +23 -0
  85. package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png +0 -0
  86. package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png +0 -0
  87. package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png +0 -0
  88. package/reactExample/ios/App/App/Base.lproj/LaunchScreen.storyboard +32 -0
  89. package/reactExample/ios/App/App/Base.lproj/Main.storyboard +19 -0
  90. package/reactExample/ios/App/App/Info.plist +70 -0
  91. package/reactExample/ios/App/App/capacitor.config.json +6 -0
  92. package/reactExample/ios/App/App/config.xml +19 -0
  93. package/reactExample/ios/App/App.xcodeproj/project.pbxproj +426 -0
  94. package/reactExample/ios/App/App.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  95. package/reactExample/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  96. package/reactExample/ios/App/App.xcworkspace/contents.xcworkspacedata +10 -0
  97. package/reactExample/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  98. package/reactExample/ios/App/Podfile +23 -0
  99. package/reactExample/package.json +84 -0
  100. package/reactExample/public/assets/icon/favicon.png +0 -0
  101. package/reactExample/public/assets/icon/icon.png +0 -0
  102. package/reactExample/public/assets/img/id.png +0 -0
  103. package/reactExample/public/assets/img/portrait.png +0 -0
  104. package/reactExample/public/assets/shapes.svg +1 -0
  105. package/reactExample/public/index.html +114 -0
  106. package/reactExample/public/manifest.json +21 -0
  107. package/reactExample/src/App.test.tsx +8 -0
  108. package/reactExample/src/App.tsx +42 -0
  109. package/reactExample/src/assets/img/id.png +0 -0
  110. package/reactExample/src/assets/img/portrait.png +0 -0
  111. package/reactExample/src/index.tsx +22 -0
  112. package/reactExample/src/pages/Home.tsx +328 -0
  113. package/reactExample/src/react-app-env.d.ts +1 -0
  114. package/reactExample/src/reportWebVitals.ts +15 -0
  115. package/reactExample/src/service-worker.ts +80 -0
  116. package/reactExample/src/serviceWorkerRegistration.ts +142 -0
  117. package/reactExample/src/setupTests.ts +14 -0
  118. package/reactExample/src/theme/variables.css +236 -0
  119. package/reactExample/tsconfig.json +26 -0
@@ -0,0 +1,426 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 48;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
11
+ 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
12
+ 504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
13
+ 504EC30D1FED79650016851F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30B1FED79650016851F /* Main.storyboard */; };
14
+ 504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; };
15
+ 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; };
16
+ 50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; };
17
+ 8C2F137627B4105C00CA3AC4 /* regula.license in Resources */ = {isa = PBXBuildFile; fileRef = 8C2F137527B4105C00CA3AC4 /* regula.license */; };
18
+ A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; };
19
+ /* End PBXBuildFile section */
20
+
21
+ /* Begin PBXFileReference section */
22
+ 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
23
+ 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
24
+ 504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
25
+ 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
26
+ 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
27
+ 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
28
+ 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
29
+ 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
30
+ 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
31
+ 8C2F137527B4105C00CA3AC4 /* regula.license */ = {isa = PBXFileReference; lastKnownFileType = file; path = regula.license; sourceTree = "<group>"; };
32
+ 8C2F137927B4187A00CA3AC4 /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
33
+ AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
34
+ AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
35
+ FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
36
+ /* End PBXFileReference section */
37
+
38
+ /* Begin PBXFrameworksBuildPhase section */
39
+ 504EC3011FED79650016851F /* Frameworks */ = {
40
+ isa = PBXFrameworksBuildPhase;
41
+ buildActionMask = 2147483647;
42
+ files = (
43
+ A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */,
44
+ );
45
+ runOnlyForDeploymentPostprocessing = 0;
46
+ };
47
+ /* End PBXFrameworksBuildPhase section */
48
+
49
+ /* Begin PBXGroup section */
50
+ 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = {
51
+ isa = PBXGroup;
52
+ children = (
53
+ AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */,
54
+ );
55
+ name = Frameworks;
56
+ sourceTree = "<group>";
57
+ };
58
+ 504EC2FB1FED79650016851F = {
59
+ isa = PBXGroup;
60
+ children = (
61
+ 504EC3061FED79650016851F /* App */,
62
+ 504EC3051FED79650016851F /* Products */,
63
+ 7F8756D8B27F46E3366F6CEA /* Pods */,
64
+ 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */,
65
+ );
66
+ sourceTree = "<group>";
67
+ };
68
+ 504EC3051FED79650016851F /* Products */ = {
69
+ isa = PBXGroup;
70
+ children = (
71
+ 504EC3041FED79650016851F /* App.app */,
72
+ );
73
+ name = Products;
74
+ sourceTree = "<group>";
75
+ };
76
+ 504EC3061FED79650016851F /* App */ = {
77
+ isa = PBXGroup;
78
+ children = (
79
+ 8C2F137927B4187A00CA3AC4 /* App.entitlements */,
80
+ 8C2F137527B4105C00CA3AC4 /* regula.license */,
81
+ 50379B222058CBB4000EE86E /* capacitor.config.json */,
82
+ 504EC3071FED79650016851F /* AppDelegate.swift */,
83
+ 504EC30B1FED79650016851F /* Main.storyboard */,
84
+ 504EC30E1FED79650016851F /* Assets.xcassets */,
85
+ 504EC3101FED79650016851F /* LaunchScreen.storyboard */,
86
+ 504EC3131FED79650016851F /* Info.plist */,
87
+ 2FAD9762203C412B000D30F8 /* config.xml */,
88
+ 50B271D01FEDC1A000F3C39B /* public */,
89
+ );
90
+ path = App;
91
+ sourceTree = "<group>";
92
+ };
93
+ 7F8756D8B27F46E3366F6CEA /* Pods */ = {
94
+ isa = PBXGroup;
95
+ children = (
96
+ FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */,
97
+ AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */,
98
+ );
99
+ name = Pods;
100
+ sourceTree = "<group>";
101
+ };
102
+ /* End PBXGroup section */
103
+
104
+ /* Begin PBXNativeTarget section */
105
+ 504EC3031FED79650016851F /* App */ = {
106
+ isa = PBXNativeTarget;
107
+ buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
108
+ buildPhases = (
109
+ 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */,
110
+ 504EC3001FED79650016851F /* Sources */,
111
+ 504EC3011FED79650016851F /* Frameworks */,
112
+ 504EC3021FED79650016851F /* Resources */,
113
+ 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */,
114
+ 692AC052DEBB9C5241587AC1 /* [CP] Copy Pods Resources */,
115
+ );
116
+ buildRules = (
117
+ );
118
+ dependencies = (
119
+ );
120
+ name = App;
121
+ productName = App;
122
+ productReference = 504EC3041FED79650016851F /* App.app */;
123
+ productType = "com.apple.product-type.application";
124
+ };
125
+ /* End PBXNativeTarget section */
126
+
127
+ /* Begin PBXProject section */
128
+ 504EC2FC1FED79650016851F /* Project object */ = {
129
+ isa = PBXProject;
130
+ attributes = {
131
+ LastSwiftUpdateCheck = 0920;
132
+ LastUpgradeCheck = 0920;
133
+ TargetAttributes = {
134
+ 504EC3031FED79650016851F = {
135
+ CreatedOnToolsVersion = 9.2;
136
+ LastSwiftMigration = 1100;
137
+ ProvisioningStyle = Automatic;
138
+ };
139
+ };
140
+ };
141
+ buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
142
+ compatibilityVersion = "Xcode 8.0";
143
+ developmentRegion = en;
144
+ hasScannedForEncodings = 0;
145
+ knownRegions = (
146
+ en,
147
+ Base,
148
+ );
149
+ mainGroup = 504EC2FB1FED79650016851F;
150
+ productRefGroup = 504EC3051FED79650016851F /* Products */;
151
+ projectDirPath = "";
152
+ projectRoot = "";
153
+ targets = (
154
+ 504EC3031FED79650016851F /* App */,
155
+ );
156
+ };
157
+ /* End PBXProject section */
158
+
159
+ /* Begin PBXResourcesBuildPhase section */
160
+ 504EC3021FED79650016851F /* Resources */ = {
161
+ isa = PBXResourcesBuildPhase;
162
+ buildActionMask = 2147483647;
163
+ files = (
164
+ 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
165
+ 8C2F137627B4105C00CA3AC4 /* regula.license in Resources */,
166
+ 50B271D11FEDC1A000F3C39B /* public in Resources */,
167
+ 504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
168
+ 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
169
+ 504EC30D1FED79650016851F /* Main.storyboard in Resources */,
170
+ 2FAD9763203C412B000D30F8 /* config.xml in Resources */,
171
+ );
172
+ runOnlyForDeploymentPostprocessing = 0;
173
+ };
174
+ /* End PBXResourcesBuildPhase section */
175
+
176
+ /* Begin PBXShellScriptBuildPhase section */
177
+ 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = {
178
+ isa = PBXShellScriptBuildPhase;
179
+ buildActionMask = 2147483647;
180
+ files = (
181
+ );
182
+ inputPaths = (
183
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
184
+ "${PODS_ROOT}/Manifest.lock",
185
+ );
186
+ name = "[CP] Check Pods Manifest.lock";
187
+ outputPaths = (
188
+ "$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt",
189
+ );
190
+ runOnlyForDeploymentPostprocessing = 0;
191
+ shellPath = /bin/sh;
192
+ 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";
193
+ showEnvVarsInLog = 0;
194
+ };
195
+ 692AC052DEBB9C5241587AC1 /* [CP] Copy Pods Resources */ = {
196
+ isa = PBXShellScriptBuildPhase;
197
+ buildActionMask = 2147483647;
198
+ files = (
199
+ );
200
+ inputPaths = (
201
+ );
202
+ name = "[CP] Copy Pods Resources";
203
+ outputPaths = (
204
+ );
205
+ runOnlyForDeploymentPostprocessing = 0;
206
+ shellPath = /bin/sh;
207
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-resources.sh\"\n";
208
+ showEnvVarsInLog = 0;
209
+ };
210
+ 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */ = {
211
+ isa = PBXShellScriptBuildPhase;
212
+ buildActionMask = 2147483647;
213
+ files = (
214
+ );
215
+ inputPaths = (
216
+ );
217
+ name = "[CP] Embed Pods Frameworks";
218
+ outputPaths = (
219
+ );
220
+ runOnlyForDeploymentPostprocessing = 0;
221
+ shellPath = /bin/sh;
222
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
223
+ showEnvVarsInLog = 0;
224
+ };
225
+ /* End PBXShellScriptBuildPhase section */
226
+
227
+ /* Begin PBXSourcesBuildPhase section */
228
+ 504EC3001FED79650016851F /* Sources */ = {
229
+ isa = PBXSourcesBuildPhase;
230
+ buildActionMask = 2147483647;
231
+ files = (
232
+ 504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
233
+ );
234
+ runOnlyForDeploymentPostprocessing = 0;
235
+ };
236
+ /* End PBXSourcesBuildPhase section */
237
+
238
+ /* Begin PBXVariantGroup section */
239
+ 504EC30B1FED79650016851F /* Main.storyboard */ = {
240
+ isa = PBXVariantGroup;
241
+ children = (
242
+ 504EC30C1FED79650016851F /* Base */,
243
+ );
244
+ name = Main.storyboard;
245
+ sourceTree = "<group>";
246
+ };
247
+ 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
248
+ isa = PBXVariantGroup;
249
+ children = (
250
+ 504EC3111FED79650016851F /* Base */,
251
+ );
252
+ name = LaunchScreen.storyboard;
253
+ sourceTree = "<group>";
254
+ };
255
+ /* End PBXVariantGroup section */
256
+
257
+ /* Begin XCBuildConfiguration section */
258
+ 504EC3141FED79650016851F /* Debug */ = {
259
+ isa = XCBuildConfiguration;
260
+ buildSettings = {
261
+ ALWAYS_SEARCH_USER_PATHS = NO;
262
+ CLANG_ANALYZER_NONNULL = YES;
263
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
264
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
265
+ CLANG_CXX_LIBRARY = "libc++";
266
+ CLANG_ENABLE_MODULES = YES;
267
+ CLANG_ENABLE_OBJC_ARC = YES;
268
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
269
+ CLANG_WARN_BOOL_CONVERSION = YES;
270
+ CLANG_WARN_COMMA = YES;
271
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
272
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
273
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
274
+ CLANG_WARN_EMPTY_BODY = YES;
275
+ CLANG_WARN_ENUM_CONVERSION = YES;
276
+ CLANG_WARN_INFINITE_RECURSION = YES;
277
+ CLANG_WARN_INT_CONVERSION = YES;
278
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
279
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
280
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
281
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
282
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
283
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
284
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
285
+ CLANG_WARN_UNREACHABLE_CODE = YES;
286
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
287
+ CODE_SIGN_IDENTITY = "iPhone Developer";
288
+ COPY_PHASE_STRIP = NO;
289
+ DEBUG_INFORMATION_FORMAT = dwarf;
290
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
291
+ ENABLE_TESTABILITY = YES;
292
+ GCC_C_LANGUAGE_STANDARD = gnu11;
293
+ GCC_DYNAMIC_NO_PIC = NO;
294
+ GCC_NO_COMMON_BLOCKS = YES;
295
+ GCC_OPTIMIZATION_LEVEL = 0;
296
+ GCC_PREPROCESSOR_DEFINITIONS = (
297
+ "DEBUG=1",
298
+ "$(inherited)",
299
+ );
300
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
301
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
302
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
303
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
304
+ GCC_WARN_UNUSED_FUNCTION = YES;
305
+ GCC_WARN_UNUSED_VARIABLE = YES;
306
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
307
+ MTL_ENABLE_DEBUG_INFO = YES;
308
+ ONLY_ACTIVE_ARCH = YES;
309
+ SDKROOT = iphoneos;
310
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
311
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
312
+ };
313
+ name = Debug;
314
+ };
315
+ 504EC3151FED79650016851F /* Release */ = {
316
+ isa = XCBuildConfiguration;
317
+ buildSettings = {
318
+ ALWAYS_SEARCH_USER_PATHS = NO;
319
+ CLANG_ANALYZER_NONNULL = YES;
320
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
321
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
322
+ CLANG_CXX_LIBRARY = "libc++";
323
+ CLANG_ENABLE_MODULES = YES;
324
+ CLANG_ENABLE_OBJC_ARC = YES;
325
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
326
+ CLANG_WARN_BOOL_CONVERSION = YES;
327
+ CLANG_WARN_COMMA = YES;
328
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
329
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
330
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
331
+ CLANG_WARN_EMPTY_BODY = YES;
332
+ CLANG_WARN_ENUM_CONVERSION = YES;
333
+ CLANG_WARN_INFINITE_RECURSION = YES;
334
+ CLANG_WARN_INT_CONVERSION = YES;
335
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
336
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
337
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
338
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
339
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
340
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
341
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
342
+ CLANG_WARN_UNREACHABLE_CODE = YES;
343
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
344
+ CODE_SIGN_IDENTITY = "iPhone Developer";
345
+ COPY_PHASE_STRIP = NO;
346
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
347
+ ENABLE_NS_ASSERTIONS = NO;
348
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
349
+ GCC_C_LANGUAGE_STANDARD = gnu11;
350
+ GCC_NO_COMMON_BLOCKS = YES;
351
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
352
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
353
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
354
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
355
+ GCC_WARN_UNUSED_FUNCTION = YES;
356
+ GCC_WARN_UNUSED_VARIABLE = YES;
357
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
358
+ MTL_ENABLE_DEBUG_INFO = NO;
359
+ SDKROOT = iphoneos;
360
+ SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
361
+ VALIDATE_PRODUCT = YES;
362
+ };
363
+ name = Release;
364
+ };
365
+ 504EC3171FED79650016851F /* Debug */ = {
366
+ isa = XCBuildConfiguration;
367
+ baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
368
+ buildSettings = {
369
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
370
+ CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
371
+ CODE_SIGN_STYLE = Automatic;
372
+ INFOPLIST_FILE = App/Info.plist;
373
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
374
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
375
+ OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
376
+ PRODUCT_BUNDLE_IDENTIFIER = com.regula.dr.fullrfid;
377
+ PRODUCT_NAME = "$(TARGET_NAME)";
378
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
379
+ SWIFT_VERSION = 5.0;
380
+ TARGETED_DEVICE_FAMILY = "1,2";
381
+ };
382
+ name = Debug;
383
+ };
384
+ 504EC3181FED79650016851F /* Release */ = {
385
+ isa = XCBuildConfiguration;
386
+ baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
387
+ buildSettings = {
388
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
389
+ CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
390
+ CODE_SIGN_STYLE = Automatic;
391
+ INFOPLIST_FILE = App/Info.plist;
392
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
393
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
394
+ PRODUCT_BUNDLE_IDENTIFIER = com.regula.dr.fullrfid;
395
+ PRODUCT_NAME = "$(TARGET_NAME)";
396
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
397
+ SWIFT_VERSION = 5.0;
398
+ TARGETED_DEVICE_FAMILY = "1,2";
399
+ };
400
+ name = Release;
401
+ };
402
+ /* End XCBuildConfiguration section */
403
+
404
+ /* Begin XCConfigurationList section */
405
+ 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
406
+ isa = XCConfigurationList;
407
+ buildConfigurations = (
408
+ 504EC3141FED79650016851F /* Debug */,
409
+ 504EC3151FED79650016851F /* Release */,
410
+ );
411
+ defaultConfigurationIsVisible = 0;
412
+ defaultConfigurationName = Release;
413
+ };
414
+ 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = {
415
+ isa = XCConfigurationList;
416
+ buildConfigurations = (
417
+ 504EC3171FED79650016851F /* Debug */,
418
+ 504EC3181FED79650016851F /* Release */,
419
+ );
420
+ defaultConfigurationIsVisible = 0;
421
+ defaultConfigurationName = Release;
422
+ };
423
+ /* End XCConfigurationList section */
424
+ };
425
+ rootObject = 504EC2FC1FED79650016851F /* Project object */;
426
+ }
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Workspace
3
+ version = "1.0">
4
+ <FileRef
5
+ location = "self:App.xcodeproj">
6
+ </FileRef>
7
+ </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,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Workspace
3
+ version = "1.0">
4
+ <FileRef
5
+ location = "group:App.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,23 @@
1
+ platform :ios, '12.0'
2
+ use_frameworks!
3
+
4
+ # workaround to avoid Xcode caching of Pods that requires
5
+ # Product -> Clean Build Folder after new Cordova plugins installed
6
+ # Requires CocoaPods 1.6 or newer
7
+ install! 'cocoapods', :disable_input_output_paths => true
8
+
9
+ def capacitor_pods
10
+ pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
11
+ pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
12
+ pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
13
+ pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
14
+ pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
15
+ pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
16
+ pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'
17
+ pod 'CordovaPluginsResources', :path => '../capacitor-cordova-ios-plugins'
18
+ end
19
+
20
+ target 'App' do
21
+ capacitor_pods
22
+ # Add your Pods here
23
+ end
@@ -0,0 +1,84 @@
1
+ {
2
+ "name": "test",
3
+ "version": "0.0.1",
4
+ "private": true,
5
+ "dependencies": {
6
+ "@capacitor/android": "3.4.0",
7
+ "@capacitor/app": "1.1.0",
8
+ "@capacitor/core": "3.4.0",
9
+ "@capacitor/haptics": "1.1.4",
10
+ "@capacitor/ios": "3.4.0",
11
+ "@capacitor/keyboard": "1.2.1",
12
+ "@capacitor/status-bar": "1.0.7",
13
+ "@ionic-native/android-permissions": "^5.36.0",
14
+ "@ionic-native/core": "^5.36.0",
15
+ "@ionic-native/file": "^5.36.0",
16
+ "@ionic-native/image-picker": "^5.36.0",
17
+ "@ionic/react": "^6.0.0",
18
+ "@ionic/react-router": "^6.0.0",
19
+ "@regulaforensics/cordova-plugin-document-reader-api": "^6.1.2",
20
+ "@regulaforensics/cordova-plugin-document-reader-core-fullrfid": "^6.1.0",
21
+ "@regulaforensics/ionic-native-document-reader": "^6.1.3",
22
+ "@testing-library/jest-dom": "^5.11.9",
23
+ "@testing-library/react": "^11.2.5",
24
+ "@testing-library/user-event": "^12.6.3",
25
+ "@types/jest": "^26.0.20",
26
+ "@types/node": "^12.19.15",
27
+ "@types/react": "^16.14.3",
28
+ "@types/react-dom": "^16.9.10",
29
+ "@types/react-router": "^5.1.11",
30
+ "@types/react-router-dom": "^5.1.7",
31
+ "cordova-plugin-android-permissions": "^1.1.3",
32
+ "cordova-plugin-file": "^6.0.2",
33
+ "cordova-plugin-telerik-imagepicker": "^2.3.6",
34
+ "ionicons": "^5.4.0",
35
+ "jetifier": "^2.0.0",
36
+ "react": "^17.0.1",
37
+ "react-dom": "^17.0.1",
38
+ "react-router": "^5.2.0",
39
+ "react-router-dom": "^5.2.0",
40
+ "react-scripts": "^5.0.0",
41
+ "typescript": "^4.1.3",
42
+ "web-vitals": "^0.2.4",
43
+ "workbox-background-sync": "^5.1.4",
44
+ "workbox-broadcast-update": "^5.1.4",
45
+ "workbox-cacheable-response": "^5.1.4",
46
+ "workbox-core": "^5.1.4",
47
+ "workbox-expiration": "^5.1.4",
48
+ "workbox-google-analytics": "^5.1.4",
49
+ "workbox-navigation-preload": "^5.1.4",
50
+ "workbox-precaching": "^5.1.4",
51
+ "workbox-range-requests": "^5.1.4",
52
+ "workbox-routing": "^5.1.4",
53
+ "workbox-strategies": "^5.1.4",
54
+ "workbox-streams": "^5.1.4"
55
+ },
56
+ "scripts": {
57
+ "start": "react-scripts start",
58
+ "build": "react-scripts build",
59
+ "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
60
+ "eject": "react-scripts eject"
61
+ },
62
+ "eslintConfig": {
63
+ "extends": [
64
+ "react-app",
65
+ "react-app/jest"
66
+ ]
67
+ },
68
+ "browserslist": {
69
+ "production": [
70
+ ">0.2%",
71
+ "not dead",
72
+ "not op_mini all"
73
+ ],
74
+ "development": [
75
+ "last 1 chrome version",
76
+ "last 1 firefox version",
77
+ "last 1 safari version"
78
+ ]
79
+ },
80
+ "devDependencies": {
81
+ "@capacitor/cli": "3.4.0"
82
+ },
83
+ "description": "An Ionic project"
84
+ }
@@ -0,0 +1 @@
1
+ <svg width="350" height="140" xmlns="http://www.w3.org/2000/svg" style="background:#f6f7f9"><g fill="none" fill-rule="evenodd"><path fill="#F04141" style="mix-blend-mode:multiply" d="M61.905-34.23l96.194 54.51-66.982 54.512L22 34.887z"/><circle fill="#10DC60" style="mix-blend-mode:multiply" cx="155.5" cy="135.5" r="57.5"/><path fill="#3880FF" style="mix-blend-mode:multiply" d="M208.538 9.513l84.417 15.392L223.93 93.93z"/><path fill="#FFCE00" style="mix-blend-mode:multiply" d="M268.625 106.557l46.332-26.75 46.332 26.75v53.5l-46.332 26.75-46.332-26.75z"/><circle fill="#7044FF" style="mix-blend-mode:multiply" cx="299.5" cy="9.5" r="38.5"/><rect fill="#11D3EA" style="mix-blend-mode:multiply" transform="rotate(-60 148.47 37.886)" x="143.372" y="-7.056" width="10.196" height="89.884" rx="5.098"/><path d="M-25.389 74.253l84.86 8.107c5.498.525 9.53 5.407 9.004 10.905a10 10 0 0 1-.057.477l-12.36 85.671a10.002 10.002 0 0 1-11.634 8.42l-86.351-15.226c-5.44-.959-9.07-6.145-8.112-11.584l13.851-78.551a10 10 0 0 1 10.799-8.219z" fill="#7044FF" style="mix-blend-mode:multiply"/><circle fill="#0CD1E8" style="mix-blend-mode:multiply" cx="273.5" cy="106.5" r="20.5"/></g></svg>