@regulaforensics/ionic-native-document-reader 6.5.0 → 6.6.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 (120) hide show
  1. package/example/config.xml +9 -3
  2. package/example/package.json +3 -3
  3. package/index.d.ts +96 -37
  4. package/index.js +142 -105
  5. package/index.ts +7366 -0
  6. package/ngx/index.d.ts +96 -37
  7. package/ngx/index.js +142 -105
  8. package/ngx/index.metadata.json +1 -1
  9. package/package.json +1 -1
  10. package/reactExample/README.md +0 -24
  11. package/reactExample/android/app/build/.npmkeep +0 -0
  12. package/reactExample/android/app/build.gradle +0 -51
  13. package/reactExample/android/app/proguard-rules.pro +0 -21
  14. package/reactExample/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java +0 -26
  15. package/reactExample/android/app/src/main/AndroidManifest.xml +0 -42
  16. package/reactExample/android/app/src/main/java/com/regula/documentreader/MainActivity.java +0 -5
  17. package/reactExample/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -170
  18. package/reactExample/android/app/src/main/res/drawable/splash.png +0 -0
  19. package/reactExample/android/app/src/main/res/drawable-land-hdpi/splash.png +0 -0
  20. package/reactExample/android/app/src/main/res/drawable-land-mdpi/splash.png +0 -0
  21. package/reactExample/android/app/src/main/res/drawable-land-xhdpi/splash.png +0 -0
  22. package/reactExample/android/app/src/main/res/drawable-land-xxhdpi/splash.png +0 -0
  23. package/reactExample/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +0 -0
  24. package/reactExample/android/app/src/main/res/drawable-port-hdpi/splash.png +0 -0
  25. package/reactExample/android/app/src/main/res/drawable-port-mdpi/splash.png +0 -0
  26. package/reactExample/android/app/src/main/res/drawable-port-xhdpi/splash.png +0 -0
  27. package/reactExample/android/app/src/main/res/drawable-port-xxhdpi/splash.png +0 -0
  28. package/reactExample/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +0 -0
  29. package/reactExample/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +0 -34
  30. package/reactExample/android/app/src/main/res/layout/activity_main.xml +0 -12
  31. package/reactExample/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
  32. package/reactExample/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
  33. package/reactExample/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  34. package/reactExample/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  35. package/reactExample/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  36. package/reactExample/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  37. package/reactExample/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  38. package/reactExample/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  39. package/reactExample/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  40. package/reactExample/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  41. package/reactExample/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  42. package/reactExample/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  43. package/reactExample/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  44. package/reactExample/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  45. package/reactExample/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  46. package/reactExample/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  47. package/reactExample/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  48. package/reactExample/android/app/src/main/res/values/ic_launcher_background.xml +0 -4
  49. package/reactExample/android/app/src/main/res/values/strings.xml +0 -7
  50. package/reactExample/android/app/src/main/res/values/styles.xml +0 -22
  51. package/reactExample/android/app/src/main/res/xml/file_paths.xml +0 -5
  52. package/reactExample/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java +0 -18
  53. package/reactExample/android/build.gradle +0 -29
  54. package/reactExample/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  55. package/reactExample/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  56. package/reactExample/android/gradle.properties +0 -24
  57. package/reactExample/android/gradlew +0 -185
  58. package/reactExample/android/gradlew.bat +0 -89
  59. package/reactExample/android/settings.gradle +0 -5
  60. package/reactExample/android/variables.gradle +0 -14
  61. package/reactExample/capacitor.config.ts +0 -10
  62. package/reactExample/ionic.config.json +0 -7
  63. package/reactExample/ios/App/App/App.entitlements +0 -11
  64. package/reactExample/ios/App/App/AppDelegate.swift +0 -60
  65. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png +0 -0
  66. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png +0 -0
  67. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png +0 -0
  68. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png +0 -0
  69. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png +0 -0
  70. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png +0 -0
  71. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png +0 -0
  72. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png +0 -0
  73. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png +0 -0
  74. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png +0 -0
  75. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png +0 -0
  76. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png +0 -0
  77. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png +0 -0
  78. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png +0 -0
  79. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png +0 -0
  80. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png +0 -0
  81. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@2x.png +0 -0
  82. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png +0 -0
  83. package/reactExample/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -116
  84. package/reactExample/ios/App/App/Assets.xcassets/Contents.json +0 -6
  85. package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json +0 -23
  86. package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png +0 -0
  87. package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png +0 -0
  88. package/reactExample/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png +0 -0
  89. package/reactExample/ios/App/App/Base.lproj/LaunchScreen.storyboard +0 -32
  90. package/reactExample/ios/App/App/Base.lproj/Main.storyboard +0 -19
  91. package/reactExample/ios/App/App/Info.plist +0 -70
  92. package/reactExample/ios/App/App/capacitor.config.json +0 -6
  93. package/reactExample/ios/App/App/config.xml +0 -19
  94. package/reactExample/ios/App/App.xcodeproj/project.pbxproj +0 -422
  95. package/reactExample/ios/App/App.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  96. package/reactExample/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  97. package/reactExample/ios/App/App.xcworkspace/contents.xcworkspacedata +0 -10
  98. package/reactExample/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  99. package/reactExample/ios/App/Podfile +0 -23
  100. package/reactExample/package.json +0 -84
  101. package/reactExample/public/assets/icon/favicon.png +0 -0
  102. package/reactExample/public/assets/icon/icon.png +0 -0
  103. package/reactExample/public/assets/img/id.png +0 -0
  104. package/reactExample/public/assets/img/portrait.png +0 -0
  105. package/reactExample/public/assets/shapes.svg +0 -1
  106. package/reactExample/public/index.html +0 -114
  107. package/reactExample/public/manifest.json +0 -21
  108. package/reactExample/src/App.test.tsx +0 -8
  109. package/reactExample/src/App.tsx +0 -42
  110. package/reactExample/src/assets/img/id.png +0 -0
  111. package/reactExample/src/assets/img/portrait.png +0 -0
  112. package/reactExample/src/index.tsx +0 -22
  113. package/reactExample/src/pages/Home.tsx +0 -329
  114. package/reactExample/src/react-app-env.d.ts +0 -1
  115. package/reactExample/src/reportWebVitals.ts +0 -15
  116. package/reactExample/src/service-worker.ts +0 -80
  117. package/reactExample/src/serviceWorkerRegistration.ts +0 -142
  118. package/reactExample/src/setupTests.ts +0 -14
  119. package/reactExample/src/theme/variables.css +0 -236
  120. package/reactExample/tsconfig.json +0 -26
@@ -1,70 +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>en</string>
7
- <key>CFBundleDisplayName</key>
8
- <string>DocumentReader</string>
9
- <key>CFBundleExecutable</key>
10
- <string>$(EXECUTABLE_NAME)</string>
11
- <key>CFBundleIdentifier</key>
12
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13
- <key>CFBundleInfoDictionaryVersion</key>
14
- <string>6.0</string>
15
- <key>CFBundleName</key>
16
- <string>$(PRODUCT_NAME)</string>
17
- <key>CFBundlePackageType</key>
18
- <string>APPL</string>
19
- <key>CFBundleShortVersionString</key>
20
- <string>1.0</string>
21
- <key>CFBundleVersion</key>
22
- <string>1</string>
23
- <key>LSRequiresIPhoneOS</key>
24
- <true/>
25
- <key>NFCReaderUsageDescription</key>
26
- <string>To use NFC</string>
27
- <key>NSAppTransportSecurity</key>
28
- <dict>
29
- <key>NSAllowsArbitraryLoads</key>
30
- <true/>
31
- </dict>
32
- <key>NSCameraUsageDescription</key>
33
- <string>To use camera</string>
34
- <key>NSPhotoLibraryUsageDescription</key>
35
- <string>To use gallery</string>
36
- <key>UILaunchStoryboardName</key>
37
- <string>LaunchScreen</string>
38
- <key>UIMainStoryboardFile</key>
39
- <string>Main</string>
40
- <key>UIRequiredDeviceCapabilities</key>
41
- <array>
42
- <string>armv7</string>
43
- </array>
44
- <key>UISupportedInterfaceOrientations</key>
45
- <array>
46
- <string>UIInterfaceOrientationPortrait</string>
47
- <string>UIInterfaceOrientationLandscapeLeft</string>
48
- <string>UIInterfaceOrientationLandscapeRight</string>
49
- </array>
50
- <key>UISupportedInterfaceOrientations~ipad</key>
51
- <array>
52
- <string>UIInterfaceOrientationPortrait</string>
53
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
54
- <string>UIInterfaceOrientationLandscapeLeft</string>
55
- <string>UIInterfaceOrientationLandscapeRight</string>
56
- </array>
57
- <key>UIViewControllerBasedStatusBarAppearance</key>
58
- <true/>
59
- <key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
60
- <array>
61
- <string>A0000002471001</string>
62
- <string>E80704007F00070302</string>
63
- <string>A000000167455349474E</string>
64
- <string>A0000002480100</string>
65
- <string>A0000002480200</string>
66
- <string>A0000002480300</string>
67
- <string>A00000045645444C2D3031</string>
68
- </array>
69
- </dict>
70
- </plist>
@@ -1,6 +0,0 @@
1
- {
2
- "appId": "com.regula.documentreader",
3
- "appName": "DocumentReader",
4
- "webDir": "build",
5
- "bundledWebRuntime": false
6
- }
@@ -1,19 +0,0 @@
1
- <?xml version='1.0' encoding='utf-8'?>
2
- <widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3
- <access origin="*" />
4
-
5
- <feature name="DocumentReader">
6
- <param name="ios-package" value="RGLDocumentReader"/>
7
- </feature>
8
-
9
- <feature name="File">
10
- <param name="ios-package" value="CDVFile"/>
11
- <param name="onload" value="true"/>
12
- </feature>
13
-
14
- <feature name="ImagePicker">
15
- <param name="ios-package" value="SOSPicker"/>
16
- </feature>
17
-
18
-
19
- </widget>
@@ -1,422 +0,0 @@
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
- A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; };
18
- /* End PBXBuildFile section */
19
-
20
- /* Begin PBXFileReference section */
21
- 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
22
- 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
23
- 504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
24
- 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
25
- 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
26
- 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
27
- 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
28
- 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29
- 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
30
- 8C2F137927B4187A00CA3AC4 /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
31
- AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
32
- 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>"; };
33
- 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>"; };
34
- /* End PBXFileReference section */
35
-
36
- /* Begin PBXFrameworksBuildPhase section */
37
- 504EC3011FED79650016851F /* Frameworks */ = {
38
- isa = PBXFrameworksBuildPhase;
39
- buildActionMask = 2147483647;
40
- files = (
41
- A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */,
42
- );
43
- runOnlyForDeploymentPostprocessing = 0;
44
- };
45
- /* End PBXFrameworksBuildPhase section */
46
-
47
- /* Begin PBXGroup section */
48
- 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = {
49
- isa = PBXGroup;
50
- children = (
51
- AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */,
52
- );
53
- name = Frameworks;
54
- sourceTree = "<group>";
55
- };
56
- 504EC2FB1FED79650016851F = {
57
- isa = PBXGroup;
58
- children = (
59
- 504EC3061FED79650016851F /* App */,
60
- 504EC3051FED79650016851F /* Products */,
61
- 7F8756D8B27F46E3366F6CEA /* Pods */,
62
- 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */,
63
- );
64
- sourceTree = "<group>";
65
- };
66
- 504EC3051FED79650016851F /* Products */ = {
67
- isa = PBXGroup;
68
- children = (
69
- 504EC3041FED79650016851F /* App.app */,
70
- );
71
- name = Products;
72
- sourceTree = "<group>";
73
- };
74
- 504EC3061FED79650016851F /* App */ = {
75
- isa = PBXGroup;
76
- children = (
77
- 8C2F137927B4187A00CA3AC4 /* App.entitlements */,
78
- 50379B222058CBB4000EE86E /* capacitor.config.json */,
79
- 504EC3071FED79650016851F /* AppDelegate.swift */,
80
- 504EC30B1FED79650016851F /* Main.storyboard */,
81
- 504EC30E1FED79650016851F /* Assets.xcassets */,
82
- 504EC3101FED79650016851F /* LaunchScreen.storyboard */,
83
- 504EC3131FED79650016851F /* Info.plist */,
84
- 2FAD9762203C412B000D30F8 /* config.xml */,
85
- 50B271D01FEDC1A000F3C39B /* public */,
86
- );
87
- path = App;
88
- sourceTree = "<group>";
89
- };
90
- 7F8756D8B27F46E3366F6CEA /* Pods */ = {
91
- isa = PBXGroup;
92
- children = (
93
- FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */,
94
- AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */,
95
- );
96
- name = Pods;
97
- sourceTree = "<group>";
98
- };
99
- /* End PBXGroup section */
100
-
101
- /* Begin PBXNativeTarget section */
102
- 504EC3031FED79650016851F /* App */ = {
103
- isa = PBXNativeTarget;
104
- buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
105
- buildPhases = (
106
- 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */,
107
- 504EC3001FED79650016851F /* Sources */,
108
- 504EC3011FED79650016851F /* Frameworks */,
109
- 504EC3021FED79650016851F /* Resources */,
110
- 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */,
111
- 692AC052DEBB9C5241587AC1 /* [CP] Copy Pods Resources */,
112
- );
113
- buildRules = (
114
- );
115
- dependencies = (
116
- );
117
- name = App;
118
- productName = App;
119
- productReference = 504EC3041FED79650016851F /* App.app */;
120
- productType = "com.apple.product-type.application";
121
- };
122
- /* End PBXNativeTarget section */
123
-
124
- /* Begin PBXProject section */
125
- 504EC2FC1FED79650016851F /* Project object */ = {
126
- isa = PBXProject;
127
- attributes = {
128
- LastSwiftUpdateCheck = 0920;
129
- LastUpgradeCheck = 0920;
130
- TargetAttributes = {
131
- 504EC3031FED79650016851F = {
132
- CreatedOnToolsVersion = 9.2;
133
- LastSwiftMigration = 1100;
134
- ProvisioningStyle = Automatic;
135
- };
136
- };
137
- };
138
- buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
139
- compatibilityVersion = "Xcode 8.0";
140
- developmentRegion = en;
141
- hasScannedForEncodings = 0;
142
- knownRegions = (
143
- en,
144
- Base,
145
- );
146
- mainGroup = 504EC2FB1FED79650016851F;
147
- productRefGroup = 504EC3051FED79650016851F /* Products */;
148
- projectDirPath = "";
149
- projectRoot = "";
150
- targets = (
151
- 504EC3031FED79650016851F /* App */,
152
- );
153
- };
154
- /* End PBXProject section */
155
-
156
- /* Begin PBXResourcesBuildPhase section */
157
- 504EC3021FED79650016851F /* Resources */ = {
158
- isa = PBXResourcesBuildPhase;
159
- buildActionMask = 2147483647;
160
- files = (
161
- 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
162
- 50B271D11FEDC1A000F3C39B /* public in Resources */,
163
- 504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
164
- 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
165
- 504EC30D1FED79650016851F /* Main.storyboard in Resources */,
166
- 2FAD9763203C412B000D30F8 /* config.xml in Resources */,
167
- );
168
- runOnlyForDeploymentPostprocessing = 0;
169
- };
170
- /* End PBXResourcesBuildPhase section */
171
-
172
- /* Begin PBXShellScriptBuildPhase section */
173
- 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = {
174
- isa = PBXShellScriptBuildPhase;
175
- buildActionMask = 2147483647;
176
- files = (
177
- );
178
- inputPaths = (
179
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
180
- "${PODS_ROOT}/Manifest.lock",
181
- );
182
- name = "[CP] Check Pods Manifest.lock";
183
- outputPaths = (
184
- "$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt",
185
- );
186
- runOnlyForDeploymentPostprocessing = 0;
187
- shellPath = /bin/sh;
188
- 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";
189
- showEnvVarsInLog = 0;
190
- };
191
- 692AC052DEBB9C5241587AC1 /* [CP] Copy Pods Resources */ = {
192
- isa = PBXShellScriptBuildPhase;
193
- buildActionMask = 2147483647;
194
- files = (
195
- );
196
- inputPaths = (
197
- );
198
- name = "[CP] Copy Pods Resources";
199
- outputPaths = (
200
- );
201
- runOnlyForDeploymentPostprocessing = 0;
202
- shellPath = /bin/sh;
203
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-resources.sh\"\n";
204
- showEnvVarsInLog = 0;
205
- };
206
- 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */ = {
207
- isa = PBXShellScriptBuildPhase;
208
- buildActionMask = 2147483647;
209
- files = (
210
- );
211
- inputPaths = (
212
- );
213
- name = "[CP] Embed Pods Frameworks";
214
- outputPaths = (
215
- );
216
- runOnlyForDeploymentPostprocessing = 0;
217
- shellPath = /bin/sh;
218
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
219
- showEnvVarsInLog = 0;
220
- };
221
- /* End PBXShellScriptBuildPhase section */
222
-
223
- /* Begin PBXSourcesBuildPhase section */
224
- 504EC3001FED79650016851F /* Sources */ = {
225
- isa = PBXSourcesBuildPhase;
226
- buildActionMask = 2147483647;
227
- files = (
228
- 504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
229
- );
230
- runOnlyForDeploymentPostprocessing = 0;
231
- };
232
- /* End PBXSourcesBuildPhase section */
233
-
234
- /* Begin PBXVariantGroup section */
235
- 504EC30B1FED79650016851F /* Main.storyboard */ = {
236
- isa = PBXVariantGroup;
237
- children = (
238
- 504EC30C1FED79650016851F /* Base */,
239
- );
240
- name = Main.storyboard;
241
- sourceTree = "<group>";
242
- };
243
- 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
244
- isa = PBXVariantGroup;
245
- children = (
246
- 504EC3111FED79650016851F /* Base */,
247
- );
248
- name = LaunchScreen.storyboard;
249
- sourceTree = "<group>";
250
- };
251
- /* End PBXVariantGroup section */
252
-
253
- /* Begin XCBuildConfiguration section */
254
- 504EC3141FED79650016851F /* Debug */ = {
255
- isa = XCBuildConfiguration;
256
- buildSettings = {
257
- ALWAYS_SEARCH_USER_PATHS = NO;
258
- CLANG_ANALYZER_NONNULL = YES;
259
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
260
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
261
- CLANG_CXX_LIBRARY = "libc++";
262
- CLANG_ENABLE_MODULES = YES;
263
- CLANG_ENABLE_OBJC_ARC = YES;
264
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
265
- CLANG_WARN_BOOL_CONVERSION = YES;
266
- CLANG_WARN_COMMA = YES;
267
- CLANG_WARN_CONSTANT_CONVERSION = YES;
268
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
269
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
270
- CLANG_WARN_EMPTY_BODY = YES;
271
- CLANG_WARN_ENUM_CONVERSION = YES;
272
- CLANG_WARN_INFINITE_RECURSION = YES;
273
- CLANG_WARN_INT_CONVERSION = YES;
274
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
275
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
276
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
277
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
278
- CLANG_WARN_STRICT_PROTOTYPES = YES;
279
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
280
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
281
- CLANG_WARN_UNREACHABLE_CODE = YES;
282
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
283
- CODE_SIGN_IDENTITY = "iPhone Developer";
284
- COPY_PHASE_STRIP = NO;
285
- DEBUG_INFORMATION_FORMAT = dwarf;
286
- ENABLE_STRICT_OBJC_MSGSEND = YES;
287
- ENABLE_TESTABILITY = YES;
288
- GCC_C_LANGUAGE_STANDARD = gnu11;
289
- GCC_DYNAMIC_NO_PIC = NO;
290
- GCC_NO_COMMON_BLOCKS = YES;
291
- GCC_OPTIMIZATION_LEVEL = 0;
292
- GCC_PREPROCESSOR_DEFINITIONS = (
293
- "DEBUG=1",
294
- "$(inherited)",
295
- );
296
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
297
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
298
- GCC_WARN_UNDECLARED_SELECTOR = YES;
299
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
300
- GCC_WARN_UNUSED_FUNCTION = YES;
301
- GCC_WARN_UNUSED_VARIABLE = YES;
302
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
303
- MTL_ENABLE_DEBUG_INFO = YES;
304
- ONLY_ACTIVE_ARCH = YES;
305
- SDKROOT = iphoneos;
306
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
307
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
308
- };
309
- name = Debug;
310
- };
311
- 504EC3151FED79650016851F /* Release */ = {
312
- isa = XCBuildConfiguration;
313
- buildSettings = {
314
- ALWAYS_SEARCH_USER_PATHS = NO;
315
- CLANG_ANALYZER_NONNULL = YES;
316
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
317
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
318
- CLANG_CXX_LIBRARY = "libc++";
319
- CLANG_ENABLE_MODULES = YES;
320
- CLANG_ENABLE_OBJC_ARC = YES;
321
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
322
- CLANG_WARN_BOOL_CONVERSION = YES;
323
- CLANG_WARN_COMMA = YES;
324
- CLANG_WARN_CONSTANT_CONVERSION = YES;
325
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
326
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
327
- CLANG_WARN_EMPTY_BODY = YES;
328
- CLANG_WARN_ENUM_CONVERSION = YES;
329
- CLANG_WARN_INFINITE_RECURSION = YES;
330
- CLANG_WARN_INT_CONVERSION = YES;
331
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
332
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
333
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
334
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
335
- CLANG_WARN_STRICT_PROTOTYPES = YES;
336
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
337
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
338
- CLANG_WARN_UNREACHABLE_CODE = YES;
339
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
340
- CODE_SIGN_IDENTITY = "iPhone Developer";
341
- COPY_PHASE_STRIP = NO;
342
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
343
- ENABLE_NS_ASSERTIONS = NO;
344
- ENABLE_STRICT_OBJC_MSGSEND = YES;
345
- GCC_C_LANGUAGE_STANDARD = gnu11;
346
- GCC_NO_COMMON_BLOCKS = YES;
347
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
348
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
349
- GCC_WARN_UNDECLARED_SELECTOR = YES;
350
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
351
- GCC_WARN_UNUSED_FUNCTION = YES;
352
- GCC_WARN_UNUSED_VARIABLE = YES;
353
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
354
- MTL_ENABLE_DEBUG_INFO = NO;
355
- SDKROOT = iphoneos;
356
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
357
- VALIDATE_PRODUCT = YES;
358
- };
359
- name = Release;
360
- };
361
- 504EC3171FED79650016851F /* Debug */ = {
362
- isa = XCBuildConfiguration;
363
- baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
364
- buildSettings = {
365
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
366
- CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
367
- CODE_SIGN_STYLE = Automatic;
368
- INFOPLIST_FILE = App/Info.plist;
369
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
370
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
371
- OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
372
- PRODUCT_BUNDLE_IDENTIFIER = com.regula.dr.fullrfid;
373
- PRODUCT_NAME = "$(TARGET_NAME)";
374
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
375
- SWIFT_VERSION = 5.0;
376
- TARGETED_DEVICE_FAMILY = "1,2";
377
- };
378
- name = Debug;
379
- };
380
- 504EC3181FED79650016851F /* Release */ = {
381
- isa = XCBuildConfiguration;
382
- baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
383
- buildSettings = {
384
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
385
- CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
386
- CODE_SIGN_STYLE = Automatic;
387
- INFOPLIST_FILE = App/Info.plist;
388
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
389
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
390
- PRODUCT_BUNDLE_IDENTIFIER = com.regula.dr.fullrfid;
391
- PRODUCT_NAME = "$(TARGET_NAME)";
392
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
393
- SWIFT_VERSION = 5.0;
394
- TARGETED_DEVICE_FAMILY = "1,2";
395
- };
396
- name = Release;
397
- };
398
- /* End XCBuildConfiguration section */
399
-
400
- /* Begin XCConfigurationList section */
401
- 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
402
- isa = XCConfigurationList;
403
- buildConfigurations = (
404
- 504EC3141FED79650016851F /* Debug */,
405
- 504EC3151FED79650016851F /* Release */,
406
- );
407
- defaultConfigurationIsVisible = 0;
408
- defaultConfigurationName = Release;
409
- };
410
- 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = {
411
- isa = XCConfigurationList;
412
- buildConfigurations = (
413
- 504EC3171FED79650016851F /* Debug */,
414
- 504EC3181FED79650016851F /* Release */,
415
- );
416
- defaultConfigurationIsVisible = 0;
417
- defaultConfigurationName = Release;
418
- };
419
- /* End XCConfigurationList section */
420
- };
421
- rootObject = 504EC2FC1FED79650016851F /* Project object */;
422
- }
@@ -1,7 +0,0 @@
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>
@@ -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,10 +0,0 @@
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>
@@ -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,23 +0,0 @@
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
@@ -1,84 +0,0 @@
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
- "@awesome-cordova-plugins/android-permissions": "^5.36.0",
14
- "@awesome-cordova-plugins/core": "^5.36.0",
15
- "@awesome-cordova-plugins/file": "^5.36.0",
16
- "@awesome-cordova-plugins/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.5.0",
20
- "@regulaforensics/cordova-plugin-document-reader-core-fullrfid": "6.5.0",
21
- "@regulaforensics/ionic-native-document-reader": "6.5.0",
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
- }