@exodus/react-native-screenshot-detector 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/Example/.babelrc +3 -0
  2. package/Example/.buckconfig +6 -0
  3. package/Example/.flowconfig +46 -0
  4. package/Example/.gitattributes +1 -0
  5. package/Example/.watchmanconfig +1 -0
  6. package/Example/__tests__/index.android.js +12 -0
  7. package/Example/__tests__/index.ios.js +12 -0
  8. package/Example/android/app/BUCK +66 -0
  9. package/Example/android/app/build.gradle +140 -0
  10. package/Example/android/app/proguard-rules.pro +66 -0
  11. package/Example/android/app/src/main/AndroidManifest.xml +32 -0
  12. package/Example/android/app/src/main/java/com/example/MainActivity.java +15 -0
  13. package/Example/android/app/src/main/java/com/example/MainApplication.java +46 -0
  14. package/Example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  15. package/Example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  16. package/Example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  17. package/Example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  18. package/Example/android/app/src/main/res/values/strings.xml +3 -0
  19. package/Example/android/app/src/main/res/values/styles.xml +8 -0
  20. package/Example/android/build.gradle +24 -0
  21. package/Example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  22. package/Example/android/gradle/wrapper/gradle-wrapper.properties +5 -0
  23. package/Example/android/gradle.properties +20 -0
  24. package/Example/android/gradlew +164 -0
  25. package/Example/android/gradlew.bat +90 -0
  26. package/Example/android/keystores/BUCK +8 -0
  27. package/Example/android/keystores/debug.keystore.properties +4 -0
  28. package/Example/android/settings.gradle +3 -0
  29. package/Example/app.json +4 -0
  30. package/Example/index.android.js +53 -0
  31. package/Example/index.ios.js +61 -0
  32. package/Example/ios/Example/AppDelegate.h +16 -0
  33. package/Example/ios/Example/AppDelegate.m +47 -0
  34. package/Example/ios/Example/Base.lproj/LaunchScreen.xib +42 -0
  35. package/Example/ios/Example/Images.xcassets/AppIcon.appiconset/Contents.json +38 -0
  36. package/Example/ios/Example/Info.plist +57 -0
  37. package/Example/ios/Example/main.m +18 -0
  38. package/Example/ios/Example-tvOS/Info.plist +54 -0
  39. package/Example/ios/Example-tvOSTests/Info.plist +24 -0
  40. package/Example/ios/Example.xcodeproj/project.pbxproj +1328 -0
  41. package/Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme +129 -0
  42. package/Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme +129 -0
  43. package/Example/ios/ExampleTests/ExampleTests.m +70 -0
  44. package/Example/ios/ExampleTests/Info.plist +24 -0
  45. package/Example/package.json +23 -0
  46. package/LICENSE +21 -0
  47. package/README.md +32 -0
  48. package/android/build.gradle +36 -0
  49. package/android/src/main/AndroidManifest.xml +6 -0
  50. package/android/src/main/java/com/reactlibrary/RNScreenshotDetectorModule.java +49 -0
  51. package/android/src/main/java/com/reactlibrary/RNScreenshotDetectorPackage.java +28 -0
  52. package/index.android.js +13 -0
  53. package/index.d.ts +6 -0
  54. package/index.ios.js +15 -0
  55. package/ios/RNScreenshotDetector/RNScreenshotDetector.h +14 -0
  56. package/ios/RNScreenshotDetector/RNScreenshotDetector.m +45 -0
  57. package/ios/RNScreenshotDetector.xcodeproj/project.pbxproj +271 -0
  58. package/package.json +17 -0
@@ -0,0 +1,1328 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
11
+ 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
12
+ 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
13
+ 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
14
+ 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
15
+ 00E356F31AD99517003FC87E /* ExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ExampleTests.m */; };
16
+ 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
17
+ 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
18
+ 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
19
+ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
20
+ 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
21
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
22
+ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
23
+ 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
24
+ 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
25
+ 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
26
+ 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
27
+ 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
28
+ 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation-tvOS.a */; };
29
+ 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */; };
30
+ 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */; };
31
+ 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */; };
32
+ 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */; };
33
+ 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */; };
34
+ 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; };
35
+ 2D02E4C91E0B4AEC006451C7 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; };
36
+ 2DCD954D1E0B4F2C00145EB5 /* ExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ExampleTests.m */; };
37
+ 42AA25272B974EA39B0E4861 /* libRNScreenshotDetector.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BFA08ECE51B44B3B5E46E86 /* libRNScreenshotDetector.a */; };
38
+ 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
39
+ 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
40
+ /* End PBXBuildFile section */
41
+
42
+ /* Begin PBXContainerItemProxy section */
43
+ 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = {
44
+ isa = PBXContainerItemProxy;
45
+ containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
46
+ proxyType = 2;
47
+ remoteGlobalIDString = 134814201AA4EA6300B7C361;
48
+ remoteInfo = RCTActionSheet;
49
+ };
50
+ 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */ = {
51
+ isa = PBXContainerItemProxy;
52
+ containerPortal = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
53
+ proxyType = 2;
54
+ remoteGlobalIDString = 134814201AA4EA6300B7C361;
55
+ remoteInfo = RCTGeolocation;
56
+ };
57
+ 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = {
58
+ isa = PBXContainerItemProxy;
59
+ containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
60
+ proxyType = 2;
61
+ remoteGlobalIDString = 58B5115D1A9E6B3D00147676;
62
+ remoteInfo = RCTImage;
63
+ };
64
+ 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = {
65
+ isa = PBXContainerItemProxy;
66
+ containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
67
+ proxyType = 2;
68
+ remoteGlobalIDString = 58B511DB1A9E6C8500147676;
69
+ remoteInfo = RCTNetwork;
70
+ };
71
+ 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = {
72
+ isa = PBXContainerItemProxy;
73
+ containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
74
+ proxyType = 2;
75
+ remoteGlobalIDString = 832C81801AAF6DEF007FA2F7;
76
+ remoteInfo = RCTVibration;
77
+ };
78
+ 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
79
+ isa = PBXContainerItemProxy;
80
+ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
81
+ proxyType = 1;
82
+ remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
83
+ remoteInfo = Example;
84
+ };
85
+ 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = {
86
+ isa = PBXContainerItemProxy;
87
+ containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
88
+ proxyType = 2;
89
+ remoteGlobalIDString = 134814201AA4EA6300B7C361;
90
+ remoteInfo = RCTSettings;
91
+ };
92
+ 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = {
93
+ isa = PBXContainerItemProxy;
94
+ containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
95
+ proxyType = 2;
96
+ remoteGlobalIDString = 3C86DF461ADF2C930047B81A;
97
+ remoteInfo = RCTWebSocket;
98
+ };
99
+ 146834031AC3E56700842450 /* PBXContainerItemProxy */ = {
100
+ isa = PBXContainerItemProxy;
101
+ containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
102
+ proxyType = 2;
103
+ remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
104
+ remoteInfo = React;
105
+ };
106
+ 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = {
107
+ isa = PBXContainerItemProxy;
108
+ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
109
+ proxyType = 1;
110
+ remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
111
+ remoteInfo = "Example-tvOS";
112
+ };
113
+ 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */ = {
114
+ isa = PBXContainerItemProxy;
115
+ containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
116
+ proxyType = 2;
117
+ remoteGlobalIDString = 2D2A283A1D9B042B00D4039D;
118
+ remoteInfo = "RCTImage-tvOS";
119
+ };
120
+ 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */ = {
121
+ isa = PBXContainerItemProxy;
122
+ containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
123
+ proxyType = 2;
124
+ remoteGlobalIDString = 2D2A28471D9B043800D4039D;
125
+ remoteInfo = "RCTLinking-tvOS";
126
+ };
127
+ 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
128
+ isa = PBXContainerItemProxy;
129
+ containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
130
+ proxyType = 2;
131
+ remoteGlobalIDString = 2D2A28541D9B044C00D4039D;
132
+ remoteInfo = "RCTNetwork-tvOS";
133
+ };
134
+ 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
135
+ isa = PBXContainerItemProxy;
136
+ containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
137
+ proxyType = 2;
138
+ remoteGlobalIDString = 2D2A28611D9B046600D4039D;
139
+ remoteInfo = "RCTSettings-tvOS";
140
+ };
141
+ 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */ = {
142
+ isa = PBXContainerItemProxy;
143
+ containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
144
+ proxyType = 2;
145
+ remoteGlobalIDString = 2D2A287B1D9B048500D4039D;
146
+ remoteInfo = "RCTText-tvOS";
147
+ };
148
+ 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */ = {
149
+ isa = PBXContainerItemProxy;
150
+ containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
151
+ proxyType = 2;
152
+ remoteGlobalIDString = 2D2A28881D9B049200D4039D;
153
+ remoteInfo = "RCTWebSocket-tvOS";
154
+ };
155
+ 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */ = {
156
+ isa = PBXContainerItemProxy;
157
+ containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
158
+ proxyType = 2;
159
+ remoteGlobalIDString = 2D2A28131D9B038B00D4039D;
160
+ remoteInfo = "React-tvOS";
161
+ };
162
+ 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */ = {
163
+ isa = PBXContainerItemProxy;
164
+ containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
165
+ proxyType = 2;
166
+ remoteGlobalIDString = 3D3C059A1DE3340900C268FA;
167
+ remoteInfo = yoga;
168
+ };
169
+ 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */ = {
170
+ isa = PBXContainerItemProxy;
171
+ containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
172
+ proxyType = 2;
173
+ remoteGlobalIDString = 3D3C06751DE3340C00C268FA;
174
+ remoteInfo = "yoga-tvOS";
175
+ };
176
+ 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */ = {
177
+ isa = PBXContainerItemProxy;
178
+ containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
179
+ proxyType = 2;
180
+ remoteGlobalIDString = 3D3CD9251DE5FBEC00167DC4;
181
+ remoteInfo = cxxreact;
182
+ };
183
+ 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
184
+ isa = PBXContainerItemProxy;
185
+ containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
186
+ proxyType = 2;
187
+ remoteGlobalIDString = 3D3CD9321DE5FBEE00167DC4;
188
+ remoteInfo = "cxxreact-tvOS";
189
+ };
190
+ 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
191
+ isa = PBXContainerItemProxy;
192
+ containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
193
+ proxyType = 2;
194
+ remoteGlobalIDString = 3D3CD90B1DE5FBD600167DC4;
195
+ remoteInfo = jschelpers;
196
+ };
197
+ 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
198
+ isa = PBXContainerItemProxy;
199
+ containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
200
+ proxyType = 2;
201
+ remoteGlobalIDString = 3D3CD9181DE5FBD800167DC4;
202
+ remoteInfo = "jschelpers-tvOS";
203
+ };
204
+ 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = {
205
+ isa = PBXContainerItemProxy;
206
+ containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
207
+ proxyType = 2;
208
+ remoteGlobalIDString = 134814201AA4EA6300B7C361;
209
+ remoteInfo = RCTAnimation;
210
+ };
211
+ 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = {
212
+ isa = PBXContainerItemProxy;
213
+ containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
214
+ proxyType = 2;
215
+ remoteGlobalIDString = 2D2A28201D9B03D100D4039D;
216
+ remoteInfo = "RCTAnimation-tvOS";
217
+ };
218
+ 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
219
+ isa = PBXContainerItemProxy;
220
+ containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
221
+ proxyType = 2;
222
+ remoteGlobalIDString = 134814201AA4EA6300B7C361;
223
+ remoteInfo = RCTLinking;
224
+ };
225
+ 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = {
226
+ isa = PBXContainerItemProxy;
227
+ containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
228
+ proxyType = 2;
229
+ remoteGlobalIDString = 58B5119B1A9E6C1200147676;
230
+ remoteInfo = RCTText;
231
+ };
232
+ BFE7D44B1E8326F400DBDD2E /* PBXContainerItemProxy */ = {
233
+ isa = PBXContainerItemProxy;
234
+ containerPortal = 56134A9669C146ED90AAC70F /* RNScreenshotDetector.xcodeproj */;
235
+ proxyType = 2;
236
+ remoteGlobalIDString = 134814201AA4EA6300B7C361;
237
+ remoteInfo = RNScreenshotDetector;
238
+ };
239
+ /* End PBXContainerItemProxy section */
240
+
241
+ /* Begin PBXFileReference section */
242
+ 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
243
+ 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
244
+ 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = "<group>"; };
245
+ 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
246
+ 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
247
+ 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
248
+ 00E356EE1AD99517003FC87E /* ExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
249
+ 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
250
+ 00E356F21AD99517003FC87E /* ExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExampleTests.m; sourceTree = "<group>"; };
251
+ 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
252
+ 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
253
+ 13B07F961A680F5B00A75B9A /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
254
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Example/AppDelegate.h; sourceTree = "<group>"; };
255
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Example/AppDelegate.m; sourceTree = "<group>"; };
256
+ 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
257
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Example/Images.xcassets; sourceTree = "<group>"; };
258
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Example/Info.plist; sourceTree = "<group>"; };
259
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Example/main.m; sourceTree = "<group>"; };
260
+ 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
261
+ 2D02E47B1E0B4A5D006451C7 /* Example-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
262
+ 2D02E4901E0B4A5D006451C7 /* Example-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Example-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
263
+ 56134A9669C146ED90AAC70F /* RNScreenshotDetector.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNScreenshotDetector.xcodeproj; path = "../node_modules/react-native-screenshot-detector/ios/RNScreenshotDetector.xcodeproj"; sourceTree = "<group>"; };
264
+ 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
265
+ 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
266
+ 7BFA08ECE51B44B3B5E46E86 /* libRNScreenshotDetector.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNScreenshotDetector.a; sourceTree = "<group>"; };
267
+ 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
268
+ /* End PBXFileReference section */
269
+
270
+ /* Begin PBXFrameworksBuildPhase section */
271
+ 00E356EB1AD99517003FC87E /* Frameworks */ = {
272
+ isa = PBXFrameworksBuildPhase;
273
+ buildActionMask = 2147483647;
274
+ files = (
275
+ 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */,
276
+ );
277
+ runOnlyForDeploymentPostprocessing = 0;
278
+ };
279
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
280
+ isa = PBXFrameworksBuildPhase;
281
+ buildActionMask = 2147483647;
282
+ files = (
283
+ 146834051AC3E58100842450 /* libReact.a in Frameworks */,
284
+ 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
285
+ 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
286
+ 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
287
+ 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
288
+ 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
289
+ 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */,
290
+ 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */,
291
+ 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
292
+ 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
293
+ 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
294
+ 42AA25272B974EA39B0E4861 /* libRNScreenshotDetector.a in Frameworks */,
295
+ );
296
+ runOnlyForDeploymentPostprocessing = 0;
297
+ };
298
+ 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
299
+ isa = PBXFrameworksBuildPhase;
300
+ buildActionMask = 2147483647;
301
+ files = (
302
+ 2D02E4C91E0B4AEC006451C7 /* libReact.a in Frameworks */,
303
+ 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation-tvOS.a in Frameworks */,
304
+ 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */,
305
+ 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */,
306
+ 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */,
307
+ 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */,
308
+ 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */,
309
+ 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */,
310
+ );
311
+ runOnlyForDeploymentPostprocessing = 0;
312
+ };
313
+ 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
314
+ isa = PBXFrameworksBuildPhase;
315
+ buildActionMask = 2147483647;
316
+ files = (
317
+ );
318
+ runOnlyForDeploymentPostprocessing = 0;
319
+ };
320
+ /* End PBXFrameworksBuildPhase section */
321
+
322
+ /* Begin PBXGroup section */
323
+ 00C302A81ABCB8CE00DB3ED1 /* Products */ = {
324
+ isa = PBXGroup;
325
+ children = (
326
+ 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */,
327
+ );
328
+ name = Products;
329
+ sourceTree = "<group>";
330
+ };
331
+ 00C302B61ABCB90400DB3ED1 /* Products */ = {
332
+ isa = PBXGroup;
333
+ children = (
334
+ 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */,
335
+ );
336
+ name = Products;
337
+ sourceTree = "<group>";
338
+ };
339
+ 00C302BC1ABCB91800DB3ED1 /* Products */ = {
340
+ isa = PBXGroup;
341
+ children = (
342
+ 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */,
343
+ 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */,
344
+ );
345
+ name = Products;
346
+ sourceTree = "<group>";
347
+ };
348
+ 00C302D41ABCB9D200DB3ED1 /* Products */ = {
349
+ isa = PBXGroup;
350
+ children = (
351
+ 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */,
352
+ 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */,
353
+ );
354
+ name = Products;
355
+ sourceTree = "<group>";
356
+ };
357
+ 00C302E01ABCB9EE00DB3ED1 /* Products */ = {
358
+ isa = PBXGroup;
359
+ children = (
360
+ 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */,
361
+ );
362
+ name = Products;
363
+ sourceTree = "<group>";
364
+ };
365
+ 00E356EF1AD99517003FC87E /* ExampleTests */ = {
366
+ isa = PBXGroup;
367
+ children = (
368
+ 00E356F21AD99517003FC87E /* ExampleTests.m */,
369
+ 00E356F01AD99517003FC87E /* Supporting Files */,
370
+ );
371
+ path = ExampleTests;
372
+ sourceTree = "<group>";
373
+ };
374
+ 00E356F01AD99517003FC87E /* Supporting Files */ = {
375
+ isa = PBXGroup;
376
+ children = (
377
+ 00E356F11AD99517003FC87E /* Info.plist */,
378
+ );
379
+ name = "Supporting Files";
380
+ sourceTree = "<group>";
381
+ };
382
+ 139105B71AF99BAD00B5F7CC /* Products */ = {
383
+ isa = PBXGroup;
384
+ children = (
385
+ 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */,
386
+ 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */,
387
+ );
388
+ name = Products;
389
+ sourceTree = "<group>";
390
+ };
391
+ 139FDEE71B06529A00C62182 /* Products */ = {
392
+ isa = PBXGroup;
393
+ children = (
394
+ 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */,
395
+ 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */,
396
+ );
397
+ name = Products;
398
+ sourceTree = "<group>";
399
+ };
400
+ 13B07FAE1A68108700A75B9A /* Example */ = {
401
+ isa = PBXGroup;
402
+ children = (
403
+ 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
404
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
405
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */,
406
+ 13B07FB51A68108700A75B9A /* Images.xcassets */,
407
+ 13B07FB61A68108700A75B9A /* Info.plist */,
408
+ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
409
+ 13B07FB71A68108700A75B9A /* main.m */,
410
+ );
411
+ name = Example;
412
+ sourceTree = "<group>";
413
+ };
414
+ 146834001AC3E56700842450 /* Products */ = {
415
+ isa = PBXGroup;
416
+ children = (
417
+ 146834041AC3E56700842450 /* libReact.a */,
418
+ 3DAD3EA31DF850E9000B6D8A /* libReact.a */,
419
+ 3DAD3EA51DF850E9000B6D8A /* libyoga.a */,
420
+ 3DAD3EA71DF850E9000B6D8A /* libyoga.a */,
421
+ 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */,
422
+ 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */,
423
+ 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */,
424
+ 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */,
425
+ );
426
+ name = Products;
427
+ sourceTree = "<group>";
428
+ };
429
+ 5E91572E1DD0AC6500FF2AA8 /* Products */ = {
430
+ isa = PBXGroup;
431
+ children = (
432
+ 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */,
433
+ 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation-tvOS.a */,
434
+ );
435
+ name = Products;
436
+ sourceTree = "<group>";
437
+ };
438
+ 78C398B11ACF4ADC00677621 /* Products */ = {
439
+ isa = PBXGroup;
440
+ children = (
441
+ 78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
442
+ 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */,
443
+ );
444
+ name = Products;
445
+ sourceTree = "<group>";
446
+ };
447
+ 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
448
+ isa = PBXGroup;
449
+ children = (
450
+ 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */,
451
+ 146833FF1AC3E56700842450 /* React.xcodeproj */,
452
+ 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
453
+ 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
454
+ 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
455
+ 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
456
+ 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */,
457
+ 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */,
458
+ 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
459
+ 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
460
+ 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
461
+ 56134A9669C146ED90AAC70F /* RNScreenshotDetector.xcodeproj */,
462
+ );
463
+ name = Libraries;
464
+ sourceTree = "<group>";
465
+ };
466
+ 832341B11AAA6A8300B99B32 /* Products */ = {
467
+ isa = PBXGroup;
468
+ children = (
469
+ 832341B51AAA6A8300B99B32 /* libRCTText.a */,
470
+ 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */,
471
+ );
472
+ name = Products;
473
+ sourceTree = "<group>";
474
+ };
475
+ 83CBB9F61A601CBA00E9B192 = {
476
+ isa = PBXGroup;
477
+ children = (
478
+ 13B07FAE1A68108700A75B9A /* Example */,
479
+ 832341AE1AAA6A7D00B99B32 /* Libraries */,
480
+ 00E356EF1AD99517003FC87E /* ExampleTests */,
481
+ 83CBBA001A601CBA00E9B192 /* Products */,
482
+ FA82E0AC3A254064B4F1390A /* Frameworks */,
483
+ );
484
+ indentWidth = 2;
485
+ sourceTree = "<group>";
486
+ tabWidth = 2;
487
+ };
488
+ 83CBBA001A601CBA00E9B192 /* Products */ = {
489
+ isa = PBXGroup;
490
+ children = (
491
+ 13B07F961A680F5B00A75B9A /* Example.app */,
492
+ 00E356EE1AD99517003FC87E /* ExampleTests.xctest */,
493
+ 2D02E47B1E0B4A5D006451C7 /* Example-tvOS.app */,
494
+ 2D02E4901E0B4A5D006451C7 /* Example-tvOSTests.xctest */,
495
+ );
496
+ name = Products;
497
+ sourceTree = "<group>";
498
+ };
499
+ BFE7D42C1E8326F400DBDD2E /* Products */ = {
500
+ isa = PBXGroup;
501
+ children = (
502
+ BFE7D44C1E8326F400DBDD2E /* libRNScreenshotDetector.a */,
503
+ );
504
+ name = Products;
505
+ sourceTree = "<group>";
506
+ };
507
+ FA82E0AC3A254064B4F1390A /* Frameworks */ = {
508
+ isa = PBXGroup;
509
+ children = (
510
+ );
511
+ name = Frameworks;
512
+ sourceTree = "<group>";
513
+ };
514
+ /* End PBXGroup section */
515
+
516
+ /* Begin PBXNativeTarget section */
517
+ 00E356ED1AD99517003FC87E /* ExampleTests */ = {
518
+ isa = PBXNativeTarget;
519
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "ExampleTests" */;
520
+ buildPhases = (
521
+ 00E356EA1AD99517003FC87E /* Sources */,
522
+ 00E356EB1AD99517003FC87E /* Frameworks */,
523
+ 00E356EC1AD99517003FC87E /* Resources */,
524
+ );
525
+ buildRules = (
526
+ );
527
+ dependencies = (
528
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */,
529
+ );
530
+ name = ExampleTests;
531
+ productName = ExampleTests;
532
+ productReference = 00E356EE1AD99517003FC87E /* ExampleTests.xctest */;
533
+ productType = "com.apple.product-type.bundle.unit-test";
534
+ };
535
+ 13B07F861A680F5B00A75B9A /* Example */ = {
536
+ isa = PBXNativeTarget;
537
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Example" */;
538
+ buildPhases = (
539
+ 13B07F871A680F5B00A75B9A /* Sources */,
540
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */,
541
+ 13B07F8E1A680F5B00A75B9A /* Resources */,
542
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
543
+ );
544
+ buildRules = (
545
+ );
546
+ dependencies = (
547
+ );
548
+ name = Example;
549
+ productName = "Hello World";
550
+ productReference = 13B07F961A680F5B00A75B9A /* Example.app */;
551
+ productType = "com.apple.product-type.application";
552
+ };
553
+ 2D02E47A1E0B4A5D006451C7 /* Example-tvOS */ = {
554
+ isa = PBXNativeTarget;
555
+ buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Example-tvOS" */;
556
+ buildPhases = (
557
+ 2D02E4771E0B4A5D006451C7 /* Sources */,
558
+ 2D02E4781E0B4A5D006451C7 /* Frameworks */,
559
+ 2D02E4791E0B4A5D006451C7 /* Resources */,
560
+ 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
561
+ );
562
+ buildRules = (
563
+ );
564
+ dependencies = (
565
+ );
566
+ name = "Example-tvOS";
567
+ productName = "Example-tvOS";
568
+ productReference = 2D02E47B1E0B4A5D006451C7 /* Example-tvOS.app */;
569
+ productType = "com.apple.product-type.application";
570
+ };
571
+ 2D02E48F1E0B4A5D006451C7 /* Example-tvOSTests */ = {
572
+ isa = PBXNativeTarget;
573
+ buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Example-tvOSTests" */;
574
+ buildPhases = (
575
+ 2D02E48C1E0B4A5D006451C7 /* Sources */,
576
+ 2D02E48D1E0B4A5D006451C7 /* Frameworks */,
577
+ 2D02E48E1E0B4A5D006451C7 /* Resources */,
578
+ );
579
+ buildRules = (
580
+ );
581
+ dependencies = (
582
+ 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
583
+ );
584
+ name = "Example-tvOSTests";
585
+ productName = "Example-tvOSTests";
586
+ productReference = 2D02E4901E0B4A5D006451C7 /* Example-tvOSTests.xctest */;
587
+ productType = "com.apple.product-type.bundle.unit-test";
588
+ };
589
+ /* End PBXNativeTarget section */
590
+
591
+ /* Begin PBXProject section */
592
+ 83CBB9F71A601CBA00E9B192 /* Project object */ = {
593
+ isa = PBXProject;
594
+ attributes = {
595
+ LastUpgradeCheck = 610;
596
+ ORGANIZATIONNAME = Facebook;
597
+ TargetAttributes = {
598
+ 00E356ED1AD99517003FC87E = {
599
+ CreatedOnToolsVersion = 6.2;
600
+ DevelopmentTeam = A9KR77F89Q;
601
+ TestTargetID = 13B07F861A680F5B00A75B9A;
602
+ };
603
+ 13B07F861A680F5B00A75B9A = {
604
+ DevelopmentTeam = A9KR77F89Q;
605
+ };
606
+ 2D02E47A1E0B4A5D006451C7 = {
607
+ CreatedOnToolsVersion = 8.2.1;
608
+ ProvisioningStyle = Automatic;
609
+ };
610
+ 2D02E48F1E0B4A5D006451C7 = {
611
+ CreatedOnToolsVersion = 8.2.1;
612
+ ProvisioningStyle = Automatic;
613
+ TestTargetID = 2D02E47A1E0B4A5D006451C7;
614
+ };
615
+ };
616
+ };
617
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Example" */;
618
+ compatibilityVersion = "Xcode 3.2";
619
+ developmentRegion = English;
620
+ hasScannedForEncodings = 0;
621
+ knownRegions = (
622
+ en,
623
+ Base,
624
+ );
625
+ mainGroup = 83CBB9F61A601CBA00E9B192;
626
+ productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
627
+ projectDirPath = "";
628
+ projectReferences = (
629
+ {
630
+ ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
631
+ ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
632
+ },
633
+ {
634
+ ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */;
635
+ ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
636
+ },
637
+ {
638
+ ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
639
+ ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
640
+ },
641
+ {
642
+ ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */;
643
+ ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
644
+ },
645
+ {
646
+ ProductGroup = 78C398B11ACF4ADC00677621 /* Products */;
647
+ ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
648
+ },
649
+ {
650
+ ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */;
651
+ ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
652
+ },
653
+ {
654
+ ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */;
655
+ ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
656
+ },
657
+ {
658
+ ProductGroup = 832341B11AAA6A8300B99B32 /* Products */;
659
+ ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
660
+ },
661
+ {
662
+ ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */;
663
+ ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
664
+ },
665
+ {
666
+ ProductGroup = 139FDEE71B06529A00C62182 /* Products */;
667
+ ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
668
+ },
669
+ {
670
+ ProductGroup = 146834001AC3E56700842450 /* Products */;
671
+ ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
672
+ },
673
+ {
674
+ ProductGroup = BFE7D42C1E8326F400DBDD2E /* Products */;
675
+ ProjectRef = 56134A9669C146ED90AAC70F /* RNScreenshotDetector.xcodeproj */;
676
+ },
677
+ );
678
+ projectRoot = "";
679
+ targets = (
680
+ 13B07F861A680F5B00A75B9A /* Example */,
681
+ 00E356ED1AD99517003FC87E /* ExampleTests */,
682
+ 2D02E47A1E0B4A5D006451C7 /* Example-tvOS */,
683
+ 2D02E48F1E0B4A5D006451C7 /* Example-tvOSTests */,
684
+ );
685
+ };
686
+ /* End PBXProject section */
687
+
688
+ /* Begin PBXReferenceProxy section */
689
+ 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = {
690
+ isa = PBXReferenceProxy;
691
+ fileType = archive.ar;
692
+ path = libRCTActionSheet.a;
693
+ remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */;
694
+ sourceTree = BUILT_PRODUCTS_DIR;
695
+ };
696
+ 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = {
697
+ isa = PBXReferenceProxy;
698
+ fileType = archive.ar;
699
+ path = libRCTGeolocation.a;
700
+ remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */;
701
+ sourceTree = BUILT_PRODUCTS_DIR;
702
+ };
703
+ 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = {
704
+ isa = PBXReferenceProxy;
705
+ fileType = archive.ar;
706
+ path = libRCTImage.a;
707
+ remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */;
708
+ sourceTree = BUILT_PRODUCTS_DIR;
709
+ };
710
+ 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = {
711
+ isa = PBXReferenceProxy;
712
+ fileType = archive.ar;
713
+ path = libRCTNetwork.a;
714
+ remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */;
715
+ sourceTree = BUILT_PRODUCTS_DIR;
716
+ };
717
+ 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = {
718
+ isa = PBXReferenceProxy;
719
+ fileType = archive.ar;
720
+ path = libRCTVibration.a;
721
+ remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */;
722
+ sourceTree = BUILT_PRODUCTS_DIR;
723
+ };
724
+ 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = {
725
+ isa = PBXReferenceProxy;
726
+ fileType = archive.ar;
727
+ path = libRCTSettings.a;
728
+ remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */;
729
+ sourceTree = BUILT_PRODUCTS_DIR;
730
+ };
731
+ 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = {
732
+ isa = PBXReferenceProxy;
733
+ fileType = archive.ar;
734
+ path = libRCTWebSocket.a;
735
+ remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */;
736
+ sourceTree = BUILT_PRODUCTS_DIR;
737
+ };
738
+ 146834041AC3E56700842450 /* libReact.a */ = {
739
+ isa = PBXReferenceProxy;
740
+ fileType = archive.ar;
741
+ path = libReact.a;
742
+ remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
743
+ sourceTree = BUILT_PRODUCTS_DIR;
744
+ };
745
+ 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */ = {
746
+ isa = PBXReferenceProxy;
747
+ fileType = archive.ar;
748
+ path = "libRCTImage-tvOS.a";
749
+ remoteRef = 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */;
750
+ sourceTree = BUILT_PRODUCTS_DIR;
751
+ };
752
+ 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */ = {
753
+ isa = PBXReferenceProxy;
754
+ fileType = archive.ar;
755
+ path = "libRCTLinking-tvOS.a";
756
+ remoteRef = 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */;
757
+ sourceTree = BUILT_PRODUCTS_DIR;
758
+ };
759
+ 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */ = {
760
+ isa = PBXReferenceProxy;
761
+ fileType = archive.ar;
762
+ path = "libRCTNetwork-tvOS.a";
763
+ remoteRef = 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */;
764
+ sourceTree = BUILT_PRODUCTS_DIR;
765
+ };
766
+ 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */ = {
767
+ isa = PBXReferenceProxy;
768
+ fileType = archive.ar;
769
+ path = "libRCTSettings-tvOS.a";
770
+ remoteRef = 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */;
771
+ sourceTree = BUILT_PRODUCTS_DIR;
772
+ };
773
+ 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */ = {
774
+ isa = PBXReferenceProxy;
775
+ fileType = archive.ar;
776
+ path = "libRCTText-tvOS.a";
777
+ remoteRef = 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */;
778
+ sourceTree = BUILT_PRODUCTS_DIR;
779
+ };
780
+ 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */ = {
781
+ isa = PBXReferenceProxy;
782
+ fileType = archive.ar;
783
+ path = "libRCTWebSocket-tvOS.a";
784
+ remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */;
785
+ sourceTree = BUILT_PRODUCTS_DIR;
786
+ };
787
+ 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = {
788
+ isa = PBXReferenceProxy;
789
+ fileType = archive.ar;
790
+ path = libReact.a;
791
+ remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */;
792
+ sourceTree = BUILT_PRODUCTS_DIR;
793
+ };
794
+ 3DAD3EA51DF850E9000B6D8A /* libyoga.a */ = {
795
+ isa = PBXReferenceProxy;
796
+ fileType = archive.ar;
797
+ path = libyoga.a;
798
+ remoteRef = 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */;
799
+ sourceTree = BUILT_PRODUCTS_DIR;
800
+ };
801
+ 3DAD3EA71DF850E9000B6D8A /* libyoga.a */ = {
802
+ isa = PBXReferenceProxy;
803
+ fileType = archive.ar;
804
+ path = libyoga.a;
805
+ remoteRef = 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */;
806
+ sourceTree = BUILT_PRODUCTS_DIR;
807
+ };
808
+ 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */ = {
809
+ isa = PBXReferenceProxy;
810
+ fileType = archive.ar;
811
+ path = libcxxreact.a;
812
+ remoteRef = 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */;
813
+ sourceTree = BUILT_PRODUCTS_DIR;
814
+ };
815
+ 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */ = {
816
+ isa = PBXReferenceProxy;
817
+ fileType = archive.ar;
818
+ path = libcxxreact.a;
819
+ remoteRef = 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */;
820
+ sourceTree = BUILT_PRODUCTS_DIR;
821
+ };
822
+ 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */ = {
823
+ isa = PBXReferenceProxy;
824
+ fileType = archive.ar;
825
+ path = libjschelpers.a;
826
+ remoteRef = 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */;
827
+ sourceTree = BUILT_PRODUCTS_DIR;
828
+ };
829
+ 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */ = {
830
+ isa = PBXReferenceProxy;
831
+ fileType = archive.ar;
832
+ path = libjschelpers.a;
833
+ remoteRef = 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */;
834
+ sourceTree = BUILT_PRODUCTS_DIR;
835
+ };
836
+ 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = {
837
+ isa = PBXReferenceProxy;
838
+ fileType = archive.ar;
839
+ path = libRCTAnimation.a;
840
+ remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
841
+ sourceTree = BUILT_PRODUCTS_DIR;
842
+ };
843
+ 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation-tvOS.a */ = {
844
+ isa = PBXReferenceProxy;
845
+ fileType = archive.ar;
846
+ path = "libRCTAnimation-tvOS.a";
847
+ remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
848
+ sourceTree = BUILT_PRODUCTS_DIR;
849
+ };
850
+ 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
851
+ isa = PBXReferenceProxy;
852
+ fileType = archive.ar;
853
+ path = libRCTLinking.a;
854
+ remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
855
+ sourceTree = BUILT_PRODUCTS_DIR;
856
+ };
857
+ 832341B51AAA6A8300B99B32 /* libRCTText.a */ = {
858
+ isa = PBXReferenceProxy;
859
+ fileType = archive.ar;
860
+ path = libRCTText.a;
861
+ remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
862
+ sourceTree = BUILT_PRODUCTS_DIR;
863
+ };
864
+ BFE7D44C1E8326F400DBDD2E /* libRNScreenshotDetector.a */ = {
865
+ isa = PBXReferenceProxy;
866
+ fileType = archive.ar;
867
+ path = libRNScreenshotDetector.a;
868
+ remoteRef = BFE7D44B1E8326F400DBDD2E /* PBXContainerItemProxy */;
869
+ sourceTree = BUILT_PRODUCTS_DIR;
870
+ };
871
+ /* End PBXReferenceProxy section */
872
+
873
+ /* Begin PBXResourcesBuildPhase section */
874
+ 00E356EC1AD99517003FC87E /* Resources */ = {
875
+ isa = PBXResourcesBuildPhase;
876
+ buildActionMask = 2147483647;
877
+ files = (
878
+ );
879
+ runOnlyForDeploymentPostprocessing = 0;
880
+ };
881
+ 13B07F8E1A680F5B00A75B9A /* Resources */ = {
882
+ isa = PBXResourcesBuildPhase;
883
+ buildActionMask = 2147483647;
884
+ files = (
885
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
886
+ 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
887
+ );
888
+ runOnlyForDeploymentPostprocessing = 0;
889
+ };
890
+ 2D02E4791E0B4A5D006451C7 /* Resources */ = {
891
+ isa = PBXResourcesBuildPhase;
892
+ buildActionMask = 2147483647;
893
+ files = (
894
+ 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
895
+ );
896
+ runOnlyForDeploymentPostprocessing = 0;
897
+ };
898
+ 2D02E48E1E0B4A5D006451C7 /* Resources */ = {
899
+ isa = PBXResourcesBuildPhase;
900
+ buildActionMask = 2147483647;
901
+ files = (
902
+ );
903
+ runOnlyForDeploymentPostprocessing = 0;
904
+ };
905
+ /* End PBXResourcesBuildPhase section */
906
+
907
+ /* Begin PBXShellScriptBuildPhase section */
908
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
909
+ isa = PBXShellScriptBuildPhase;
910
+ buildActionMask = 2147483647;
911
+ files = (
912
+ );
913
+ inputPaths = (
914
+ );
915
+ name = "Bundle React Native code and images";
916
+ outputPaths = (
917
+ );
918
+ runOnlyForDeploymentPostprocessing = 0;
919
+ shellPath = /bin/sh;
920
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
921
+ };
922
+ 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
923
+ isa = PBXShellScriptBuildPhase;
924
+ buildActionMask = 2147483647;
925
+ files = (
926
+ );
927
+ inputPaths = (
928
+ );
929
+ name = "Bundle React Native Code And Images";
930
+ outputPaths = (
931
+ );
932
+ runOnlyForDeploymentPostprocessing = 0;
933
+ shellPath = /bin/sh;
934
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
935
+ };
936
+ /* End PBXShellScriptBuildPhase section */
937
+
938
+ /* Begin PBXSourcesBuildPhase section */
939
+ 00E356EA1AD99517003FC87E /* Sources */ = {
940
+ isa = PBXSourcesBuildPhase;
941
+ buildActionMask = 2147483647;
942
+ files = (
943
+ 00E356F31AD99517003FC87E /* ExampleTests.m in Sources */,
944
+ );
945
+ runOnlyForDeploymentPostprocessing = 0;
946
+ };
947
+ 13B07F871A680F5B00A75B9A /* Sources */ = {
948
+ isa = PBXSourcesBuildPhase;
949
+ buildActionMask = 2147483647;
950
+ files = (
951
+ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
952
+ 13B07FC11A68108700A75B9A /* main.m in Sources */,
953
+ );
954
+ runOnlyForDeploymentPostprocessing = 0;
955
+ };
956
+ 2D02E4771E0B4A5D006451C7 /* Sources */ = {
957
+ isa = PBXSourcesBuildPhase;
958
+ buildActionMask = 2147483647;
959
+ files = (
960
+ 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
961
+ 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
962
+ );
963
+ runOnlyForDeploymentPostprocessing = 0;
964
+ };
965
+ 2D02E48C1E0B4A5D006451C7 /* Sources */ = {
966
+ isa = PBXSourcesBuildPhase;
967
+ buildActionMask = 2147483647;
968
+ files = (
969
+ 2DCD954D1E0B4F2C00145EB5 /* ExampleTests.m in Sources */,
970
+ );
971
+ runOnlyForDeploymentPostprocessing = 0;
972
+ };
973
+ /* End PBXSourcesBuildPhase section */
974
+
975
+ /* Begin PBXTargetDependency section */
976
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
977
+ isa = PBXTargetDependency;
978
+ target = 13B07F861A680F5B00A75B9A /* Example */;
979
+ targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
980
+ };
981
+ 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
982
+ isa = PBXTargetDependency;
983
+ target = 2D02E47A1E0B4A5D006451C7 /* Example-tvOS */;
984
+ targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
985
+ };
986
+ /* End PBXTargetDependency section */
987
+
988
+ /* Begin PBXVariantGroup section */
989
+ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
990
+ isa = PBXVariantGroup;
991
+ children = (
992
+ 13B07FB21A68108700A75B9A /* Base */,
993
+ );
994
+ name = LaunchScreen.xib;
995
+ path = Example;
996
+ sourceTree = "<group>";
997
+ };
998
+ /* End PBXVariantGroup section */
999
+
1000
+ /* Begin XCBuildConfiguration section */
1001
+ 00E356F61AD99517003FC87E /* Debug */ = {
1002
+ isa = XCBuildConfiguration;
1003
+ buildSettings = {
1004
+ BUNDLE_LOADER = "$(TEST_HOST)";
1005
+ DEVELOPMENT_TEAM = A9KR77F89Q;
1006
+ GCC_PREPROCESSOR_DEFINITIONS = (
1007
+ "DEBUG=1",
1008
+ "$(inherited)",
1009
+ );
1010
+ HEADER_SEARCH_PATHS = (
1011
+ "$(inherited)",
1012
+ "$(SRCROOT)/../node_modules/react-native-screenshot-detector/ios/RNScreenshotDetector",
1013
+ );
1014
+ INFOPLIST_FILE = ExampleTests/Info.plist;
1015
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1016
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1017
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
1018
+ OTHER_LDFLAGS = (
1019
+ "-ObjC",
1020
+ "-lc++",
1021
+ );
1022
+ PRODUCT_NAME = "$(TARGET_NAME)";
1023
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example";
1024
+ };
1025
+ name = Debug;
1026
+ };
1027
+ 00E356F71AD99517003FC87E /* Release */ = {
1028
+ isa = XCBuildConfiguration;
1029
+ buildSettings = {
1030
+ BUNDLE_LOADER = "$(TEST_HOST)";
1031
+ COPY_PHASE_STRIP = NO;
1032
+ DEVELOPMENT_TEAM = A9KR77F89Q;
1033
+ HEADER_SEARCH_PATHS = (
1034
+ "$(inherited)",
1035
+ "$(SRCROOT)/../node_modules/react-native-screenshot-detector/ios/RNScreenshotDetector",
1036
+ );
1037
+ INFOPLIST_FILE = ExampleTests/Info.plist;
1038
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1039
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1040
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
1041
+ OTHER_LDFLAGS = (
1042
+ "-ObjC",
1043
+ "-lc++",
1044
+ );
1045
+ PRODUCT_NAME = "$(TARGET_NAME)";
1046
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example";
1047
+ };
1048
+ name = Release;
1049
+ };
1050
+ 13B07F941A680F5B00A75B9A /* Debug */ = {
1051
+ isa = XCBuildConfiguration;
1052
+ buildSettings = {
1053
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1054
+ CURRENT_PROJECT_VERSION = 1;
1055
+ DEAD_CODE_STRIPPING = NO;
1056
+ DEVELOPMENT_TEAM = A9KR77F89Q;
1057
+ HEADER_SEARCH_PATHS = (
1058
+ "$(inherited)",
1059
+ "$(SRCROOT)/../node_modules/react-native-screenshot-detector/ios/RNScreenshotDetector",
1060
+ );
1061
+ INFOPLIST_FILE = Example/Info.plist;
1062
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1063
+ OTHER_LDFLAGS = (
1064
+ "$(inherited)",
1065
+ "-ObjC",
1066
+ "-lc++",
1067
+ );
1068
+ PRODUCT_NAME = Example;
1069
+ VERSIONING_SYSTEM = "apple-generic";
1070
+ };
1071
+ name = Debug;
1072
+ };
1073
+ 13B07F951A680F5B00A75B9A /* Release */ = {
1074
+ isa = XCBuildConfiguration;
1075
+ buildSettings = {
1076
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1077
+ CURRENT_PROJECT_VERSION = 1;
1078
+ DEVELOPMENT_TEAM = A9KR77F89Q;
1079
+ HEADER_SEARCH_PATHS = (
1080
+ "$(inherited)",
1081
+ "$(SRCROOT)/../node_modules/react-native-screenshot-detector/ios/RNScreenshotDetector",
1082
+ );
1083
+ INFOPLIST_FILE = Example/Info.plist;
1084
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1085
+ OTHER_LDFLAGS = (
1086
+ "$(inherited)",
1087
+ "-ObjC",
1088
+ "-lc++",
1089
+ );
1090
+ PRODUCT_NAME = Example;
1091
+ VERSIONING_SYSTEM = "apple-generic";
1092
+ };
1093
+ name = Release;
1094
+ };
1095
+ 2D02E4971E0B4A5E006451C7 /* Debug */ = {
1096
+ isa = XCBuildConfiguration;
1097
+ buildSettings = {
1098
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
1099
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
1100
+ CLANG_ANALYZER_NONNULL = YES;
1101
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
1102
+ CLANG_WARN_INFINITE_RECURSION = YES;
1103
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
1104
+ DEBUG_INFORMATION_FORMAT = dwarf;
1105
+ ENABLE_TESTABILITY = YES;
1106
+ GCC_NO_COMMON_BLOCKS = YES;
1107
+ HEADER_SEARCH_PATHS = (
1108
+ "$(inherited)",
1109
+ "$(SRCROOT)/../node_modules/react-native-screenshot-detector/ios/RNScreenshotDetector",
1110
+ );
1111
+ INFOPLIST_FILE = "Example-tvOS/Info.plist";
1112
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1113
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
1114
+ OTHER_LDFLAGS = (
1115
+ "-ObjC",
1116
+ "-lc++",
1117
+ );
1118
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Example-tvOS";
1119
+ PRODUCT_NAME = "$(TARGET_NAME)";
1120
+ SDKROOT = appletvos;
1121
+ TARGETED_DEVICE_FAMILY = 3;
1122
+ TVOS_DEPLOYMENT_TARGET = 9.2;
1123
+ };
1124
+ name = Debug;
1125
+ };
1126
+ 2D02E4981E0B4A5E006451C7 /* Release */ = {
1127
+ isa = XCBuildConfiguration;
1128
+ buildSettings = {
1129
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
1130
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
1131
+ CLANG_ANALYZER_NONNULL = YES;
1132
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
1133
+ CLANG_WARN_INFINITE_RECURSION = YES;
1134
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
1135
+ COPY_PHASE_STRIP = NO;
1136
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1137
+ GCC_NO_COMMON_BLOCKS = YES;
1138
+ HEADER_SEARCH_PATHS = (
1139
+ "$(inherited)",
1140
+ "$(SRCROOT)/../node_modules/react-native-screenshot-detector/ios/RNScreenshotDetector",
1141
+ );
1142
+ INFOPLIST_FILE = "Example-tvOS/Info.plist";
1143
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1144
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
1145
+ OTHER_LDFLAGS = (
1146
+ "-ObjC",
1147
+ "-lc++",
1148
+ );
1149
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Example-tvOS";
1150
+ PRODUCT_NAME = "$(TARGET_NAME)";
1151
+ SDKROOT = appletvos;
1152
+ TARGETED_DEVICE_FAMILY = 3;
1153
+ TVOS_DEPLOYMENT_TARGET = 9.2;
1154
+ };
1155
+ name = Release;
1156
+ };
1157
+ 2D02E4991E0B4A5E006451C7 /* Debug */ = {
1158
+ isa = XCBuildConfiguration;
1159
+ buildSettings = {
1160
+ BUNDLE_LOADER = "$(TEST_HOST)";
1161
+ CLANG_ANALYZER_NONNULL = YES;
1162
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
1163
+ CLANG_WARN_INFINITE_RECURSION = YES;
1164
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
1165
+ DEBUG_INFORMATION_FORMAT = dwarf;
1166
+ ENABLE_TESTABILITY = YES;
1167
+ GCC_NO_COMMON_BLOCKS = YES;
1168
+ INFOPLIST_FILE = "Example-tvOSTests/Info.plist";
1169
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1170
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
1171
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Example-tvOSTests";
1172
+ PRODUCT_NAME = "$(TARGET_NAME)";
1173
+ SDKROOT = appletvos;
1174
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example-tvOS.app/Example-tvOS";
1175
+ TVOS_DEPLOYMENT_TARGET = 10.1;
1176
+ };
1177
+ name = Debug;
1178
+ };
1179
+ 2D02E49A1E0B4A5E006451C7 /* Release */ = {
1180
+ isa = XCBuildConfiguration;
1181
+ buildSettings = {
1182
+ BUNDLE_LOADER = "$(TEST_HOST)";
1183
+ CLANG_ANALYZER_NONNULL = YES;
1184
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
1185
+ CLANG_WARN_INFINITE_RECURSION = YES;
1186
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
1187
+ COPY_PHASE_STRIP = NO;
1188
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1189
+ GCC_NO_COMMON_BLOCKS = YES;
1190
+ INFOPLIST_FILE = "Example-tvOSTests/Info.plist";
1191
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1192
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
1193
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Example-tvOSTests";
1194
+ PRODUCT_NAME = "$(TARGET_NAME)";
1195
+ SDKROOT = appletvos;
1196
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example-tvOS.app/Example-tvOS";
1197
+ TVOS_DEPLOYMENT_TARGET = 10.1;
1198
+ };
1199
+ name = Release;
1200
+ };
1201
+ 83CBBA201A601CBA00E9B192 /* Debug */ = {
1202
+ isa = XCBuildConfiguration;
1203
+ buildSettings = {
1204
+ ALWAYS_SEARCH_USER_PATHS = NO;
1205
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1206
+ CLANG_CXX_LIBRARY = "libc++";
1207
+ CLANG_ENABLE_MODULES = YES;
1208
+ CLANG_ENABLE_OBJC_ARC = YES;
1209
+ CLANG_WARN_BOOL_CONVERSION = YES;
1210
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
1211
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
1212
+ CLANG_WARN_EMPTY_BODY = YES;
1213
+ CLANG_WARN_ENUM_CONVERSION = YES;
1214
+ CLANG_WARN_INT_CONVERSION = YES;
1215
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1216
+ CLANG_WARN_UNREACHABLE_CODE = YES;
1217
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1218
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1219
+ COPY_PHASE_STRIP = NO;
1220
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
1221
+ GCC_C_LANGUAGE_STANDARD = gnu99;
1222
+ GCC_DYNAMIC_NO_PIC = NO;
1223
+ GCC_OPTIMIZATION_LEVEL = 0;
1224
+ GCC_PREPROCESSOR_DEFINITIONS = (
1225
+ "DEBUG=1",
1226
+ "$(inherited)",
1227
+ );
1228
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
1229
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1230
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1231
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
1232
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1233
+ GCC_WARN_UNUSED_FUNCTION = YES;
1234
+ GCC_WARN_UNUSED_VARIABLE = YES;
1235
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1236
+ MTL_ENABLE_DEBUG_INFO = YES;
1237
+ ONLY_ACTIVE_ARCH = YES;
1238
+ SDKROOT = iphoneos;
1239
+ };
1240
+ name = Debug;
1241
+ };
1242
+ 83CBBA211A601CBA00E9B192 /* Release */ = {
1243
+ isa = XCBuildConfiguration;
1244
+ buildSettings = {
1245
+ ALWAYS_SEARCH_USER_PATHS = NO;
1246
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1247
+ CLANG_CXX_LIBRARY = "libc++";
1248
+ CLANG_ENABLE_MODULES = YES;
1249
+ CLANG_ENABLE_OBJC_ARC = YES;
1250
+ CLANG_WARN_BOOL_CONVERSION = YES;
1251
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
1252
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
1253
+ CLANG_WARN_EMPTY_BODY = YES;
1254
+ CLANG_WARN_ENUM_CONVERSION = YES;
1255
+ CLANG_WARN_INT_CONVERSION = YES;
1256
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1257
+ CLANG_WARN_UNREACHABLE_CODE = YES;
1258
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1259
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1260
+ COPY_PHASE_STRIP = YES;
1261
+ ENABLE_NS_ASSERTIONS = NO;
1262
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
1263
+ GCC_C_LANGUAGE_STANDARD = gnu99;
1264
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1265
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1266
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
1267
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1268
+ GCC_WARN_UNUSED_FUNCTION = YES;
1269
+ GCC_WARN_UNUSED_VARIABLE = YES;
1270
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1271
+ MTL_ENABLE_DEBUG_INFO = NO;
1272
+ SDKROOT = iphoneos;
1273
+ VALIDATE_PRODUCT = YES;
1274
+ };
1275
+ name = Release;
1276
+ };
1277
+ /* End XCBuildConfiguration section */
1278
+
1279
+ /* Begin XCConfigurationList section */
1280
+ 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "ExampleTests" */ = {
1281
+ isa = XCConfigurationList;
1282
+ buildConfigurations = (
1283
+ 00E356F61AD99517003FC87E /* Debug */,
1284
+ 00E356F71AD99517003FC87E /* Release */,
1285
+ );
1286
+ defaultConfigurationIsVisible = 0;
1287
+ defaultConfigurationName = Release;
1288
+ };
1289
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Example" */ = {
1290
+ isa = XCConfigurationList;
1291
+ buildConfigurations = (
1292
+ 13B07F941A680F5B00A75B9A /* Debug */,
1293
+ 13B07F951A680F5B00A75B9A /* Release */,
1294
+ );
1295
+ defaultConfigurationIsVisible = 0;
1296
+ defaultConfigurationName = Release;
1297
+ };
1298
+ 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Example-tvOS" */ = {
1299
+ isa = XCConfigurationList;
1300
+ buildConfigurations = (
1301
+ 2D02E4971E0B4A5E006451C7 /* Debug */,
1302
+ 2D02E4981E0B4A5E006451C7 /* Release */,
1303
+ );
1304
+ defaultConfigurationIsVisible = 0;
1305
+ defaultConfigurationName = Release;
1306
+ };
1307
+ 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Example-tvOSTests" */ = {
1308
+ isa = XCConfigurationList;
1309
+ buildConfigurations = (
1310
+ 2D02E4991E0B4A5E006451C7 /* Debug */,
1311
+ 2D02E49A1E0B4A5E006451C7 /* Release */,
1312
+ );
1313
+ defaultConfigurationIsVisible = 0;
1314
+ defaultConfigurationName = Release;
1315
+ };
1316
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Example" */ = {
1317
+ isa = XCConfigurationList;
1318
+ buildConfigurations = (
1319
+ 83CBBA201A601CBA00E9B192 /* Debug */,
1320
+ 83CBBA211A601CBA00E9B192 /* Release */,
1321
+ );
1322
+ defaultConfigurationIsVisible = 0;
1323
+ defaultConfigurationName = Release;
1324
+ };
1325
+ /* End XCConfigurationList section */
1326
+ };
1327
+ rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
1328
+ }