jcore-react-native 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/android/libs/arm64-v8a/{libjcore322.so → libjcore330.so} +0 -0
  2. package/android/libs/armeabi/{libjcore322.so → libjcore330.so} +0 -0
  3. package/android/libs/armeabi-v7a/{libjcore322.so → libjcore330.so} +0 -0
  4. package/android/libs/{jcore-android-3.2.2.jar → jcore-android-3.3.0.jar} +0 -0
  5. package/android/libs/mips/{libjcore322.so → libjcore330.so} +0 -0
  6. package/android/libs/mips64/{libjcore322.so → libjcore330.so} +0 -0
  7. package/android/libs/x86/{libjcore322.so → libjcore330.so} +0 -0
  8. package/android/libs/x86_64/libjcore330.so +0 -0
  9. package/package.json +1 -1
  10. package/.vscode/settings.json +0 -3
  11. package/android/.gradle/7.1.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  12. package/android/.gradle/7.1.1/dependencies-accessors/gc.properties +0 -0
  13. package/android/.gradle/7.1.1/fileChanges/last-build.bin +0 -0
  14. package/android/.gradle/7.1.1/fileHashes/fileHashes.lock +0 -0
  15. package/android/.gradle/7.1.1/gc.properties +0 -0
  16. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  17. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  18. package/android/.gradle/checksums/checksums.lock +0 -0
  19. package/android/.gradle/vcs-1/gc.properties +0 -0
  20. package/example/.buckconfig +0 -6
  21. package/example/.bundle/config +0 -2
  22. package/example/.eslintrc.js +0 -4
  23. package/example/.flowconfig +0 -65
  24. package/example/.prettierrc.js +0 -7
  25. package/example/.ruby-version +0 -1
  26. package/example/.watchmanconfig +0 -1
  27. package/example/App.js +0 -112
  28. package/example/Gemfile +0 -6
  29. package/example/__tests__/App-test.js +0 -14
  30. package/example/android/app/BUCK +0 -55
  31. package/example/android/app/build.gradle +0 -227
  32. package/example/android/app/build_defs.bzl +0 -19
  33. package/example/android/app/debug.keystore +0 -0
  34. package/example/android/app/proguard-rules.pro +0 -10
  35. package/example/android/app/src/debug/AndroidManifest.xml +0 -13
  36. package/example/android/app/src/debug/java/com/example/ReactNativeFlipper.java +0 -72
  37. package/example/android/app/src/main/AndroidManifest.xml +0 -25
  38. package/example/android/app/src/main/java/com/example/MainActivity.java +0 -15
  39. package/example/android/app/src/main/java/com/example/MainApplication.java +0 -80
  40. package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
  41. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  42. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  43. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  44. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  45. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  46. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  47. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  48. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  49. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  50. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  51. package/example/android/app/src/main/res/values/strings.xml +0 -3
  52. package/example/android/app/src/main/res/values/styles.xml +0 -9
  53. package/example/android/build.gradle +0 -42
  54. package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  55. package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  56. package/example/android/gradlew +0 -185
  57. package/example/android/gradlew.bat +0 -89
  58. package/example/android/settings.gradle +0 -3
  59. package/example/app.json +0 -4
  60. package/example/babel.config.js +0 -3
  61. package/example/index.js +0 -9
  62. package/example/ios/Podfile +0 -30
  63. package/example/ios/Podfile.lock +0 -533
  64. package/example/ios/example/AppDelegate.h +0 -8
  65. package/example/ios/example/AppDelegate.m +0 -62
  66. package/example/ios/example/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  67. package/example/ios/example/Images.xcassets/Contents.json +0 -6
  68. package/example/ios/example/Info.plist +0 -55
  69. package/example/ios/example/LaunchScreen.storyboard +0 -47
  70. package/example/ios/example/main.m +0 -9
  71. package/example/ios/example.xcodeproj/project.pbxproj +0 -689
  72. package/example/ios/example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  73. package/example/ios/example.xcodeproj/xcshareddata/xcschemes/example.xcscheme +0 -88
  74. package/example/ios/example.xcworkspace/contents.xcworkspacedata +0 -10
  75. package/example/ios/example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  76. package/example/ios/exampleTests/Info.plist +0 -24
  77. package/example/ios/exampleTests/exampleTests.m +0 -65
  78. package/example/metro.config.js +0 -17
  79. package/example/package-lock.json +0 -21830
  80. package/example/package.json +0 -30
  81. package/ios/RCTJCoreModule.xcodeproj/project.xcworkspace/xcuserdata/douban.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  82. package/ios/RCTJCoreModule.xcodeproj/xcuserdata/douban.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
@@ -1,689 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 54;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 00E356F31AD99517003FC87E /* exampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* exampleTests.m */; };
11
- 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
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
- 7A3207C921C9D7D8E34F6035 /* libPods-example-exampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE91809C957C09073DD86574 /* libPods-example-exampleTests.a */; };
15
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
16
- 8E938C209BE589131411A093 /* libPods-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 79DAF192F5E09D964309ABEE /* libPods-example.a */; };
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 = example;
26
- };
27
- /* End PBXContainerItemProxy section */
28
-
29
- /* Begin PBXFileReference section */
30
- 00E356EE1AD99517003FC87E /* exampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = exampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
31
- 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32
- 00E356F21AD99517003FC87E /* exampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = exampleTests.m; sourceTree = "<group>"; };
33
- 13B07F961A680F5B00A75B9A /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
34
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = example/AppDelegate.h; sourceTree = "<group>"; };
35
- 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = example/AppDelegate.m; sourceTree = "<group>"; };
36
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = example/Images.xcassets; sourceTree = "<group>"; };
37
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; };
38
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = example/main.m; sourceTree = "<group>"; };
39
- 4C726F640B27DC88441875DF /* Pods-example-exampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.release.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.release.xcconfig"; sourceTree = "<group>"; };
40
- 79DAF192F5E09D964309ABEE /* libPods-example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
41
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = example/LaunchScreen.storyboard; sourceTree = "<group>"; };
42
- 834EEA83F528A5E6FC779A10 /* Pods-example-exampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.debug.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.debug.xcconfig"; sourceTree = "<group>"; };
43
- B5F60E282A801603000279B0 /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; };
44
- CE91809C957C09073DD86574 /* libPods-example-exampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example-exampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
45
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
46
- EE9DCE27463394A63E892333 /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; };
47
- /* End PBXFileReference section */
48
-
49
- /* Begin PBXFrameworksBuildPhase section */
50
- 00E356EB1AD99517003FC87E /* Frameworks */ = {
51
- isa = PBXFrameworksBuildPhase;
52
- buildActionMask = 2147483647;
53
- files = (
54
- 7A3207C921C9D7D8E34F6035 /* libPods-example-exampleTests.a in Frameworks */,
55
- );
56
- runOnlyForDeploymentPostprocessing = 0;
57
- };
58
- 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
59
- isa = PBXFrameworksBuildPhase;
60
- buildActionMask = 2147483647;
61
- files = (
62
- 8E938C209BE589131411A093 /* libPods-example.a in Frameworks */,
63
- );
64
- runOnlyForDeploymentPostprocessing = 0;
65
- };
66
- /* End PBXFrameworksBuildPhase section */
67
-
68
- /* Begin PBXGroup section */
69
- 00E356EF1AD99517003FC87E /* exampleTests */ = {
70
- isa = PBXGroup;
71
- children = (
72
- 00E356F21AD99517003FC87E /* exampleTests.m */,
73
- 00E356F01AD99517003FC87E /* Supporting Files */,
74
- );
75
- path = exampleTests;
76
- sourceTree = "<group>";
77
- };
78
- 00E356F01AD99517003FC87E /* Supporting Files */ = {
79
- isa = PBXGroup;
80
- children = (
81
- 00E356F11AD99517003FC87E /* Info.plist */,
82
- );
83
- name = "Supporting Files";
84
- sourceTree = "<group>";
85
- };
86
- 13B07FAE1A68108700A75B9A /* example */ = {
87
- isa = PBXGroup;
88
- children = (
89
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
90
- 13B07FB01A68108700A75B9A /* AppDelegate.m */,
91
- 13B07FB51A68108700A75B9A /* Images.xcassets */,
92
- 13B07FB61A68108700A75B9A /* Info.plist */,
93
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
94
- 13B07FB71A68108700A75B9A /* main.m */,
95
- );
96
- name = example;
97
- sourceTree = "<group>";
98
- };
99
- 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
100
- isa = PBXGroup;
101
- children = (
102
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
103
- 79DAF192F5E09D964309ABEE /* libPods-example.a */,
104
- CE91809C957C09073DD86574 /* libPods-example-exampleTests.a */,
105
- );
106
- name = Frameworks;
107
- sourceTree = "<group>";
108
- };
109
- 3D8A91623CBF6B9BF50E4470 /* Pods */ = {
110
- isa = PBXGroup;
111
- children = (
112
- EE9DCE27463394A63E892333 /* Pods-example.debug.xcconfig */,
113
- B5F60E282A801603000279B0 /* Pods-example.release.xcconfig */,
114
- 834EEA83F528A5E6FC779A10 /* Pods-example-exampleTests.debug.xcconfig */,
115
- 4C726F640B27DC88441875DF /* Pods-example-exampleTests.release.xcconfig */,
116
- );
117
- name = Pods;
118
- path = Pods;
119
- sourceTree = "<group>";
120
- };
121
- 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
122
- isa = PBXGroup;
123
- children = (
124
- );
125
- name = Libraries;
126
- sourceTree = "<group>";
127
- };
128
- 83CBB9F61A601CBA00E9B192 = {
129
- isa = PBXGroup;
130
- children = (
131
- 13B07FAE1A68108700A75B9A /* example */,
132
- 832341AE1AAA6A7D00B99B32 /* Libraries */,
133
- 00E356EF1AD99517003FC87E /* exampleTests */,
134
- 83CBBA001A601CBA00E9B192 /* Products */,
135
- 2D16E6871FA4F8E400B85C8A /* Frameworks */,
136
- 3D8A91623CBF6B9BF50E4470 /* Pods */,
137
- );
138
- indentWidth = 2;
139
- sourceTree = "<group>";
140
- tabWidth = 2;
141
- usesTabs = 0;
142
- };
143
- 83CBBA001A601CBA00E9B192 /* Products */ = {
144
- isa = PBXGroup;
145
- children = (
146
- 13B07F961A680F5B00A75B9A /* example.app */,
147
- 00E356EE1AD99517003FC87E /* exampleTests.xctest */,
148
- );
149
- name = Products;
150
- sourceTree = "<group>";
151
- };
152
- /* End PBXGroup section */
153
-
154
- /* Begin PBXNativeTarget section */
155
- 00E356ED1AD99517003FC87E /* exampleTests */ = {
156
- isa = PBXNativeTarget;
157
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */;
158
- buildPhases = (
159
- ABE69F0D1A26F25F69BAB6B8 /* [CP] Check Pods Manifest.lock */,
160
- 00E356EA1AD99517003FC87E /* Sources */,
161
- 00E356EB1AD99517003FC87E /* Frameworks */,
162
- 00E356EC1AD99517003FC87E /* Resources */,
163
- F0C427929914842A00FA9A81 /* [CP] Embed Pods Frameworks */,
164
- 865A4067AA487C7CF5DD6F1D /* [CP] Copy Pods Resources */,
165
- );
166
- buildRules = (
167
- );
168
- dependencies = (
169
- 00E356F51AD99517003FC87E /* PBXTargetDependency */,
170
- );
171
- name = exampleTests;
172
- productName = exampleTests;
173
- productReference = 00E356EE1AD99517003FC87E /* exampleTests.xctest */;
174
- productType = "com.apple.product-type.bundle.unit-test";
175
- };
176
- 13B07F861A680F5B00A75B9A /* example */ = {
177
- isa = PBXNativeTarget;
178
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */;
179
- buildPhases = (
180
- 302C7984B4D1EFD9690E0EFC /* [CP] Check Pods Manifest.lock */,
181
- FD10A7F022414F080027D42C /* Start Packager */,
182
- 13B07F871A680F5B00A75B9A /* Sources */,
183
- 13B07F8C1A680F5B00A75B9A /* Frameworks */,
184
- 13B07F8E1A680F5B00A75B9A /* Resources */,
185
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
186
- 70BDEF8C79495CCA9B03846A /* [CP] Embed Pods Frameworks */,
187
- DF1EADECD26390734C0DDE3C /* [CP] Copy Pods Resources */,
188
- );
189
- buildRules = (
190
- );
191
- dependencies = (
192
- );
193
- name = example;
194
- productName = example;
195
- productReference = 13B07F961A680F5B00A75B9A /* example.app */;
196
- productType = "com.apple.product-type.application";
197
- };
198
- /* End PBXNativeTarget section */
199
-
200
- /* Begin PBXProject section */
201
- 83CBB9F71A601CBA00E9B192 /* Project object */ = {
202
- isa = PBXProject;
203
- attributes = {
204
- LastUpgradeCheck = 1210;
205
- TargetAttributes = {
206
- 00E356ED1AD99517003FC87E = {
207
- CreatedOnToolsVersion = 6.2;
208
- TestTargetID = 13B07F861A680F5B00A75B9A;
209
- };
210
- 13B07F861A680F5B00A75B9A = {
211
- LastSwiftMigration = 1120;
212
- };
213
- };
214
- };
215
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */;
216
- compatibilityVersion = "Xcode 12.0";
217
- developmentRegion = en;
218
- hasScannedForEncodings = 0;
219
- knownRegions = (
220
- en,
221
- Base,
222
- );
223
- mainGroup = 83CBB9F61A601CBA00E9B192;
224
- productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
225
- projectDirPath = "";
226
- projectRoot = "";
227
- targets = (
228
- 13B07F861A680F5B00A75B9A /* example */,
229
- 00E356ED1AD99517003FC87E /* exampleTests */,
230
- );
231
- };
232
- /* End PBXProject section */
233
-
234
- /* Begin PBXResourcesBuildPhase section */
235
- 00E356EC1AD99517003FC87E /* Resources */ = {
236
- isa = PBXResourcesBuildPhase;
237
- buildActionMask = 2147483647;
238
- files = (
239
- );
240
- runOnlyForDeploymentPostprocessing = 0;
241
- };
242
- 13B07F8E1A680F5B00A75B9A /* Resources */ = {
243
- isa = PBXResourcesBuildPhase;
244
- buildActionMask = 2147483647;
245
- files = (
246
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
247
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
248
- );
249
- runOnlyForDeploymentPostprocessing = 0;
250
- };
251
- /* End PBXResourcesBuildPhase section */
252
-
253
- /* Begin PBXShellScriptBuildPhase section */
254
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
255
- isa = PBXShellScriptBuildPhase;
256
- buildActionMask = 2147483647;
257
- files = (
258
- );
259
- inputPaths = (
260
- );
261
- name = "Bundle React Native code and images";
262
- outputPaths = (
263
- );
264
- runOnlyForDeploymentPostprocessing = 0;
265
- shellPath = /bin/sh;
266
- shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
267
- };
268
- 302C7984B4D1EFD9690E0EFC /* [CP] Check Pods Manifest.lock */ = {
269
- isa = PBXShellScriptBuildPhase;
270
- buildActionMask = 2147483647;
271
- files = (
272
- );
273
- inputFileListPaths = (
274
- );
275
- inputPaths = (
276
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
277
- "${PODS_ROOT}/Manifest.lock",
278
- );
279
- name = "[CP] Check Pods Manifest.lock";
280
- outputFileListPaths = (
281
- );
282
- outputPaths = (
283
- "$(DERIVED_FILE_DIR)/Pods-example-checkManifestLockResult.txt",
284
- );
285
- runOnlyForDeploymentPostprocessing = 0;
286
- shellPath = /bin/sh;
287
- 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";
288
- showEnvVarsInLog = 0;
289
- };
290
- 70BDEF8C79495CCA9B03846A /* [CP] Embed Pods Frameworks */ = {
291
- isa = PBXShellScriptBuildPhase;
292
- buildActionMask = 2147483647;
293
- files = (
294
- );
295
- inputFileListPaths = (
296
- "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
297
- );
298
- name = "[CP] Embed Pods Frameworks";
299
- outputFileListPaths = (
300
- "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
301
- );
302
- runOnlyForDeploymentPostprocessing = 0;
303
- shellPath = /bin/sh;
304
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks.sh\"\n";
305
- showEnvVarsInLog = 0;
306
- };
307
- 865A4067AA487C7CF5DD6F1D /* [CP] Copy Pods Resources */ = {
308
- isa = PBXShellScriptBuildPhase;
309
- buildActionMask = 2147483647;
310
- files = (
311
- );
312
- inputFileListPaths = (
313
- "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
314
- );
315
- name = "[CP] Copy Pods Resources";
316
- outputFileListPaths = (
317
- "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
318
- );
319
- runOnlyForDeploymentPostprocessing = 0;
320
- shellPath = /bin/sh;
321
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources.sh\"\n";
322
- showEnvVarsInLog = 0;
323
- };
324
- ABE69F0D1A26F25F69BAB6B8 /* [CP] Check Pods Manifest.lock */ = {
325
- isa = PBXShellScriptBuildPhase;
326
- buildActionMask = 2147483647;
327
- files = (
328
- );
329
- inputFileListPaths = (
330
- );
331
- inputPaths = (
332
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
333
- "${PODS_ROOT}/Manifest.lock",
334
- );
335
- name = "[CP] Check Pods Manifest.lock";
336
- outputFileListPaths = (
337
- );
338
- outputPaths = (
339
- "$(DERIVED_FILE_DIR)/Pods-example-exampleTests-checkManifestLockResult.txt",
340
- );
341
- runOnlyForDeploymentPostprocessing = 0;
342
- shellPath = /bin/sh;
343
- 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";
344
- showEnvVarsInLog = 0;
345
- };
346
- DF1EADECD26390734C0DDE3C /* [CP] Copy Pods Resources */ = {
347
- isa = PBXShellScriptBuildPhase;
348
- buildActionMask = 2147483647;
349
- files = (
350
- );
351
- inputFileListPaths = (
352
- "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-input-files.xcfilelist",
353
- );
354
- name = "[CP] Copy Pods Resources";
355
- outputFileListPaths = (
356
- "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-output-files.xcfilelist",
357
- );
358
- runOnlyForDeploymentPostprocessing = 0;
359
- shellPath = /bin/sh;
360
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources.sh\"\n";
361
- showEnvVarsInLog = 0;
362
- };
363
- F0C427929914842A00FA9A81 /* [CP] Embed Pods Frameworks */ = {
364
- isa = PBXShellScriptBuildPhase;
365
- buildActionMask = 2147483647;
366
- files = (
367
- );
368
- inputFileListPaths = (
369
- "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
370
- );
371
- name = "[CP] Embed Pods Frameworks";
372
- outputFileListPaths = (
373
- "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
374
- );
375
- runOnlyForDeploymentPostprocessing = 0;
376
- shellPath = /bin/sh;
377
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks.sh\"\n";
378
- showEnvVarsInLog = 0;
379
- };
380
- FD10A7F022414F080027D42C /* Start Packager */ = {
381
- isa = PBXShellScriptBuildPhase;
382
- buildActionMask = 2147483647;
383
- files = (
384
- );
385
- inputFileListPaths = (
386
- );
387
- inputPaths = (
388
- );
389
- name = "Start Packager";
390
- outputFileListPaths = (
391
- );
392
- outputPaths = (
393
- );
394
- runOnlyForDeploymentPostprocessing = 0;
395
- shellPath = /bin/sh;
396
- 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";
397
- showEnvVarsInLog = 0;
398
- };
399
- /* End PBXShellScriptBuildPhase section */
400
-
401
- /* Begin PBXSourcesBuildPhase section */
402
- 00E356EA1AD99517003FC87E /* Sources */ = {
403
- isa = PBXSourcesBuildPhase;
404
- buildActionMask = 2147483647;
405
- files = (
406
- 00E356F31AD99517003FC87E /* exampleTests.m in Sources */,
407
- );
408
- runOnlyForDeploymentPostprocessing = 0;
409
- };
410
- 13B07F871A680F5B00A75B9A /* Sources */ = {
411
- isa = PBXSourcesBuildPhase;
412
- buildActionMask = 2147483647;
413
- files = (
414
- 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
415
- 13B07FC11A68108700A75B9A /* main.m in Sources */,
416
- );
417
- runOnlyForDeploymentPostprocessing = 0;
418
- };
419
- /* End PBXSourcesBuildPhase section */
420
-
421
- /* Begin PBXTargetDependency section */
422
- 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
423
- isa = PBXTargetDependency;
424
- target = 13B07F861A680F5B00A75B9A /* example */;
425
- targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
426
- };
427
- /* End PBXTargetDependency section */
428
-
429
- /* Begin XCBuildConfiguration section */
430
- 00E356F61AD99517003FC87E /* Debug */ = {
431
- isa = XCBuildConfiguration;
432
- baseConfigurationReference = 834EEA83F528A5E6FC779A10 /* Pods-example-exampleTests.debug.xcconfig */;
433
- buildSettings = {
434
- BUNDLE_LOADER = "$(TEST_HOST)";
435
- GCC_PREPROCESSOR_DEFINITIONS = (
436
- "DEBUG=1",
437
- "$(inherited)",
438
- );
439
- INFOPLIST_FILE = exampleTests/Info.plist;
440
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
441
- LD_RUNPATH_SEARCH_PATHS = (
442
- "$(inherited)",
443
- "@executable_path/Frameworks",
444
- "@loader_path/Frameworks",
445
- );
446
- OTHER_LDFLAGS = (
447
- "-ObjC",
448
- "-lc++",
449
- "$(inherited)",
450
- );
451
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
452
- PRODUCT_NAME = "$(TARGET_NAME)";
453
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
454
- };
455
- name = Debug;
456
- };
457
- 00E356F71AD99517003FC87E /* Release */ = {
458
- isa = XCBuildConfiguration;
459
- baseConfigurationReference = 4C726F640B27DC88441875DF /* Pods-example-exampleTests.release.xcconfig */;
460
- buildSettings = {
461
- BUNDLE_LOADER = "$(TEST_HOST)";
462
- COPY_PHASE_STRIP = NO;
463
- INFOPLIST_FILE = exampleTests/Info.plist;
464
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
465
- LD_RUNPATH_SEARCH_PATHS = (
466
- "$(inherited)",
467
- "@executable_path/Frameworks",
468
- "@loader_path/Frameworks",
469
- );
470
- OTHER_LDFLAGS = (
471
- "-ObjC",
472
- "-lc++",
473
- "$(inherited)",
474
- );
475
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
476
- PRODUCT_NAME = "$(TARGET_NAME)";
477
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
478
- };
479
- name = Release;
480
- };
481
- 13B07F941A680F5B00A75B9A /* Debug */ = {
482
- isa = XCBuildConfiguration;
483
- baseConfigurationReference = EE9DCE27463394A63E892333 /* Pods-example.debug.xcconfig */;
484
- buildSettings = {
485
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
486
- CLANG_ENABLE_MODULES = YES;
487
- CURRENT_PROJECT_VERSION = 1;
488
- DEVELOPMENT_TEAM = 8X2A38Q9VD;
489
- ENABLE_BITCODE = NO;
490
- INFOPLIST_FILE = example/Info.plist;
491
- LD_RUNPATH_SEARCH_PATHS = (
492
- "$(inherited)",
493
- "@executable_path/Frameworks",
494
- );
495
- OTHER_LDFLAGS = (
496
- "$(inherited)",
497
- "-ObjC",
498
- "-lc++",
499
- );
500
- PRODUCT_BUNDLE_IDENTIFIER = com.jiguang.verification;
501
- PRODUCT_NAME = example;
502
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
503
- SWIFT_VERSION = 5.0;
504
- VERSIONING_SYSTEM = "apple-generic";
505
- };
506
- name = Debug;
507
- };
508
- 13B07F951A680F5B00A75B9A /* Release */ = {
509
- isa = XCBuildConfiguration;
510
- baseConfigurationReference = B5F60E282A801603000279B0 /* Pods-example.release.xcconfig */;
511
- buildSettings = {
512
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
513
- CLANG_ENABLE_MODULES = YES;
514
- CURRENT_PROJECT_VERSION = 1;
515
- DEVELOPMENT_TEAM = 8X2A38Q9VD;
516
- INFOPLIST_FILE = example/Info.plist;
517
- LD_RUNPATH_SEARCH_PATHS = (
518
- "$(inherited)",
519
- "@executable_path/Frameworks",
520
- );
521
- OTHER_LDFLAGS = (
522
- "$(inherited)",
523
- "-ObjC",
524
- "-lc++",
525
- );
526
- PRODUCT_BUNDLE_IDENTIFIER = com.jiguang.verification;
527
- PRODUCT_NAME = example;
528
- SWIFT_VERSION = 5.0;
529
- VERSIONING_SYSTEM = "apple-generic";
530
- };
531
- name = Release;
532
- };
533
- 83CBBA201A601CBA00E9B192 /* Debug */ = {
534
- isa = XCBuildConfiguration;
535
- buildSettings = {
536
- ALWAYS_SEARCH_USER_PATHS = NO;
537
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
538
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
539
- CLANG_CXX_LIBRARY = "libc++";
540
- CLANG_ENABLE_MODULES = YES;
541
- CLANG_ENABLE_OBJC_ARC = YES;
542
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
543
- CLANG_WARN_BOOL_CONVERSION = YES;
544
- CLANG_WARN_COMMA = YES;
545
- CLANG_WARN_CONSTANT_CONVERSION = YES;
546
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
547
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
548
- CLANG_WARN_EMPTY_BODY = YES;
549
- CLANG_WARN_ENUM_CONVERSION = YES;
550
- CLANG_WARN_INFINITE_RECURSION = YES;
551
- CLANG_WARN_INT_CONVERSION = YES;
552
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
553
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
554
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
555
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
556
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
557
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
558
- CLANG_WARN_STRICT_PROTOTYPES = YES;
559
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
560
- CLANG_WARN_UNREACHABLE_CODE = YES;
561
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
562
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
563
- COPY_PHASE_STRIP = NO;
564
- ENABLE_STRICT_OBJC_MSGSEND = YES;
565
- ENABLE_TESTABILITY = YES;
566
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
567
- GCC_C_LANGUAGE_STANDARD = gnu99;
568
- GCC_DYNAMIC_NO_PIC = NO;
569
- GCC_NO_COMMON_BLOCKS = YES;
570
- GCC_OPTIMIZATION_LEVEL = 0;
571
- GCC_PREPROCESSOR_DEFINITIONS = (
572
- "DEBUG=1",
573
- "$(inherited)",
574
- );
575
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
576
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
577
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
578
- GCC_WARN_UNDECLARED_SELECTOR = YES;
579
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
580
- GCC_WARN_UNUSED_FUNCTION = YES;
581
- GCC_WARN_UNUSED_VARIABLE = YES;
582
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
583
- LD_RUNPATH_SEARCH_PATHS = (
584
- /usr/lib/swift,
585
- "$(inherited)",
586
- );
587
- LIBRARY_SEARCH_PATHS = (
588
- "\"$(SDKROOT)/usr/lib/swift\"",
589
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
590
- "\"$(inherited)\"",
591
- );
592
- MTL_ENABLE_DEBUG_INFO = YES;
593
- ONLY_ACTIVE_ARCH = YES;
594
- SDKROOT = iphoneos;
595
- };
596
- name = Debug;
597
- };
598
- 83CBBA211A601CBA00E9B192 /* Release */ = {
599
- isa = XCBuildConfiguration;
600
- buildSettings = {
601
- ALWAYS_SEARCH_USER_PATHS = NO;
602
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
603
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
604
- CLANG_CXX_LIBRARY = "libc++";
605
- CLANG_ENABLE_MODULES = YES;
606
- CLANG_ENABLE_OBJC_ARC = YES;
607
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
608
- CLANG_WARN_BOOL_CONVERSION = YES;
609
- CLANG_WARN_COMMA = YES;
610
- CLANG_WARN_CONSTANT_CONVERSION = YES;
611
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
612
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
613
- CLANG_WARN_EMPTY_BODY = YES;
614
- CLANG_WARN_ENUM_CONVERSION = YES;
615
- CLANG_WARN_INFINITE_RECURSION = YES;
616
- CLANG_WARN_INT_CONVERSION = YES;
617
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
618
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
619
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
620
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
621
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
622
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
623
- CLANG_WARN_STRICT_PROTOTYPES = YES;
624
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
625
- CLANG_WARN_UNREACHABLE_CODE = YES;
626
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
627
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
628
- COPY_PHASE_STRIP = YES;
629
- ENABLE_NS_ASSERTIONS = NO;
630
- ENABLE_STRICT_OBJC_MSGSEND = YES;
631
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
632
- GCC_C_LANGUAGE_STANDARD = gnu99;
633
- GCC_NO_COMMON_BLOCKS = YES;
634
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
635
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
636
- GCC_WARN_UNDECLARED_SELECTOR = YES;
637
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
638
- GCC_WARN_UNUSED_FUNCTION = YES;
639
- GCC_WARN_UNUSED_VARIABLE = YES;
640
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
641
- LD_RUNPATH_SEARCH_PATHS = (
642
- /usr/lib/swift,
643
- "$(inherited)",
644
- );
645
- LIBRARY_SEARCH_PATHS = (
646
- "\"$(SDKROOT)/usr/lib/swift\"",
647
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
648
- "\"$(inherited)\"",
649
- );
650
- MTL_ENABLE_DEBUG_INFO = NO;
651
- SDKROOT = iphoneos;
652
- VALIDATE_PRODUCT = YES;
653
- };
654
- name = Release;
655
- };
656
- /* End XCBuildConfiguration section */
657
-
658
- /* Begin XCConfigurationList section */
659
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */ = {
660
- isa = XCConfigurationList;
661
- buildConfigurations = (
662
- 00E356F61AD99517003FC87E /* Debug */,
663
- 00E356F71AD99517003FC87E /* Release */,
664
- );
665
- defaultConfigurationIsVisible = 0;
666
- defaultConfigurationName = Release;
667
- };
668
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */ = {
669
- isa = XCConfigurationList;
670
- buildConfigurations = (
671
- 13B07F941A680F5B00A75B9A /* Debug */,
672
- 13B07F951A680F5B00A75B9A /* Release */,
673
- );
674
- defaultConfigurationIsVisible = 0;
675
- defaultConfigurationName = Release;
676
- };
677
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */ = {
678
- isa = XCConfigurationList;
679
- buildConfigurations = (
680
- 83CBBA201A601CBA00E9B192 /* Debug */,
681
- 83CBBA211A601CBA00E9B192 /* Release */,
682
- );
683
- defaultConfigurationIsVisible = 0;
684
- defaultConfigurationName = Release;
685
- };
686
- /* End XCConfigurationList section */
687
- };
688
- rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
689
- }