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