@regulaforensics/face-sdk 7.1.253-beta → 7.1.265-beta

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 (71) hide show
  1. package/README.md +1 -1
  2. package/RNFaceSDK.podspec +1 -1
  3. package/android/build.gradle +1 -1
  4. package/android/cordova.gradle +1 -1
  5. package/examples/capacitor/package.json +1 -1
  6. package/examples/capacitor/src/main.css +9 -3
  7. package/examples/capacitor/src/main.html +15 -12
  8. package/examples/cordova/package.json +1 -1
  9. package/examples/cordova/www/src/main.css +9 -3
  10. package/examples/cordova/www/src/main.html +15 -12
  11. package/examples/ionic/package.json +1 -1
  12. package/examples/ionic/src/main.css +9 -3
  13. package/examples/ionic/src/main.html +15 -12
  14. package/examples/{react-native → react_native}/README.md +2 -2
  15. package/examples/react_native/app.json +73 -0
  16. package/examples/react_native/images/icon/adaptive-icon.png +0 -0
  17. package/examples/react_native/images/icon/icon.png +0 -0
  18. package/examples/react_native/index.tsx +52 -0
  19. package/examples/react_native/metro.config.js +7 -0
  20. package/examples/react_native/package.json +26 -0
  21. package/examples/{react-native → react_native}/scripts/android.sh +2 -3
  22. package/examples/{react-native → react_native}/scripts/ios.sh +3 -4
  23. package/examples/react_native/scripts/setup.sh +5 -0
  24. package/examples/{react-native → react_native}/src/main.css +9 -3
  25. package/examples/react_native/src/main.html +25 -0
  26. package/examples/{react-native → react_native}/src/main.tsx +2 -2
  27. package/examples/react_native/tsconfig.json +4 -0
  28. package/package.json +1 -1
  29. package/plugin.xml +1 -1
  30. package/examples/react-native/.vscode/launch.json +0 -26
  31. package/examples/react-native/Gemfile +0 -16
  32. package/examples/react-native/android/app/build.gradle +0 -55
  33. package/examples/react-native/android/app/debug.keystore +0 -0
  34. package/examples/react-native/android/app/src/main/AndroidManifest.xml +0 -27
  35. package/examples/react-native/android/app/src/main/java/com/regula/documentreader/MainActivity.kt +0 -22
  36. package/examples/react-native/android/app/src/main/java/com/regula/documentreader/MainApplication.kt +0 -44
  37. package/examples/react-native/android/app/src/main/res/drawable/ic_launcher.png +0 -0
  38. package/examples/react-native/android/app/src/main/res/drawable/ic_launcher_round.png +0 -0
  39. package/examples/react-native/android/build.gradle +0 -21
  40. package/examples/react-native/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  41. package/examples/react-native/android/gradle/wrapper/gradle-wrapper.properties +0 -7
  42. package/examples/react-native/android/gradle.properties +0 -5
  43. package/examples/react-native/android/gradlew +0 -251
  44. package/examples/react-native/android/gradlew.bat +0 -92
  45. package/examples/react-native/android/settings.gradle +0 -6
  46. package/examples/react-native/index.tsx +0 -51
  47. package/examples/react-native/ios/.xcode.env +0 -11
  48. package/examples/react-native/ios/App/AppDelegate.h +0 -6
  49. package/examples/react-native/ios/App/AppDelegate.mm +0 -31
  50. package/examples/react-native/ios/App/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
  51. package/examples/react-native/ios/App/Images.xcassets/Contents.json +0 -6
  52. package/examples/react-native/ios/App/Info.plist +0 -51
  53. package/examples/react-native/ios/App/LaunchScreen.storyboard +0 -47
  54. package/examples/react-native/ios/App/PrivacyInfo.xcprivacy +0 -38
  55. package/examples/react-native/ios/App/main.m +0 -10
  56. package/examples/react-native/ios/App.xcodeproj/project.pbxproj +0 -502
  57. package/examples/react-native/ios/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme +0 -70
  58. package/examples/react-native/ios/App.xcworkspace/contents.xcworkspacedata +0 -10
  59. package/examples/react-native/ios/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  60. package/examples/react-native/ios/Podfile +0 -37
  61. package/examples/react-native/ios/Podfile.lock +0 -1891
  62. package/examples/react-native/ios/license/.gitkeep +0 -0
  63. package/examples/react-native/metro.config.js +0 -20
  64. package/examples/react-native/package-lock.json +0 -8181
  65. package/examples/react-native/package.json +0 -22
  66. package/examples/react-native/patches/react-native-webview+13.13.5.patch +0 -36
  67. package/examples/react-native/scripts/setup.sh +0 -8
  68. package/examples/react-native/src/main.html +0 -22
  69. /package/examples/{react-native/android/app/src/main → react_native}/assets/.gitkeep +0 -0
  70. /package/examples/{react-native → react_native}/images/portrait.png +0 -0
  71. /package/examples/{react-native → react_native}/index.html +0 -0
@@ -1,502 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 54;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 0C80B921A6F3F58F76C31292 /* libPods-App.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-App.a */; };
11
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
12
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13
- 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
14
- 34BE021E2B88CF0100304333 /* license in Resources */ = {isa = PBXBuildFile; fileRef = 34BE021D2B88CF0100304333 /* license */; };
15
- 79DCB8843C29DFE033F96497 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = E0C083A781074E78FBE614FA /* PrivacyInfo.xcprivacy */; };
16
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
17
- /* End PBXBuildFile section */
18
-
19
- /* Begin PBXFileReference section */
20
- 13B07F961A680F5B00A75B9A /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
21
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = App/AppDelegate.h; sourceTree = "<group>"; };
22
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = App/AppDelegate.mm; sourceTree = "<group>"; };
23
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = App/Images.xcassets; sourceTree = "<group>"; };
24
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = App/Info.plist; sourceTree = "<group>"; };
25
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = App/main.m; sourceTree = "<group>"; };
26
- 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = App/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
27
- 34BE021D2B88CF0100304333 /* license */ = {isa = PBXFileReference; lastKnownFileType = folder; path = license; sourceTree = "<group>"; };
28
- 3B4392A12AC88292D35C810B /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
29
- 5709B34CF0A7D63546082F79 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
30
- 5DCACB8F33CDC322A6C60F78 /* libPods-App.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-App.a"; sourceTree = BUILT_PRODUCTS_DIR; };
31
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = App/LaunchScreen.storyboard; sourceTree = "<group>"; };
32
- E0C083A781074E78FBE614FA /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = App/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
33
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
34
- /* End PBXFileReference section */
35
-
36
- /* Begin PBXFrameworksBuildPhase section */
37
- 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
38
- isa = PBXFrameworksBuildPhase;
39
- buildActionMask = 2147483647;
40
- files = (
41
- 0C80B921A6F3F58F76C31292 /* libPods-App.a in Frameworks */,
42
- );
43
- runOnlyForDeploymentPostprocessing = 0;
44
- };
45
- /* End PBXFrameworksBuildPhase section */
46
-
47
- /* Begin PBXGroup section */
48
- 13B07FAE1A68108700A75B9A /* App */ = {
49
- isa = PBXGroup;
50
- children = (
51
- 34BE021D2B88CF0100304333 /* license */,
52
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
53
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
54
- 13B07FB51A68108700A75B9A /* Images.xcassets */,
55
- 13B07FB61A68108700A75B9A /* Info.plist */,
56
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
57
- 13B07FB71A68108700A75B9A /* main.m */,
58
- 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
59
- E0C083A781074E78FBE614FA /* PrivacyInfo.xcprivacy */,
60
- );
61
- name = App;
62
- sourceTree = "<group>";
63
- };
64
- 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
65
- isa = PBXGroup;
66
- children = (
67
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
68
- 5DCACB8F33CDC322A6C60F78 /* libPods-App.a */,
69
- );
70
- name = Frameworks;
71
- sourceTree = "<group>";
72
- };
73
- 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
74
- isa = PBXGroup;
75
- children = (
76
- );
77
- name = Libraries;
78
- sourceTree = "<group>";
79
- };
80
- 83CBB9F61A601CBA00E9B192 = {
81
- isa = PBXGroup;
82
- children = (
83
- 13B07FAE1A68108700A75B9A /* App */,
84
- 832341AE1AAA6A7D00B99B32 /* Libraries */,
85
- 83CBBA001A601CBA00E9B192 /* Products */,
86
- 2D16E6871FA4F8E400B85C8A /* Frameworks */,
87
- BBD78D7AC51CEA395F1C20DB /* Pods */,
88
- );
89
- indentWidth = 2;
90
- sourceTree = "<group>";
91
- tabWidth = 2;
92
- usesTabs = 0;
93
- };
94
- 83CBBA001A601CBA00E9B192 /* Products */ = {
95
- isa = PBXGroup;
96
- children = (
97
- 13B07F961A680F5B00A75B9A /* App.app */,
98
- );
99
- name = Products;
100
- sourceTree = "<group>";
101
- };
102
- BBD78D7AC51CEA395F1C20DB /* Pods */ = {
103
- isa = PBXGroup;
104
- children = (
105
- 3B4392A12AC88292D35C810B /* Pods-App.debug.xcconfig */,
106
- 5709B34CF0A7D63546082F79 /* Pods-App.release.xcconfig */,
107
- );
108
- path = Pods;
109
- sourceTree = "<group>";
110
- };
111
- /* End PBXGroup section */
112
-
113
- /* Begin PBXNativeTarget section */
114
- 13B07F861A680F5B00A75B9A /* App */ = {
115
- isa = PBXNativeTarget;
116
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "App" */;
117
- buildPhases = (
118
- C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
119
- 13B07F871A680F5B00A75B9A /* Sources */,
120
- 13B07F8C1A680F5B00A75B9A /* Frameworks */,
121
- 13B07F8E1A680F5B00A75B9A /* Resources */,
122
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
123
- 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
124
- E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
125
- );
126
- buildRules = (
127
- );
128
- dependencies = (
129
- );
130
- name = App;
131
- productName = App;
132
- productReference = 13B07F961A680F5B00A75B9A /* App.app */;
133
- productType = "com.apple.product-type.application";
134
- };
135
- /* End PBXNativeTarget section */
136
-
137
- /* Begin PBXProject section */
138
- 83CBB9F71A601CBA00E9B192 /* Project object */ = {
139
- isa = PBXProject;
140
- attributes = {
141
- LastUpgradeCheck = 1210;
142
- TargetAttributes = {
143
- 13B07F861A680F5B00A75B9A = {
144
- LastSwiftMigration = 1120;
145
- };
146
- };
147
- };
148
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "App" */;
149
- compatibilityVersion = "Xcode 12.0";
150
- developmentRegion = en;
151
- hasScannedForEncodings = 0;
152
- knownRegions = (
153
- en,
154
- Base,
155
- );
156
- mainGroup = 83CBB9F61A601CBA00E9B192;
157
- productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
158
- projectDirPath = "";
159
- projectRoot = "";
160
- targets = (
161
- 13B07F861A680F5B00A75B9A /* App */,
162
- );
163
- };
164
- /* End PBXProject section */
165
-
166
- /* Begin PBXResourcesBuildPhase section */
167
- 13B07F8E1A680F5B00A75B9A /* Resources */ = {
168
- isa = PBXResourcesBuildPhase;
169
- buildActionMask = 2147483647;
170
- files = (
171
- 34BE021E2B88CF0100304333 /* license in Resources */,
172
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
173
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
174
- 79DCB8843C29DFE033F96497 /* PrivacyInfo.xcprivacy in Resources */,
175
- );
176
- runOnlyForDeploymentPostprocessing = 0;
177
- };
178
- /* End PBXResourcesBuildPhase section */
179
-
180
- /* Begin PBXShellScriptBuildPhase section */
181
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
182
- isa = PBXShellScriptBuildPhase;
183
- buildActionMask = 2147483647;
184
- files = (
185
- );
186
- inputPaths = (
187
- "$(SRCROOT)/.xcode.env.local",
188
- "$(SRCROOT)/.xcode.env",
189
- );
190
- name = "Bundle React Native code and images";
191
- outputPaths = (
192
- );
193
- runOnlyForDeploymentPostprocessing = 0;
194
- shellPath = /bin/sh;
195
- shellScript = "set -e\nexport ENTRY_FILE=\"index.tsx\"\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
196
- };
197
- 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
198
- isa = PBXShellScriptBuildPhase;
199
- buildActionMask = 2147483647;
200
- files = (
201
- );
202
- inputFileListPaths = (
203
- "${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks-${CONFIGURATION}-input-files.xcfilelist",
204
- );
205
- name = "[CP] Embed Pods Frameworks";
206
- outputFileListPaths = (
207
- "${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks-${CONFIGURATION}-output-files.xcfilelist",
208
- );
209
- runOnlyForDeploymentPostprocessing = 0;
210
- shellPath = /bin/sh;
211
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
212
- showEnvVarsInLog = 0;
213
- };
214
- C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
215
- isa = PBXShellScriptBuildPhase;
216
- buildActionMask = 2147483647;
217
- files = (
218
- );
219
- inputFileListPaths = (
220
- );
221
- inputPaths = (
222
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
223
- "${PODS_ROOT}/Manifest.lock",
224
- );
225
- name = "[CP] Check Pods Manifest.lock";
226
- outputFileListPaths = (
227
- );
228
- outputPaths = (
229
- "$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt",
230
- );
231
- runOnlyForDeploymentPostprocessing = 0;
232
- shellPath = /bin/sh;
233
- 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";
234
- showEnvVarsInLog = 0;
235
- };
236
- E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
237
- isa = PBXShellScriptBuildPhase;
238
- buildActionMask = 2147483647;
239
- files = (
240
- );
241
- inputFileListPaths = (
242
- "${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-resources-${CONFIGURATION}-input-files.xcfilelist",
243
- );
244
- name = "[CP] Copy Pods Resources";
245
- outputFileListPaths = (
246
- "${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-resources-${CONFIGURATION}-output-files.xcfilelist",
247
- );
248
- runOnlyForDeploymentPostprocessing = 0;
249
- shellPath = /bin/sh;
250
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-resources.sh\"\n";
251
- showEnvVarsInLog = 0;
252
- };
253
- /* End PBXShellScriptBuildPhase section */
254
-
255
- /* Begin PBXSourcesBuildPhase section */
256
- 13B07F871A680F5B00A75B9A /* Sources */ = {
257
- isa = PBXSourcesBuildPhase;
258
- buildActionMask = 2147483647;
259
- files = (
260
- 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
261
- 13B07FC11A68108700A75B9A /* main.m in Sources */,
262
- );
263
- runOnlyForDeploymentPostprocessing = 0;
264
- };
265
- /* End PBXSourcesBuildPhase section */
266
-
267
- /* Begin XCBuildConfiguration section */
268
- 13B07F941A680F5B00A75B9A /* Debug */ = {
269
- isa = XCBuildConfiguration;
270
- baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-App.debug.xcconfig */;
271
- buildSettings = {
272
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
273
- CLANG_ENABLE_MODULES = YES;
274
- CURRENT_PROJECT_VERSION = 1;
275
- DEVELOPMENT_TEAM = H6WR54S268;
276
- ENABLE_BITCODE = NO;
277
- INFOPLIST_FILE = App/Info.plist;
278
- IPHONEOS_DEPLOYMENT_TARGET = 15.6;
279
- LD_RUNPATH_SEARCH_PATHS = (
280
- "$(inherited)",
281
- "@executable_path/Frameworks",
282
- );
283
- MARKETING_VERSION = 1.0;
284
- OTHER_LDFLAGS = (
285
- "$(inherited)",
286
- "-ObjC",
287
- "-lc++",
288
- );
289
- PRODUCT_BUNDLE_IDENTIFIER = com.regula.documentreader.qa;
290
- PRODUCT_NAME = App;
291
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
292
- SWIFT_VERSION = 5.0;
293
- VERSIONING_SYSTEM = "apple-generic";
294
- };
295
- name = Debug;
296
- };
297
- 13B07F951A680F5B00A75B9A /* Release */ = {
298
- isa = XCBuildConfiguration;
299
- baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-App.release.xcconfig */;
300
- buildSettings = {
301
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
302
- CLANG_ENABLE_MODULES = YES;
303
- CURRENT_PROJECT_VERSION = 1;
304
- DEVELOPMENT_TEAM = H6WR54S268;
305
- INFOPLIST_FILE = App/Info.plist;
306
- IPHONEOS_DEPLOYMENT_TARGET = 15.6;
307
- LD_RUNPATH_SEARCH_PATHS = (
308
- "$(inherited)",
309
- "@executable_path/Frameworks",
310
- );
311
- MARKETING_VERSION = 1.0;
312
- OTHER_LDFLAGS = (
313
- "$(inherited)",
314
- "-ObjC",
315
- "-lc++",
316
- );
317
- PRODUCT_BUNDLE_IDENTIFIER = com.regula.documentreader.qa;
318
- PRODUCT_NAME = App;
319
- SWIFT_VERSION = 5.0;
320
- VERSIONING_SYSTEM = "apple-generic";
321
- };
322
- name = Release;
323
- };
324
- 83CBBA201A601CBA00E9B192 /* Debug */ = {
325
- isa = XCBuildConfiguration;
326
- buildSettings = {
327
- ALWAYS_SEARCH_USER_PATHS = NO;
328
- CC = "";
329
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
330
- CLANG_CXX_LANGUAGE_STANDARD = "c++20";
331
- CLANG_CXX_LIBRARY = "libc++";
332
- CLANG_ENABLE_MODULES = YES;
333
- CLANG_ENABLE_OBJC_ARC = YES;
334
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
335
- CLANG_WARN_BOOL_CONVERSION = YES;
336
- CLANG_WARN_COMMA = YES;
337
- CLANG_WARN_CONSTANT_CONVERSION = YES;
338
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
339
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
340
- CLANG_WARN_EMPTY_BODY = YES;
341
- CLANG_WARN_ENUM_CONVERSION = YES;
342
- CLANG_WARN_INFINITE_RECURSION = YES;
343
- CLANG_WARN_INT_CONVERSION = YES;
344
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
345
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
346
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
347
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
348
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
349
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
350
- CLANG_WARN_STRICT_PROTOTYPES = YES;
351
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
352
- CLANG_WARN_UNREACHABLE_CODE = YES;
353
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
354
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
355
- COPY_PHASE_STRIP = NO;
356
- CXX = "";
357
- ENABLE_STRICT_OBJC_MSGSEND = YES;
358
- ENABLE_TESTABILITY = YES;
359
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
360
- GCC_C_LANGUAGE_STANDARD = gnu99;
361
- GCC_DYNAMIC_NO_PIC = NO;
362
- GCC_NO_COMMON_BLOCKS = YES;
363
- GCC_OPTIMIZATION_LEVEL = 0;
364
- GCC_PREPROCESSOR_DEFINITIONS = (
365
- "DEBUG=1",
366
- "$(inherited)",
367
- );
368
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
369
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
370
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
371
- GCC_WARN_UNDECLARED_SELECTOR = YES;
372
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
373
- GCC_WARN_UNUSED_FUNCTION = YES;
374
- GCC_WARN_UNUSED_VARIABLE = YES;
375
- IPHONEOS_DEPLOYMENT_TARGET = 15.6;
376
- LD = "";
377
- LDPLUSPLUS = "";
378
- LD_RUNPATH_SEARCH_PATHS = (
379
- /usr/lib/swift,
380
- "$(inherited)",
381
- );
382
- LIBRARY_SEARCH_PATHS = (
383
- "\"$(SDKROOT)/usr/lib/swift\"",
384
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
385
- "\"$(inherited)\"",
386
- );
387
- MTL_ENABLE_DEBUG_INFO = YES;
388
- ONLY_ACTIVE_ARCH = YES;
389
- OTHER_CPLUSPLUSFLAGS = (
390
- "$(OTHER_CFLAGS)",
391
- "-DFOLLY_NO_CONFIG",
392
- "-DFOLLY_MOBILE=1",
393
- "-DFOLLY_USE_LIBCPP=1",
394
- "-DFOLLY_CFG_NO_COROUTINES=1",
395
- "-DFOLLY_HAVE_CLOCK_GETTIME=1",
396
- );
397
- OTHER_LDFLAGS = "$(inherited) ";
398
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
399
- SDKROOT = iphoneos;
400
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
401
- USE_HERMES = true;
402
- };
403
- name = Debug;
404
- };
405
- 83CBBA211A601CBA00E9B192 /* Release */ = {
406
- isa = XCBuildConfiguration;
407
- buildSettings = {
408
- ALWAYS_SEARCH_USER_PATHS = NO;
409
- CC = "";
410
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
411
- CLANG_CXX_LANGUAGE_STANDARD = "c++20";
412
- CLANG_CXX_LIBRARY = "libc++";
413
- CLANG_ENABLE_MODULES = YES;
414
- CLANG_ENABLE_OBJC_ARC = YES;
415
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
416
- CLANG_WARN_BOOL_CONVERSION = YES;
417
- CLANG_WARN_COMMA = YES;
418
- CLANG_WARN_CONSTANT_CONVERSION = YES;
419
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
420
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
421
- CLANG_WARN_EMPTY_BODY = YES;
422
- CLANG_WARN_ENUM_CONVERSION = YES;
423
- CLANG_WARN_INFINITE_RECURSION = YES;
424
- CLANG_WARN_INT_CONVERSION = YES;
425
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
426
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
427
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
428
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
429
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
430
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
431
- CLANG_WARN_STRICT_PROTOTYPES = YES;
432
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
433
- CLANG_WARN_UNREACHABLE_CODE = YES;
434
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
435
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
436
- COPY_PHASE_STRIP = YES;
437
- CXX = "";
438
- ENABLE_NS_ASSERTIONS = NO;
439
- ENABLE_STRICT_OBJC_MSGSEND = YES;
440
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
441
- GCC_C_LANGUAGE_STANDARD = gnu99;
442
- GCC_NO_COMMON_BLOCKS = YES;
443
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
444
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
445
- GCC_WARN_UNDECLARED_SELECTOR = YES;
446
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
447
- GCC_WARN_UNUSED_FUNCTION = YES;
448
- GCC_WARN_UNUSED_VARIABLE = YES;
449
- IPHONEOS_DEPLOYMENT_TARGET = 15.6;
450
- LD = "";
451
- LDPLUSPLUS = "";
452
- LD_RUNPATH_SEARCH_PATHS = (
453
- /usr/lib/swift,
454
- "$(inherited)",
455
- );
456
- LIBRARY_SEARCH_PATHS = (
457
- "\"$(SDKROOT)/usr/lib/swift\"",
458
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
459
- "\"$(inherited)\"",
460
- );
461
- MTL_ENABLE_DEBUG_INFO = NO;
462
- OTHER_CPLUSPLUSFLAGS = (
463
- "$(OTHER_CFLAGS)",
464
- "-DFOLLY_NO_CONFIG",
465
- "-DFOLLY_MOBILE=1",
466
- "-DFOLLY_USE_LIBCPP=1",
467
- "-DFOLLY_CFG_NO_COROUTINES=1",
468
- "-DFOLLY_HAVE_CLOCK_GETTIME=1",
469
- );
470
- OTHER_LDFLAGS = "$(inherited) ";
471
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
472
- SDKROOT = iphoneos;
473
- USE_HERMES = true;
474
- VALIDATE_PRODUCT = YES;
475
- };
476
- name = Release;
477
- };
478
- /* End XCBuildConfiguration section */
479
-
480
- /* Begin XCConfigurationList section */
481
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "App" */ = {
482
- isa = XCConfigurationList;
483
- buildConfigurations = (
484
- 13B07F941A680F5B00A75B9A /* Debug */,
485
- 13B07F951A680F5B00A75B9A /* Release */,
486
- );
487
- defaultConfigurationIsVisible = 0;
488
- defaultConfigurationName = Release;
489
- };
490
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "App" */ = {
491
- isa = XCConfigurationList;
492
- buildConfigurations = (
493
- 83CBBA201A601CBA00E9B192 /* Debug */,
494
- 83CBBA211A601CBA00E9B192 /* Release */,
495
- );
496
- defaultConfigurationIsVisible = 0;
497
- defaultConfigurationName = Release;
498
- };
499
- /* End XCConfigurationList section */
500
- };
501
- rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
502
- }
@@ -1,70 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "1210"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForTesting = "YES"
11
- buildForRunning = "YES"
12
- buildForProfiling = "YES"
13
- buildForArchiving = "YES"
14
- buildForAnalyzing = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
18
- BuildableName = "App.app"
19
- BlueprintName = "App"
20
- ReferencedContainer = "container:App.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <LaunchAction
26
- buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- launchStyle = "0"
30
- useCustomWorkingDirectory = "NO"
31
- ignoresPersistentStateOnLaunch = "NO"
32
- debugDocumentVersioning = "YES"
33
- debugServiceExtension = "internal"
34
- allowLocationSimulation = "YES">
35
- <BuildableProductRunnable
36
- runnableDebuggingMode = "0">
37
- <BuildableReference
38
- BuildableIdentifier = "primary"
39
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
40
- BuildableName = "App.app"
41
- BlueprintName = "App"
42
- ReferencedContainer = "container:App.xcodeproj">
43
- </BuildableReference>
44
- </BuildableProductRunnable>
45
- </LaunchAction>
46
- <ProfileAction
47
- buildConfiguration = "Release"
48
- shouldUseLaunchSchemeArgsEnv = "YES"
49
- savedToolIdentifier = ""
50
- useCustomWorkingDirectory = "NO"
51
- debugDocumentVersioning = "YES">
52
- <BuildableProductRunnable
53
- runnableDebuggingMode = "0">
54
- <BuildableReference
55
- BuildableIdentifier = "primary"
56
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
57
- BuildableName = "App.app"
58
- BlueprintName = "App"
59
- ReferencedContainer = "container:App.xcodeproj">
60
- </BuildableReference>
61
- </BuildableProductRunnable>
62
- </ProfileAction>
63
- <AnalyzeAction
64
- buildConfiguration = "Debug">
65
- </AnalyzeAction>
66
- <ArchiveAction
67
- buildConfiguration = "Release"
68
- revealArchiveInOrganizer = "YES">
69
- </ArchiveAction>
70
- </Scheme>
@@ -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,37 +0,0 @@
1
- source "https://github.com/CocoaPods/Specs.git"
2
-
3
- # Resolve react_native_pods.rb with node to allow for hoisting
4
- require Pod::Executable.execute_command('node', ['-p',
5
- 'require.resolve(
6
- "react-native/scripts/react_native_pods.rb",
7
- {paths: [process.argv[1]]},
8
- )', __dir__]).strip
9
-
10
- platform :ios, min_ios_version_supported
11
- prepare_react_native_project!
12
-
13
- linkage = ENV['USE_FRAMEWORKS']
14
- if linkage != nil
15
- Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
16
- use_frameworks! :linkage => linkage.to_sym
17
- end
18
-
19
- target 'App' do
20
- config = use_native_modules!
21
-
22
- use_react_native!(
23
- :path => config[:reactNativePath],
24
- # An absolute path to your application root.
25
- :app_path => "#{Pod::Config.instance.installation_root}/.."
26
- )
27
-
28
- post_install do |installer|
29
- # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
30
- react_native_post_install(
31
- installer,
32
- config[:reactNativePath],
33
- :mac_catalyst_enabled => false,
34
- # :ccache_enabled => true
35
- )
36
- end
37
- end