@regulaforensics/react-native-document-reader-btdevice 1.1.39-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 (69) hide show
  1. package/.github/ISSUE_TEMPLATE/bug-report.md +39 -0
  2. package/.github/ISSUE_TEMPLATE/config.yml +5 -0
  3. package/.github/ISSUE_TEMPLATE/feature-request.md +20 -0
  4. package/README.md +10 -0
  5. package/RNDocumentReaderBtdevice.podspec +20 -0
  6. package/android/build.gradle +33 -0
  7. package/android/src/main/AndroidManifest.xml +5 -0
  8. package/android/src/main/java/com/regula/documentreader/btdevice/RNDocumentReaderBtdeviceModule.java +20 -0
  9. package/android/src/main/java/com/regula/documentreader/btdevice/RNDocumentReaderBtdevicePackage.java +27 -0
  10. package/example/.watchmanconfig +1 -0
  11. package/example/App.tsx +314 -0
  12. package/example/android/app/build.gradle +124 -0
  13. package/example/android/app/debug.keystore +0 -0
  14. package/example/android/app/proguard-rules.pro +10 -0
  15. package/example/android/app/src/debug/AndroidManifest.xml +13 -0
  16. package/example/android/app/src/debug/java/com/regula/dr/fullrfid/ReactNativeFlipper.java +75 -0
  17. package/example/android/app/src/main/AndroidManifest.xml +25 -0
  18. package/example/android/app/src/main/java/com/regula/dr/fullrfid/MainActivity.java +32 -0
  19. package/example/android/app/src/main/java/com/regula/dr/fullrfid/MainApplication.java +62 -0
  20. package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +36 -0
  21. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  22. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  23. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  24. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  25. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  26. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  27. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  28. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  29. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  30. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  31. package/example/android/app/src/main/res/values/strings.xml +3 -0
  32. package/example/android/app/src/main/res/values/styles.xml +10 -0
  33. package/example/android/app/src/release/java/com/regula/dr/fullrfid/ReactNativeFlipper.java +20 -0
  34. package/example/android/build.gradle +19 -0
  35. package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  36. package/example/android/gradle/wrapper/gradle-wrapper.properties +6 -0
  37. package/example/android/gradle.properties +44 -0
  38. package/example/android/gradlew +244 -0
  39. package/example/android/gradlew.bat +92 -0
  40. package/example/android/settings.gradle +4 -0
  41. package/example/images/id.png +0 -0
  42. package/example/images/portrait.png +0 -0
  43. package/example/index.js +8 -0
  44. package/example/ios/.xcode.env +11 -0
  45. package/example/ios/DocumentReader/AppDelegate.h +6 -0
  46. package/example/ios/DocumentReader/AppDelegate.mm +26 -0
  47. package/example/ios/DocumentReader/DocumentReader.entitlements +10 -0
  48. package/example/ios/DocumentReader/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
  49. package/example/ios/DocumentReader/Images.xcassets/Contents.json +6 -0
  50. package/example/ios/DocumentReader/Info.plist +75 -0
  51. package/example/ios/DocumentReader/LaunchScreen.storyboard +47 -0
  52. package/example/ios/DocumentReader/main.m +10 -0
  53. package/example/ios/DocumentReader.xcodeproj/project.pbxproj +730 -0
  54. package/example/ios/DocumentReader.xcodeproj/xcshareddata/xcschemes/DocumentReader.xcscheme +88 -0
  55. package/example/ios/DocumentReader.xcworkspace/contents.xcworkspacedata +10 -0
  56. package/example/ios/DocumentReader.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  57. package/example/ios/DocumentReaderTests/DocumentReaderTests.m +66 -0
  58. package/example/ios/DocumentReaderTests/Info.plist +24 -0
  59. package/example/ios/Podfile +62 -0
  60. package/example/metro.config.js +16 -0
  61. package/example/package-lock.json +14555 -0
  62. package/example/package.json +47 -0
  63. package/index.js +0 -0
  64. package/ios/RNDocumentReaderBtdevice.h +11 -0
  65. package/ios/RNDocumentReaderBtdevice.m +13 -0
  66. package/ios/RNDocumentReaderBtdevice.podspec +20 -0
  67. package/ios/RNDocumentReaderBtdevice.xcodeproj/project.pbxproj +259 -0
  68. package/ios/RNDocumentReaderBtdevice.xcworkspace/contents.xcworkspacedata +9 -0
  69. package/package.json +26 -0
@@ -0,0 +1,730 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 54;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 00E356F31AD99517003FC87E /* DocumentReaderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* DocumentReaderTests.m */; };
11
+ 0C80B921A6F3F58F76C31292 /* libPods-DocumentReader.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-DocumentReader.a */; };
12
+ 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
14
+ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15
+ 7699B88040F8A987B510C191 /* libPods-DocumentReader-DocumentReaderTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-DocumentReader-DocumentReaderTests.a */; };
16
+ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
17
+ /* End PBXBuildFile section */
18
+
19
+ /* Begin PBXContainerItemProxy section */
20
+ 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
21
+ isa = PBXContainerItemProxy;
22
+ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
23
+ proxyType = 1;
24
+ remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
25
+ remoteInfo = DocumentReader;
26
+ };
27
+ /* End PBXContainerItemProxy section */
28
+
29
+ /* Begin PBXFileReference section */
30
+ 00E356EE1AD99517003FC87E /* DocumentReaderTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DocumentReaderTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
31
+ 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32
+ 00E356F21AD99517003FC87E /* DocumentReaderTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DocumentReaderTests.m; sourceTree = "<group>"; };
33
+ 13B07F961A680F5B00A75B9A /* DocumentReader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DocumentReader.app; sourceTree = BUILT_PRODUCTS_DIR; };
34
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = DocumentReader/AppDelegate.h; sourceTree = "<group>"; };
35
+ 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = DocumentReader/AppDelegate.mm; sourceTree = "<group>"; };
36
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = DocumentReader/Images.xcassets; sourceTree = "<group>"; };
37
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = DocumentReader/Info.plist; sourceTree = "<group>"; };
38
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = DocumentReader/main.m; sourceTree = "<group>"; };
39
+ 19F6CBCC0A4E27FBF8BF4A61 /* libPods-DocumentReader-DocumentReaderTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DocumentReader-DocumentReaderTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
40
+ 3471549F2A4D9A1500361434 /* DocumentReader.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = DocumentReader.entitlements; path = DocumentReader/DocumentReader.entitlements; sourceTree = "<group>"; };
41
+ 3B4392A12AC88292D35C810B /* Pods-DocumentReader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DocumentReader.debug.xcconfig"; path = "Target Support Files/Pods-DocumentReader/Pods-DocumentReader.debug.xcconfig"; sourceTree = "<group>"; };
42
+ 5709B34CF0A7D63546082F79 /* Pods-DocumentReader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DocumentReader.release.xcconfig"; path = "Target Support Files/Pods-DocumentReader/Pods-DocumentReader.release.xcconfig"; sourceTree = "<group>"; };
43
+ 5B7EB9410499542E8C5724F5 /* Pods-DocumentReader-DocumentReaderTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DocumentReader-DocumentReaderTests.debug.xcconfig"; path = "Target Support Files/Pods-DocumentReader-DocumentReaderTests/Pods-DocumentReader-DocumentReaderTests.debug.xcconfig"; sourceTree = "<group>"; };
44
+ 5DCACB8F33CDC322A6C60F78 /* libPods-DocumentReader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DocumentReader.a"; sourceTree = BUILT_PRODUCTS_DIR; };
45
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = DocumentReader/LaunchScreen.storyboard; sourceTree = "<group>"; };
46
+ 89C6BE57DB24E9ADA2F236DE /* Pods-DocumentReader-DocumentReaderTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DocumentReader-DocumentReaderTests.release.xcconfig"; path = "Target Support Files/Pods-DocumentReader-DocumentReaderTests/Pods-DocumentReader-DocumentReaderTests.release.xcconfig"; sourceTree = "<group>"; };
47
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
48
+ /* End PBXFileReference section */
49
+
50
+ /* Begin PBXFrameworksBuildPhase section */
51
+ 00E356EB1AD99517003FC87E /* Frameworks */ = {
52
+ isa = PBXFrameworksBuildPhase;
53
+ buildActionMask = 2147483647;
54
+ files = (
55
+ 7699B88040F8A987B510C191 /* libPods-DocumentReader-DocumentReaderTests.a in Frameworks */,
56
+ );
57
+ runOnlyForDeploymentPostprocessing = 0;
58
+ };
59
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
60
+ isa = PBXFrameworksBuildPhase;
61
+ buildActionMask = 2147483647;
62
+ files = (
63
+ 0C80B921A6F3F58F76C31292 /* libPods-DocumentReader.a in Frameworks */,
64
+ );
65
+ runOnlyForDeploymentPostprocessing = 0;
66
+ };
67
+ /* End PBXFrameworksBuildPhase section */
68
+
69
+ /* Begin PBXGroup section */
70
+ 00E356EF1AD99517003FC87E /* DocumentReaderTests */ = {
71
+ isa = PBXGroup;
72
+ children = (
73
+ 00E356F21AD99517003FC87E /* DocumentReaderTests.m */,
74
+ 00E356F01AD99517003FC87E /* Supporting Files */,
75
+ );
76
+ path = DocumentReaderTests;
77
+ sourceTree = "<group>";
78
+ };
79
+ 00E356F01AD99517003FC87E /* Supporting Files */ = {
80
+ isa = PBXGroup;
81
+ children = (
82
+ 00E356F11AD99517003FC87E /* Info.plist */,
83
+ );
84
+ name = "Supporting Files";
85
+ sourceTree = "<group>";
86
+ };
87
+ 13B07FAE1A68108700A75B9A /* DocumentReader */ = {
88
+ isa = PBXGroup;
89
+ children = (
90
+ 3471549F2A4D9A1500361434 /* DocumentReader.entitlements */,
91
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
92
+ 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
93
+ 13B07FB51A68108700A75B9A /* Images.xcassets */,
94
+ 13B07FB61A68108700A75B9A /* Info.plist */,
95
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
96
+ 13B07FB71A68108700A75B9A /* main.m */,
97
+ );
98
+ name = DocumentReader;
99
+ sourceTree = "<group>";
100
+ };
101
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
102
+ isa = PBXGroup;
103
+ children = (
104
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
105
+ 5DCACB8F33CDC322A6C60F78 /* libPods-DocumentReader.a */,
106
+ 19F6CBCC0A4E27FBF8BF4A61 /* libPods-DocumentReader-DocumentReaderTests.a */,
107
+ );
108
+ name = Frameworks;
109
+ sourceTree = "<group>";
110
+ };
111
+ 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
112
+ isa = PBXGroup;
113
+ children = (
114
+ );
115
+ name = Libraries;
116
+ sourceTree = "<group>";
117
+ };
118
+ 83CBB9F61A601CBA00E9B192 = {
119
+ isa = PBXGroup;
120
+ children = (
121
+ 13B07FAE1A68108700A75B9A /* DocumentReader */,
122
+ 832341AE1AAA6A7D00B99B32 /* Libraries */,
123
+ 00E356EF1AD99517003FC87E /* DocumentReaderTests */,
124
+ 83CBBA001A601CBA00E9B192 /* Products */,
125
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */,
126
+ BBD78D7AC51CEA395F1C20DB /* Pods */,
127
+ );
128
+ indentWidth = 2;
129
+ sourceTree = "<group>";
130
+ tabWidth = 2;
131
+ usesTabs = 0;
132
+ };
133
+ 83CBBA001A601CBA00E9B192 /* Products */ = {
134
+ isa = PBXGroup;
135
+ children = (
136
+ 13B07F961A680F5B00A75B9A /* DocumentReader.app */,
137
+ 00E356EE1AD99517003FC87E /* DocumentReaderTests.xctest */,
138
+ );
139
+ name = Products;
140
+ sourceTree = "<group>";
141
+ };
142
+ BBD78D7AC51CEA395F1C20DB /* Pods */ = {
143
+ isa = PBXGroup;
144
+ children = (
145
+ 3B4392A12AC88292D35C810B /* Pods-DocumentReader.debug.xcconfig */,
146
+ 5709B34CF0A7D63546082F79 /* Pods-DocumentReader.release.xcconfig */,
147
+ 5B7EB9410499542E8C5724F5 /* Pods-DocumentReader-DocumentReaderTests.debug.xcconfig */,
148
+ 89C6BE57DB24E9ADA2F236DE /* Pods-DocumentReader-DocumentReaderTests.release.xcconfig */,
149
+ );
150
+ path = Pods;
151
+ sourceTree = "<group>";
152
+ };
153
+ /* End PBXGroup section */
154
+
155
+ /* Begin PBXNativeTarget section */
156
+ 00E356ED1AD99517003FC87E /* DocumentReaderTests */ = {
157
+ isa = PBXNativeTarget;
158
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "DocumentReaderTests" */;
159
+ buildPhases = (
160
+ A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
161
+ 00E356EA1AD99517003FC87E /* Sources */,
162
+ 00E356EB1AD99517003FC87E /* Frameworks */,
163
+ 00E356EC1AD99517003FC87E /* Resources */,
164
+ C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
165
+ F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
166
+ );
167
+ buildRules = (
168
+ );
169
+ dependencies = (
170
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */,
171
+ );
172
+ name = DocumentReaderTests;
173
+ productName = DocumentReaderTests;
174
+ productReference = 00E356EE1AD99517003FC87E /* DocumentReaderTests.xctest */;
175
+ productType = "com.apple.product-type.bundle.unit-test";
176
+ };
177
+ 13B07F861A680F5B00A75B9A /* DocumentReader */ = {
178
+ isa = PBXNativeTarget;
179
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "DocumentReader" */;
180
+ buildPhases = (
181
+ C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
182
+ FD10A7F022414F080027D42C /* Start Packager */,
183
+ 13B07F871A680F5B00A75B9A /* Sources */,
184
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */,
185
+ 13B07F8E1A680F5B00A75B9A /* Resources */,
186
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
187
+ 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
188
+ E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
189
+ );
190
+ buildRules = (
191
+ );
192
+ dependencies = (
193
+ );
194
+ name = DocumentReader;
195
+ productName = DocumentReader;
196
+ productReference = 13B07F961A680F5B00A75B9A /* DocumentReader.app */;
197
+ productType = "com.apple.product-type.application";
198
+ };
199
+ /* End PBXNativeTarget section */
200
+
201
+ /* Begin PBXProject section */
202
+ 83CBB9F71A601CBA00E9B192 /* Project object */ = {
203
+ isa = PBXProject;
204
+ attributes = {
205
+ LastUpgradeCheck = 1210;
206
+ TargetAttributes = {
207
+ 00E356ED1AD99517003FC87E = {
208
+ CreatedOnToolsVersion = 6.2;
209
+ TestTargetID = 13B07F861A680F5B00A75B9A;
210
+ };
211
+ 13B07F861A680F5B00A75B9A = {
212
+ LastSwiftMigration = 1120;
213
+ };
214
+ };
215
+ };
216
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "DocumentReader" */;
217
+ compatibilityVersion = "Xcode 12.0";
218
+ developmentRegion = en;
219
+ hasScannedForEncodings = 0;
220
+ knownRegions = (
221
+ en,
222
+ Base,
223
+ );
224
+ mainGroup = 83CBB9F61A601CBA00E9B192;
225
+ productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
226
+ projectDirPath = "";
227
+ projectRoot = "";
228
+ targets = (
229
+ 13B07F861A680F5B00A75B9A /* DocumentReader */,
230
+ 00E356ED1AD99517003FC87E /* DocumentReaderTests */,
231
+ );
232
+ };
233
+ /* End PBXProject section */
234
+
235
+ /* Begin PBXResourcesBuildPhase section */
236
+ 00E356EC1AD99517003FC87E /* Resources */ = {
237
+ isa = PBXResourcesBuildPhase;
238
+ buildActionMask = 2147483647;
239
+ files = (
240
+ );
241
+ runOnlyForDeploymentPostprocessing = 0;
242
+ };
243
+ 13B07F8E1A680F5B00A75B9A /* Resources */ = {
244
+ isa = PBXResourcesBuildPhase;
245
+ buildActionMask = 2147483647;
246
+ files = (
247
+ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
248
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
249
+ );
250
+ runOnlyForDeploymentPostprocessing = 0;
251
+ };
252
+ /* End PBXResourcesBuildPhase section */
253
+
254
+ /* Begin PBXShellScriptBuildPhase section */
255
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
256
+ isa = PBXShellScriptBuildPhase;
257
+ buildActionMask = 2147483647;
258
+ files = (
259
+ );
260
+ inputPaths = (
261
+ "$(SRCROOT)/.xcode.env.local",
262
+ "$(SRCROOT)/.xcode.env",
263
+ );
264
+ name = "Bundle React Native code and images";
265
+ outputPaths = (
266
+ );
267
+ runOnlyForDeploymentPostprocessing = 0;
268
+ shellPath = /bin/sh;
269
+ shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
270
+ };
271
+ 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
272
+ isa = PBXShellScriptBuildPhase;
273
+ buildActionMask = 2147483647;
274
+ files = (
275
+ );
276
+ inputFileListPaths = (
277
+ "${PODS_ROOT}/Target Support Files/Pods-DocumentReader/Pods-DocumentReader-frameworks-${CONFIGURATION}-input-files.xcfilelist",
278
+ );
279
+ name = "[CP] Embed Pods Frameworks";
280
+ outputFileListPaths = (
281
+ "${PODS_ROOT}/Target Support Files/Pods-DocumentReader/Pods-DocumentReader-frameworks-${CONFIGURATION}-output-files.xcfilelist",
282
+ );
283
+ runOnlyForDeploymentPostprocessing = 0;
284
+ shellPath = /bin/sh;
285
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DocumentReader/Pods-DocumentReader-frameworks.sh\"\n";
286
+ showEnvVarsInLog = 0;
287
+ };
288
+ A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
289
+ isa = PBXShellScriptBuildPhase;
290
+ buildActionMask = 2147483647;
291
+ files = (
292
+ );
293
+ inputFileListPaths = (
294
+ );
295
+ inputPaths = (
296
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
297
+ "${PODS_ROOT}/Manifest.lock",
298
+ );
299
+ name = "[CP] Check Pods Manifest.lock";
300
+ outputFileListPaths = (
301
+ );
302
+ outputPaths = (
303
+ "$(DERIVED_FILE_DIR)/Pods-DocumentReader-DocumentReaderTests-checkManifestLockResult.txt",
304
+ );
305
+ runOnlyForDeploymentPostprocessing = 0;
306
+ shellPath = /bin/sh;
307
+ 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";
308
+ showEnvVarsInLog = 0;
309
+ };
310
+ C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
311
+ isa = PBXShellScriptBuildPhase;
312
+ buildActionMask = 2147483647;
313
+ files = (
314
+ );
315
+ inputFileListPaths = (
316
+ );
317
+ inputPaths = (
318
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
319
+ "${PODS_ROOT}/Manifest.lock",
320
+ );
321
+ name = "[CP] Check Pods Manifest.lock";
322
+ outputFileListPaths = (
323
+ );
324
+ outputPaths = (
325
+ "$(DERIVED_FILE_DIR)/Pods-DocumentReader-checkManifestLockResult.txt",
326
+ );
327
+ runOnlyForDeploymentPostprocessing = 0;
328
+ shellPath = /bin/sh;
329
+ 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";
330
+ showEnvVarsInLog = 0;
331
+ };
332
+ C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
333
+ isa = PBXShellScriptBuildPhase;
334
+ buildActionMask = 2147483647;
335
+ files = (
336
+ );
337
+ inputFileListPaths = (
338
+ "${PODS_ROOT}/Target Support Files/Pods-DocumentReader-DocumentReaderTests/Pods-DocumentReader-DocumentReaderTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
339
+ );
340
+ name = "[CP] Embed Pods Frameworks";
341
+ outputFileListPaths = (
342
+ "${PODS_ROOT}/Target Support Files/Pods-DocumentReader-DocumentReaderTests/Pods-DocumentReader-DocumentReaderTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
343
+ );
344
+ runOnlyForDeploymentPostprocessing = 0;
345
+ shellPath = /bin/sh;
346
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DocumentReader-DocumentReaderTests/Pods-DocumentReader-DocumentReaderTests-frameworks.sh\"\n";
347
+ showEnvVarsInLog = 0;
348
+ };
349
+ E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
350
+ isa = PBXShellScriptBuildPhase;
351
+ buildActionMask = 2147483647;
352
+ files = (
353
+ );
354
+ inputFileListPaths = (
355
+ "${PODS_ROOT}/Target Support Files/Pods-DocumentReader/Pods-DocumentReader-resources-${CONFIGURATION}-input-files.xcfilelist",
356
+ );
357
+ name = "[CP] Copy Pods Resources";
358
+ outputFileListPaths = (
359
+ "${PODS_ROOT}/Target Support Files/Pods-DocumentReader/Pods-DocumentReader-resources-${CONFIGURATION}-output-files.xcfilelist",
360
+ );
361
+ runOnlyForDeploymentPostprocessing = 0;
362
+ shellPath = /bin/sh;
363
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DocumentReader/Pods-DocumentReader-resources.sh\"\n";
364
+ showEnvVarsInLog = 0;
365
+ };
366
+ F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
367
+ isa = PBXShellScriptBuildPhase;
368
+ buildActionMask = 2147483647;
369
+ files = (
370
+ );
371
+ inputFileListPaths = (
372
+ "${PODS_ROOT}/Target Support Files/Pods-DocumentReader-DocumentReaderTests/Pods-DocumentReader-DocumentReaderTests-resources-${CONFIGURATION}-input-files.xcfilelist",
373
+ );
374
+ name = "[CP] Copy Pods Resources";
375
+ outputFileListPaths = (
376
+ "${PODS_ROOT}/Target Support Files/Pods-DocumentReader-DocumentReaderTests/Pods-DocumentReader-DocumentReaderTests-resources-${CONFIGURATION}-output-files.xcfilelist",
377
+ );
378
+ runOnlyForDeploymentPostprocessing = 0;
379
+ shellPath = /bin/sh;
380
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DocumentReader-DocumentReaderTests/Pods-DocumentReader-DocumentReaderTests-resources.sh\"\n";
381
+ showEnvVarsInLog = 0;
382
+ };
383
+ FD10A7F022414F080027D42C /* Start Packager */ = {
384
+ isa = PBXShellScriptBuildPhase;
385
+ buildActionMask = 2147483647;
386
+ files = (
387
+ );
388
+ inputFileListPaths = (
389
+ );
390
+ inputPaths = (
391
+ );
392
+ name = "Start Packager";
393
+ outputFileListPaths = (
394
+ );
395
+ outputPaths = (
396
+ );
397
+ runOnlyForDeploymentPostprocessing = 0;
398
+ shellPath = /bin/sh;
399
+ shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
400
+ showEnvVarsInLog = 0;
401
+ };
402
+ /* End PBXShellScriptBuildPhase section */
403
+
404
+ /* Begin PBXSourcesBuildPhase section */
405
+ 00E356EA1AD99517003FC87E /* Sources */ = {
406
+ isa = PBXSourcesBuildPhase;
407
+ buildActionMask = 2147483647;
408
+ files = (
409
+ 00E356F31AD99517003FC87E /* DocumentReaderTests.m in Sources */,
410
+ );
411
+ runOnlyForDeploymentPostprocessing = 0;
412
+ };
413
+ 13B07F871A680F5B00A75B9A /* Sources */ = {
414
+ isa = PBXSourcesBuildPhase;
415
+ buildActionMask = 2147483647;
416
+ files = (
417
+ 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
418
+ 13B07FC11A68108700A75B9A /* main.m in Sources */,
419
+ );
420
+ runOnlyForDeploymentPostprocessing = 0;
421
+ };
422
+ /* End PBXSourcesBuildPhase section */
423
+
424
+ /* Begin PBXTargetDependency section */
425
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
426
+ isa = PBXTargetDependency;
427
+ target = 13B07F861A680F5B00A75B9A /* DocumentReader */;
428
+ targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
429
+ };
430
+ /* End PBXTargetDependency section */
431
+
432
+ /* Begin XCBuildConfiguration section */
433
+ 00E356F61AD99517003FC87E /* Debug */ = {
434
+ isa = XCBuildConfiguration;
435
+ baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-DocumentReader-DocumentReaderTests.debug.xcconfig */;
436
+ buildSettings = {
437
+ BUNDLE_LOADER = "$(TEST_HOST)";
438
+ GCC_PREPROCESSOR_DEFINITIONS = (
439
+ "DEBUG=1",
440
+ "$(inherited)",
441
+ );
442
+ INFOPLIST_FILE = DocumentReaderTests/Info.plist;
443
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
444
+ LD_RUNPATH_SEARCH_PATHS = (
445
+ "$(inherited)",
446
+ "@executable_path/Frameworks",
447
+ "@loader_path/Frameworks",
448
+ );
449
+ OTHER_LDFLAGS = (
450
+ "-ObjC",
451
+ "-lc++",
452
+ "$(inherited)",
453
+ );
454
+ PRODUCT_BUNDLE_IDENTIFIER = com.regula.dr.fullrfid;
455
+ PRODUCT_NAME = "$(TARGET_NAME)";
456
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
457
+ SUPPORTS_MACCATALYST = NO;
458
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
459
+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
460
+ TARGETED_DEVICE_FAMILY = 1;
461
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DocumentReader.app/DocumentReader";
462
+ };
463
+ name = Debug;
464
+ };
465
+ 00E356F71AD99517003FC87E /* Release */ = {
466
+ isa = XCBuildConfiguration;
467
+ baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-DocumentReader-DocumentReaderTests.release.xcconfig */;
468
+ buildSettings = {
469
+ BUNDLE_LOADER = "$(TEST_HOST)";
470
+ COPY_PHASE_STRIP = NO;
471
+ INFOPLIST_FILE = DocumentReaderTests/Info.plist;
472
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
473
+ LD_RUNPATH_SEARCH_PATHS = (
474
+ "$(inherited)",
475
+ "@executable_path/Frameworks",
476
+ "@loader_path/Frameworks",
477
+ );
478
+ OTHER_LDFLAGS = (
479
+ "-ObjC",
480
+ "-lc++",
481
+ "$(inherited)",
482
+ );
483
+ PRODUCT_BUNDLE_IDENTIFIER = com.regula.dr.fullrfid;
484
+ PRODUCT_NAME = "$(TARGET_NAME)";
485
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
486
+ SUPPORTS_MACCATALYST = NO;
487
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
488
+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
489
+ TARGETED_DEVICE_FAMILY = 1;
490
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DocumentReader.app/DocumentReader";
491
+ };
492
+ name = Release;
493
+ };
494
+ 13B07F941A680F5B00A75B9A /* Debug */ = {
495
+ isa = XCBuildConfiguration;
496
+ baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-DocumentReader.debug.xcconfig */;
497
+ buildSettings = {
498
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
499
+ CLANG_ENABLE_MODULES = YES;
500
+ CODE_SIGN_ENTITLEMENTS = DocumentReader/DocumentReader.entitlements;
501
+ CURRENT_PROJECT_VERSION = 1;
502
+ ENABLE_BITCODE = NO;
503
+ INFOPLIST_FILE = DocumentReader/Info.plist;
504
+ LD_RUNPATH_SEARCH_PATHS = (
505
+ "$(inherited)",
506
+ "@executable_path/Frameworks",
507
+ );
508
+ MARKETING_VERSION = 1.0;
509
+ OTHER_LDFLAGS = (
510
+ "$(inherited)",
511
+ "-ObjC",
512
+ "-lc++",
513
+ );
514
+ PRODUCT_BUNDLE_IDENTIFIER = regula.DocumentReader;
515
+ PRODUCT_NAME = DocumentReader;
516
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
517
+ SUPPORTS_MACCATALYST = NO;
518
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
519
+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
520
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
521
+ SWIFT_VERSION = 5.0;
522
+ TARGETED_DEVICE_FAMILY = 1;
523
+ VERSIONING_SYSTEM = "apple-generic";
524
+ };
525
+ name = Debug;
526
+ };
527
+ 13B07F951A680F5B00A75B9A /* Release */ = {
528
+ isa = XCBuildConfiguration;
529
+ baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-DocumentReader.release.xcconfig */;
530
+ buildSettings = {
531
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
532
+ CLANG_ENABLE_MODULES = YES;
533
+ CODE_SIGN_ENTITLEMENTS = DocumentReader/DocumentReader.entitlements;
534
+ CURRENT_PROJECT_VERSION = 1;
535
+ INFOPLIST_FILE = DocumentReader/Info.plist;
536
+ LD_RUNPATH_SEARCH_PATHS = (
537
+ "$(inherited)",
538
+ "@executable_path/Frameworks",
539
+ );
540
+ MARKETING_VERSION = 1.0;
541
+ OTHER_LDFLAGS = (
542
+ "$(inherited)",
543
+ "-ObjC",
544
+ "-lc++",
545
+ );
546
+ PRODUCT_BUNDLE_IDENTIFIER = regula.DocumentReader;
547
+ PRODUCT_NAME = DocumentReader;
548
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
549
+ SUPPORTS_MACCATALYST = NO;
550
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
551
+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
552
+ SWIFT_VERSION = 5.0;
553
+ TARGETED_DEVICE_FAMILY = 1;
554
+ VERSIONING_SYSTEM = "apple-generic";
555
+ };
556
+ name = Release;
557
+ };
558
+ 83CBBA201A601CBA00E9B192 /* Debug */ = {
559
+ isa = XCBuildConfiguration;
560
+ buildSettings = {
561
+ ALWAYS_SEARCH_USER_PATHS = NO;
562
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
563
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
564
+ CLANG_CXX_LIBRARY = "libc++";
565
+ CLANG_ENABLE_MODULES = YES;
566
+ CLANG_ENABLE_OBJC_ARC = YES;
567
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
568
+ CLANG_WARN_BOOL_CONVERSION = YES;
569
+ CLANG_WARN_COMMA = YES;
570
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
571
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
572
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
573
+ CLANG_WARN_EMPTY_BODY = YES;
574
+ CLANG_WARN_ENUM_CONVERSION = YES;
575
+ CLANG_WARN_INFINITE_RECURSION = YES;
576
+ CLANG_WARN_INT_CONVERSION = YES;
577
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
578
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
579
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
580
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
581
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
582
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
583
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
584
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
585
+ CLANG_WARN_UNREACHABLE_CODE = YES;
586
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
587
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
588
+ COPY_PHASE_STRIP = NO;
589
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
590
+ ENABLE_TESTABILITY = YES;
591
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
592
+ GCC_C_LANGUAGE_STANDARD = gnu99;
593
+ GCC_DYNAMIC_NO_PIC = NO;
594
+ GCC_NO_COMMON_BLOCKS = YES;
595
+ GCC_OPTIMIZATION_LEVEL = 0;
596
+ GCC_PREPROCESSOR_DEFINITIONS = (
597
+ "DEBUG=1",
598
+ "$(inherited)",
599
+ );
600
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
601
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
602
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
603
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
604
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
605
+ GCC_WARN_UNUSED_FUNCTION = YES;
606
+ GCC_WARN_UNUSED_VARIABLE = YES;
607
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
608
+ LD_RUNPATH_SEARCH_PATHS = (
609
+ /usr/lib/swift,
610
+ "$(inherited)",
611
+ );
612
+ LIBRARY_SEARCH_PATHS = (
613
+ "\"$(SDKROOT)/usr/lib/swift\"",
614
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
615
+ "\"$(inherited)\"",
616
+ );
617
+ MTL_ENABLE_DEBUG_INFO = YES;
618
+ ONLY_ACTIVE_ARCH = YES;
619
+ OTHER_CFLAGS = "$(inherited)";
620
+ OTHER_CPLUSPLUSFLAGS = (
621
+ "$(OTHER_CFLAGS)",
622
+ "-DFOLLY_NO_CONFIG",
623
+ "-DFOLLY_MOBILE=1",
624
+ "-DFOLLY_USE_LIBCPP=1",
625
+ );
626
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
627
+ SDKROOT = iphoneos;
628
+ };
629
+ name = Debug;
630
+ };
631
+ 83CBBA211A601CBA00E9B192 /* Release */ = {
632
+ isa = XCBuildConfiguration;
633
+ buildSettings = {
634
+ ALWAYS_SEARCH_USER_PATHS = NO;
635
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
636
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
637
+ CLANG_CXX_LIBRARY = "libc++";
638
+ CLANG_ENABLE_MODULES = YES;
639
+ CLANG_ENABLE_OBJC_ARC = YES;
640
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
641
+ CLANG_WARN_BOOL_CONVERSION = YES;
642
+ CLANG_WARN_COMMA = YES;
643
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
644
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
645
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
646
+ CLANG_WARN_EMPTY_BODY = YES;
647
+ CLANG_WARN_ENUM_CONVERSION = YES;
648
+ CLANG_WARN_INFINITE_RECURSION = YES;
649
+ CLANG_WARN_INT_CONVERSION = YES;
650
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
651
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
652
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
653
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
654
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
655
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
656
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
657
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
658
+ CLANG_WARN_UNREACHABLE_CODE = YES;
659
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
660
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
661
+ COPY_PHASE_STRIP = YES;
662
+ ENABLE_NS_ASSERTIONS = NO;
663
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
664
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
665
+ GCC_C_LANGUAGE_STANDARD = gnu99;
666
+ GCC_NO_COMMON_BLOCKS = YES;
667
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
668
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
669
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
670
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
671
+ GCC_WARN_UNUSED_FUNCTION = YES;
672
+ GCC_WARN_UNUSED_VARIABLE = YES;
673
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
674
+ LD_RUNPATH_SEARCH_PATHS = (
675
+ /usr/lib/swift,
676
+ "$(inherited)",
677
+ );
678
+ LIBRARY_SEARCH_PATHS = (
679
+ "\"$(SDKROOT)/usr/lib/swift\"",
680
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
681
+ "\"$(inherited)\"",
682
+ );
683
+ MTL_ENABLE_DEBUG_INFO = NO;
684
+ OTHER_CFLAGS = "$(inherited)";
685
+ OTHER_CPLUSPLUSFLAGS = (
686
+ "$(OTHER_CFLAGS)",
687
+ "-DFOLLY_NO_CONFIG",
688
+ "-DFOLLY_MOBILE=1",
689
+ "-DFOLLY_USE_LIBCPP=1",
690
+ );
691
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
692
+ SDKROOT = iphoneos;
693
+ VALIDATE_PRODUCT = YES;
694
+ };
695
+ name = Release;
696
+ };
697
+ /* End XCBuildConfiguration section */
698
+
699
+ /* Begin XCConfigurationList section */
700
+ 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "DocumentReaderTests" */ = {
701
+ isa = XCConfigurationList;
702
+ buildConfigurations = (
703
+ 00E356F61AD99517003FC87E /* Debug */,
704
+ 00E356F71AD99517003FC87E /* Release */,
705
+ );
706
+ defaultConfigurationIsVisible = 0;
707
+ defaultConfigurationName = Release;
708
+ };
709
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "DocumentReader" */ = {
710
+ isa = XCConfigurationList;
711
+ buildConfigurations = (
712
+ 13B07F941A680F5B00A75B9A /* Debug */,
713
+ 13B07F951A680F5B00A75B9A /* Release */,
714
+ );
715
+ defaultConfigurationIsVisible = 0;
716
+ defaultConfigurationName = Release;
717
+ };
718
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "DocumentReader" */ = {
719
+ isa = XCConfigurationList;
720
+ buildConfigurations = (
721
+ 83CBBA201A601CBA00E9B192 /* Debug */,
722
+ 83CBBA211A601CBA00E9B192 /* Release */,
723
+ );
724
+ defaultConfigurationIsVisible = 0;
725
+ defaultConfigurationName = Release;
726
+ };
727
+ /* End XCConfigurationList section */
728
+ };
729
+ rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
730
+ }