@mux/mux-data-react-native-video 0.5.7

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/.eslintrc +9 -0
  2. package/CHANGELOG.md +124 -0
  3. package/DemoApp/.buckconfig +6 -0
  4. package/DemoApp/.eslintrc.js +4 -0
  5. package/DemoApp/.flowconfig +75 -0
  6. package/DemoApp/.gitattributes +1 -0
  7. package/DemoApp/.prettierrc.js +6 -0
  8. package/DemoApp/.watchmanconfig +1 -0
  9. package/DemoApp/App.js +121 -0
  10. package/DemoApp/README.md +17 -0
  11. package/DemoApp/__tests__/App-test.js +14 -0
  12. package/DemoApp/android/app/BUCK +55 -0
  13. package/DemoApp/android/app/build.gradle +201 -0
  14. package/DemoApp/android/app/build_defs.bzl +19 -0
  15. package/DemoApp/android/app/debug.keystore +0 -0
  16. package/DemoApp/android/app/proguard-rules.pro +10 -0
  17. package/DemoApp/android/app/src/debug/AndroidManifest.xml +8 -0
  18. package/DemoApp/android/app/src/main/AndroidManifest.xml +26 -0
  19. package/DemoApp/android/app/src/main/java/com/demoapp/MainActivity.java +15 -0
  20. package/DemoApp/android/app/src/main/java/com/demoapp/MainApplication.java +74 -0
  21. package/DemoApp/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  22. package/DemoApp/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  23. package/DemoApp/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  24. package/DemoApp/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  25. package/DemoApp/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  26. package/DemoApp/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  27. package/DemoApp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  28. package/DemoApp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  29. package/DemoApp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  30. package/DemoApp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  31. package/DemoApp/android/app/src/main/res/values/strings.xml +3 -0
  32. package/DemoApp/android/app/src/main/res/values/styles.xml +9 -0
  33. package/DemoApp/android/build.gradle +38 -0
  34. package/DemoApp/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  35. package/DemoApp/android/gradle/wrapper/gradle-wrapper.properties +5 -0
  36. package/DemoApp/android/gradle.properties +21 -0
  37. package/DemoApp/android/gradlew +188 -0
  38. package/DemoApp/android/gradlew.bat +100 -0
  39. package/DemoApp/android/settings.gradle +3 -0
  40. package/DemoApp/app.json +4 -0
  41. package/DemoApp/babel.config.js +3 -0
  42. package/DemoApp/index.js +9 -0
  43. package/DemoApp/ios/DemoApp/AppDelegate.h +15 -0
  44. package/DemoApp/ios/DemoApp/AppDelegate.m +42 -0
  45. package/DemoApp/ios/DemoApp/Base.lproj/LaunchScreen.xib +42 -0
  46. package/DemoApp/ios/DemoApp/Images.xcassets/AppIcon.appiconset/Contents.json +38 -0
  47. package/DemoApp/ios/DemoApp/Images.xcassets/Contents.json +6 -0
  48. package/DemoApp/ios/DemoApp/Info.plist +57 -0
  49. package/DemoApp/ios/DemoApp/main.m +16 -0
  50. package/DemoApp/ios/DemoApp-tvOS/Info.plist +53 -0
  51. package/DemoApp/ios/DemoApp-tvOSTests/Info.plist +24 -0
  52. package/DemoApp/ios/DemoApp.xcodeproj/project.pbxproj +942 -0
  53. package/DemoApp/ios/DemoApp.xcodeproj/xcshareddata/xcschemes/DemoApp-tvOS.xcscheme +129 -0
  54. package/DemoApp/ios/DemoApp.xcodeproj/xcshareddata/xcschemes/DemoApp.xcscheme +129 -0
  55. package/DemoApp/ios/DemoApp.xcworkspace/contents.xcworkspacedata +10 -0
  56. package/DemoApp/ios/DemoAppTests/DemoAppTests.m +72 -0
  57. package/DemoApp/ios/DemoAppTests/Info.plist +24 -0
  58. package/DemoApp/ios/Podfile +59 -0
  59. package/DemoApp/ios/Podfile.lock +429 -0
  60. package/DemoApp/metro.config.js +17 -0
  61. package/DemoApp/package.json +32 -0
  62. package/DemoApp/yarn.lock +7143 -0
  63. package/README.md +96 -0
  64. package/README_INTERNAL.md +11 -0
  65. package/mux-react-native-video-sdk.podspec +19 -0
  66. package/package.json +27 -0
  67. package/src/index.js +258 -0
@@ -0,0 +1,942 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 00E356F31AD99517003FC87E /* DemoAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* DemoAppTests.m */; };
11
+ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
12
+ 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
13
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
14
+ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15
+ 1F888F9D812ABC7EFA3D2B29 /* libPods-DemoAppTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C4AAD7F8BA691E954BFBA29D /* libPods-DemoAppTests.a */; };
16
+ 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
17
+ 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
18
+ 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
19
+ 2DCD954D1E0B4F2C00145EB5 /* DemoAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* DemoAppTests.m */; };
20
+ AA98AB6845D2D29590596449 /* libPods-DemoApp-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6BDA08D29369FD1111367884 /* libPods-DemoApp-tvOSTests.a */; };
21
+ B27901DF485E8F7D410D717A /* libPods-DemoApp-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18FDDEC269FA957C80A2686E /* libPods-DemoApp-tvOS.a */; };
22
+ F20E96FDB9D8068DECE0BFC4 /* libPods-DemoApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DC89EEF731F31F937AD5B8A /* libPods-DemoApp.a */; };
23
+ /* End PBXBuildFile section */
24
+
25
+ /* Begin PBXContainerItemProxy section */
26
+ 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
27
+ isa = PBXContainerItemProxy;
28
+ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
29
+ proxyType = 1;
30
+ remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
31
+ remoteInfo = DemoApp;
32
+ };
33
+ 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = {
34
+ isa = PBXContainerItemProxy;
35
+ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
36
+ proxyType = 1;
37
+ remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
38
+ remoteInfo = "DemoApp-tvOS";
39
+ };
40
+ /* End PBXContainerItemProxy section */
41
+
42
+ /* Begin PBXFileReference section */
43
+ 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
44
+ 00E356EE1AD99517003FC87E /* DemoAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DemoAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
45
+ 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
46
+ 00E356F21AD99517003FC87E /* DemoAppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DemoAppTests.m; sourceTree = "<group>"; };
47
+ 13B07F961A680F5B00A75B9A /* DemoApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
48
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = DemoApp/AppDelegate.h; sourceTree = "<group>"; };
49
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = DemoApp/AppDelegate.m; sourceTree = "<group>"; };
50
+ 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
51
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = DemoApp/Images.xcassets; sourceTree = "<group>"; };
52
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = DemoApp/Info.plist; sourceTree = "<group>"; };
53
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = DemoApp/main.m; sourceTree = "<group>"; };
54
+ 18FDDEC269FA957C80A2686E /* libPods-DemoApp-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
55
+ 1E53FED5AA4A3D8BBFF87EF6 /* Pods-DemoApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp.debug.xcconfig"; path = "Target Support Files/Pods-DemoApp/Pods-DemoApp.debug.xcconfig"; sourceTree = "<group>"; };
56
+ 2D02E47B1E0B4A5D006451C7 /* DemoApp-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DemoApp-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
57
+ 2D02E4901E0B4A5D006451C7 /* DemoApp-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "DemoApp-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
58
+ 4DC89EEF731F31F937AD5B8A /* libPods-DemoApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
59
+ 4E689BA93486272819577DCE /* Pods-DemoApp-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-DemoApp-tvOS/Pods-DemoApp-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
60
+ 6BDA08D29369FD1111367884 /* libPods-DemoApp-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
61
+ 6D4151BF7469108B69B757BA /* Pods-DemoAppTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoAppTests.release.xcconfig"; path = "Target Support Files/Pods-DemoAppTests/Pods-DemoAppTests.release.xcconfig"; sourceTree = "<group>"; };
62
+ 8143FA6F775FBFB6AF679D2C /* Pods-DemoApp-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-tvOS.release.xcconfig"; path = "Target Support Files/Pods-DemoApp-tvOS/Pods-DemoApp-tvOS.release.xcconfig"; sourceTree = "<group>"; };
63
+ 975C1676E7A9B253B5E0BE26 /* Pods-DemoApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp.release.xcconfig"; path = "Target Support Files/Pods-DemoApp/Pods-DemoApp.release.xcconfig"; sourceTree = "<group>"; };
64
+ A9FAA7B80F550BA2DCCCCB3A /* Pods-DemoApp-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-DemoApp-tvOSTests/Pods-DemoApp-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
65
+ C4AAD7F8BA691E954BFBA29D /* libPods-DemoAppTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoAppTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
66
+ E3937F8B11088DCAA74DD698 /* Pods-DemoAppTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoAppTests.debug.xcconfig"; path = "Target Support Files/Pods-DemoAppTests/Pods-DemoAppTests.debug.xcconfig"; sourceTree = "<group>"; };
67
+ E4C8322FADBC95F3F041C1EB /* Pods-DemoApp-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-DemoApp-tvOSTests/Pods-DemoApp-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
68
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
69
+ ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
70
+ /* End PBXFileReference section */
71
+
72
+ /* Begin PBXFrameworksBuildPhase section */
73
+ 00E356EB1AD99517003FC87E /* Frameworks */ = {
74
+ isa = PBXFrameworksBuildPhase;
75
+ buildActionMask = 2147483647;
76
+ files = (
77
+ 1F888F9D812ABC7EFA3D2B29 /* libPods-DemoAppTests.a in Frameworks */,
78
+ );
79
+ runOnlyForDeploymentPostprocessing = 0;
80
+ };
81
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
82
+ isa = PBXFrameworksBuildPhase;
83
+ buildActionMask = 2147483647;
84
+ files = (
85
+ F20E96FDB9D8068DECE0BFC4 /* libPods-DemoApp.a in Frameworks */,
86
+ );
87
+ runOnlyForDeploymentPostprocessing = 0;
88
+ };
89
+ 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
90
+ isa = PBXFrameworksBuildPhase;
91
+ buildActionMask = 2147483647;
92
+ files = (
93
+ B27901DF485E8F7D410D717A /* libPods-DemoApp-tvOS.a in Frameworks */,
94
+ );
95
+ runOnlyForDeploymentPostprocessing = 0;
96
+ };
97
+ 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
98
+ isa = PBXFrameworksBuildPhase;
99
+ buildActionMask = 2147483647;
100
+ files = (
101
+ AA98AB6845D2D29590596449 /* libPods-DemoApp-tvOSTests.a in Frameworks */,
102
+ );
103
+ runOnlyForDeploymentPostprocessing = 0;
104
+ };
105
+ /* End PBXFrameworksBuildPhase section */
106
+
107
+ /* Begin PBXGroup section */
108
+ 00E356EF1AD99517003FC87E /* DemoAppTests */ = {
109
+ isa = PBXGroup;
110
+ children = (
111
+ 00E356F21AD99517003FC87E /* DemoAppTests.m */,
112
+ 00E356F01AD99517003FC87E /* Supporting Files */,
113
+ );
114
+ path = DemoAppTests;
115
+ sourceTree = "<group>";
116
+ };
117
+ 00E356F01AD99517003FC87E /* Supporting Files */ = {
118
+ isa = PBXGroup;
119
+ children = (
120
+ 00E356F11AD99517003FC87E /* Info.plist */,
121
+ );
122
+ name = "Supporting Files";
123
+ sourceTree = "<group>";
124
+ };
125
+ 13B07FAE1A68108700A75B9A /* DemoApp */ = {
126
+ isa = PBXGroup;
127
+ children = (
128
+ 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
129
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
130
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */,
131
+ 13B07FB51A68108700A75B9A /* Images.xcassets */,
132
+ 13B07FB61A68108700A75B9A /* Info.plist */,
133
+ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
134
+ 13B07FB71A68108700A75B9A /* main.m */,
135
+ );
136
+ name = DemoApp;
137
+ sourceTree = "<group>";
138
+ };
139
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
140
+ isa = PBXGroup;
141
+ children = (
142
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
143
+ ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
144
+ 4DC89EEF731F31F937AD5B8A /* libPods-DemoApp.a */,
145
+ 18FDDEC269FA957C80A2686E /* libPods-DemoApp-tvOS.a */,
146
+ 6BDA08D29369FD1111367884 /* libPods-DemoApp-tvOSTests.a */,
147
+ C4AAD7F8BA691E954BFBA29D /* libPods-DemoAppTests.a */,
148
+ );
149
+ name = Frameworks;
150
+ sourceTree = "<group>";
151
+ };
152
+ 622A9E99A442E7FD5CB2A73A /* Pods */ = {
153
+ isa = PBXGroup;
154
+ children = (
155
+ 1E53FED5AA4A3D8BBFF87EF6 /* Pods-DemoApp.debug.xcconfig */,
156
+ 975C1676E7A9B253B5E0BE26 /* Pods-DemoApp.release.xcconfig */,
157
+ 4E689BA93486272819577DCE /* Pods-DemoApp-tvOS.debug.xcconfig */,
158
+ 8143FA6F775FBFB6AF679D2C /* Pods-DemoApp-tvOS.release.xcconfig */,
159
+ A9FAA7B80F550BA2DCCCCB3A /* Pods-DemoApp-tvOSTests.debug.xcconfig */,
160
+ E4C8322FADBC95F3F041C1EB /* Pods-DemoApp-tvOSTests.release.xcconfig */,
161
+ E3937F8B11088DCAA74DD698 /* Pods-DemoAppTests.debug.xcconfig */,
162
+ 6D4151BF7469108B69B757BA /* Pods-DemoAppTests.release.xcconfig */,
163
+ );
164
+ name = Pods;
165
+ path = Pods;
166
+ sourceTree = "<group>";
167
+ };
168
+ 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
169
+ isa = PBXGroup;
170
+ children = (
171
+ );
172
+ name = Libraries;
173
+ sourceTree = "<group>";
174
+ };
175
+ 83CBB9F61A601CBA00E9B192 = {
176
+ isa = PBXGroup;
177
+ children = (
178
+ 13B07FAE1A68108700A75B9A /* DemoApp */,
179
+ 832341AE1AAA6A7D00B99B32 /* Libraries */,
180
+ 00E356EF1AD99517003FC87E /* DemoAppTests */,
181
+ 83CBBA001A601CBA00E9B192 /* Products */,
182
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */,
183
+ 622A9E99A442E7FD5CB2A73A /* Pods */,
184
+ );
185
+ indentWidth = 2;
186
+ sourceTree = "<group>";
187
+ tabWidth = 2;
188
+ usesTabs = 0;
189
+ };
190
+ 83CBBA001A601CBA00E9B192 /* Products */ = {
191
+ isa = PBXGroup;
192
+ children = (
193
+ 13B07F961A680F5B00A75B9A /* DemoApp.app */,
194
+ 00E356EE1AD99517003FC87E /* DemoAppTests.xctest */,
195
+ 2D02E47B1E0B4A5D006451C7 /* DemoApp-tvOS.app */,
196
+ 2D02E4901E0B4A5D006451C7 /* DemoApp-tvOSTests.xctest */,
197
+ );
198
+ name = Products;
199
+ sourceTree = "<group>";
200
+ };
201
+ /* End PBXGroup section */
202
+
203
+ /* Begin PBXNativeTarget section */
204
+ 00E356ED1AD99517003FC87E /* DemoAppTests */ = {
205
+ isa = PBXNativeTarget;
206
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "DemoAppTests" */;
207
+ buildPhases = (
208
+ 242030A1E4465415FBE028E7 /* [CP] Check Pods Manifest.lock */,
209
+ 00E356EA1AD99517003FC87E /* Sources */,
210
+ 00E356EB1AD99517003FC87E /* Frameworks */,
211
+ 00E356EC1AD99517003FC87E /* Resources */,
212
+ );
213
+ buildRules = (
214
+ );
215
+ dependencies = (
216
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */,
217
+ );
218
+ name = DemoAppTests;
219
+ productName = DemoAppTests;
220
+ productReference = 00E356EE1AD99517003FC87E /* DemoAppTests.xctest */;
221
+ productType = "com.apple.product-type.bundle.unit-test";
222
+ };
223
+ 13B07F861A680F5B00A75B9A /* DemoApp */ = {
224
+ isa = PBXNativeTarget;
225
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "DemoApp" */;
226
+ buildPhases = (
227
+ B3803A00DA513E6034ED1B34 /* [CP] Check Pods Manifest.lock */,
228
+ FD10A7F022414F080027D42C /* Start Packager */,
229
+ 13B07F871A680F5B00A75B9A /* Sources */,
230
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */,
231
+ 13B07F8E1A680F5B00A75B9A /* Resources */,
232
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
233
+ C2B027C5A7431C8D4E5A0368 /* [CP] Copy Pods Resources */,
234
+ );
235
+ buildRules = (
236
+ );
237
+ dependencies = (
238
+ );
239
+ name = DemoApp;
240
+ productName = DemoApp;
241
+ productReference = 13B07F961A680F5B00A75B9A /* DemoApp.app */;
242
+ productType = "com.apple.product-type.application";
243
+ };
244
+ 2D02E47A1E0B4A5D006451C7 /* DemoApp-tvOS */ = {
245
+ isa = PBXNativeTarget;
246
+ buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "DemoApp-tvOS" */;
247
+ buildPhases = (
248
+ 10E26B4A9559D8EE125562ED /* [CP] Check Pods Manifest.lock */,
249
+ FD10A7F122414F3F0027D42C /* Start Packager */,
250
+ 2D02E4771E0B4A5D006451C7 /* Sources */,
251
+ 2D02E4781E0B4A5D006451C7 /* Frameworks */,
252
+ 2D02E4791E0B4A5D006451C7 /* Resources */,
253
+ 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
254
+ );
255
+ buildRules = (
256
+ );
257
+ dependencies = (
258
+ );
259
+ name = "DemoApp-tvOS";
260
+ productName = "DemoApp-tvOS";
261
+ productReference = 2D02E47B1E0B4A5D006451C7 /* DemoApp-tvOS.app */;
262
+ productType = "com.apple.product-type.application";
263
+ };
264
+ 2D02E48F1E0B4A5D006451C7 /* DemoApp-tvOSTests */ = {
265
+ isa = PBXNativeTarget;
266
+ buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "DemoApp-tvOSTests" */;
267
+ buildPhases = (
268
+ F13144B584F6D52295370628 /* [CP] Check Pods Manifest.lock */,
269
+ 2D02E48C1E0B4A5D006451C7 /* Sources */,
270
+ 2D02E48D1E0B4A5D006451C7 /* Frameworks */,
271
+ 2D02E48E1E0B4A5D006451C7 /* Resources */,
272
+ );
273
+ buildRules = (
274
+ );
275
+ dependencies = (
276
+ 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
277
+ );
278
+ name = "DemoApp-tvOSTests";
279
+ productName = "DemoApp-tvOSTests";
280
+ productReference = 2D02E4901E0B4A5D006451C7 /* DemoApp-tvOSTests.xctest */;
281
+ productType = "com.apple.product-type.bundle.unit-test";
282
+ };
283
+ /* End PBXNativeTarget section */
284
+
285
+ /* Begin PBXProject section */
286
+ 83CBB9F71A601CBA00E9B192 /* Project object */ = {
287
+ isa = PBXProject;
288
+ attributes = {
289
+ LastUpgradeCheck = 0940;
290
+ ORGANIZATIONNAME = Facebook;
291
+ TargetAttributes = {
292
+ 00E356ED1AD99517003FC87E = {
293
+ CreatedOnToolsVersion = 6.2;
294
+ TestTargetID = 13B07F861A680F5B00A75B9A;
295
+ };
296
+ 2D02E47A1E0B4A5D006451C7 = {
297
+ CreatedOnToolsVersion = 8.2.1;
298
+ ProvisioningStyle = Automatic;
299
+ };
300
+ 2D02E48F1E0B4A5D006451C7 = {
301
+ CreatedOnToolsVersion = 8.2.1;
302
+ ProvisioningStyle = Automatic;
303
+ TestTargetID = 2D02E47A1E0B4A5D006451C7;
304
+ };
305
+ };
306
+ };
307
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "DemoApp" */;
308
+ compatibilityVersion = "Xcode 3.2";
309
+ developmentRegion = English;
310
+ hasScannedForEncodings = 0;
311
+ knownRegions = (
312
+ en,
313
+ Base,
314
+ );
315
+ mainGroup = 83CBB9F61A601CBA00E9B192;
316
+ productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
317
+ projectDirPath = "";
318
+ projectRoot = "";
319
+ targets = (
320
+ 13B07F861A680F5B00A75B9A /* DemoApp */,
321
+ 00E356ED1AD99517003FC87E /* DemoAppTests */,
322
+ 2D02E47A1E0B4A5D006451C7 /* DemoApp-tvOS */,
323
+ 2D02E48F1E0B4A5D006451C7 /* DemoApp-tvOSTests */,
324
+ );
325
+ };
326
+ /* End PBXProject section */
327
+
328
+ /* Begin PBXResourcesBuildPhase section */
329
+ 00E356EC1AD99517003FC87E /* Resources */ = {
330
+ isa = PBXResourcesBuildPhase;
331
+ buildActionMask = 2147483647;
332
+ files = (
333
+ );
334
+ runOnlyForDeploymentPostprocessing = 0;
335
+ };
336
+ 13B07F8E1A680F5B00A75B9A /* Resources */ = {
337
+ isa = PBXResourcesBuildPhase;
338
+ buildActionMask = 2147483647;
339
+ files = (
340
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
341
+ 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
342
+ );
343
+ runOnlyForDeploymentPostprocessing = 0;
344
+ };
345
+ 2D02E4791E0B4A5D006451C7 /* Resources */ = {
346
+ isa = PBXResourcesBuildPhase;
347
+ buildActionMask = 2147483647;
348
+ files = (
349
+ 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
350
+ );
351
+ runOnlyForDeploymentPostprocessing = 0;
352
+ };
353
+ 2D02E48E1E0B4A5D006451C7 /* Resources */ = {
354
+ isa = PBXResourcesBuildPhase;
355
+ buildActionMask = 2147483647;
356
+ files = (
357
+ );
358
+ runOnlyForDeploymentPostprocessing = 0;
359
+ };
360
+ /* End PBXResourcesBuildPhase section */
361
+
362
+ /* Begin PBXShellScriptBuildPhase section */
363
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
364
+ isa = PBXShellScriptBuildPhase;
365
+ buildActionMask = 2147483647;
366
+ files = (
367
+ );
368
+ inputPaths = (
369
+ );
370
+ name = "Bundle React Native code and images";
371
+ outputPaths = (
372
+ );
373
+ runOnlyForDeploymentPostprocessing = 0;
374
+ shellPath = /bin/sh;
375
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
376
+ };
377
+ 10E26B4A9559D8EE125562ED /* [CP] Check Pods Manifest.lock */ = {
378
+ isa = PBXShellScriptBuildPhase;
379
+ buildActionMask = 2147483647;
380
+ files = (
381
+ );
382
+ inputFileListPaths = (
383
+ );
384
+ inputPaths = (
385
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
386
+ "${PODS_ROOT}/Manifest.lock",
387
+ );
388
+ name = "[CP] Check Pods Manifest.lock";
389
+ outputFileListPaths = (
390
+ );
391
+ outputPaths = (
392
+ "$(DERIVED_FILE_DIR)/Pods-DemoApp-tvOS-checkManifestLockResult.txt",
393
+ );
394
+ runOnlyForDeploymentPostprocessing = 0;
395
+ shellPath = /bin/sh;
396
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
397
+ showEnvVarsInLog = 0;
398
+ };
399
+ 242030A1E4465415FBE028E7 /* [CP] Check Pods Manifest.lock */ = {
400
+ isa = PBXShellScriptBuildPhase;
401
+ buildActionMask = 2147483647;
402
+ files = (
403
+ );
404
+ inputFileListPaths = (
405
+ );
406
+ inputPaths = (
407
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
408
+ "${PODS_ROOT}/Manifest.lock",
409
+ );
410
+ name = "[CP] Check Pods Manifest.lock";
411
+ outputFileListPaths = (
412
+ );
413
+ outputPaths = (
414
+ "$(DERIVED_FILE_DIR)/Pods-DemoAppTests-checkManifestLockResult.txt",
415
+ );
416
+ runOnlyForDeploymentPostprocessing = 0;
417
+ shellPath = /bin/sh;
418
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
419
+ showEnvVarsInLog = 0;
420
+ };
421
+ 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
422
+ isa = PBXShellScriptBuildPhase;
423
+ buildActionMask = 2147483647;
424
+ files = (
425
+ );
426
+ inputPaths = (
427
+ );
428
+ name = "Bundle React Native Code And Images";
429
+ outputPaths = (
430
+ );
431
+ runOnlyForDeploymentPostprocessing = 0;
432
+ shellPath = /bin/sh;
433
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
434
+ };
435
+ B3803A00DA513E6034ED1B34 /* [CP] Check Pods Manifest.lock */ = {
436
+ isa = PBXShellScriptBuildPhase;
437
+ buildActionMask = 2147483647;
438
+ files = (
439
+ );
440
+ inputFileListPaths = (
441
+ );
442
+ inputPaths = (
443
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
444
+ "${PODS_ROOT}/Manifest.lock",
445
+ );
446
+ name = "[CP] Check Pods Manifest.lock";
447
+ outputFileListPaths = (
448
+ );
449
+ outputPaths = (
450
+ "$(DERIVED_FILE_DIR)/Pods-DemoApp-checkManifestLockResult.txt",
451
+ );
452
+ runOnlyForDeploymentPostprocessing = 0;
453
+ shellPath = /bin/sh;
454
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
455
+ showEnvVarsInLog = 0;
456
+ };
457
+ C2B027C5A7431C8D4E5A0368 /* [CP] Copy Pods Resources */ = {
458
+ isa = PBXShellScriptBuildPhase;
459
+ buildActionMask = 2147483647;
460
+ files = (
461
+ );
462
+ inputPaths = (
463
+ "${PODS_ROOT}/Target Support Files/Pods-DemoApp/Pods-DemoApp-resources.sh",
464
+ "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
465
+ );
466
+ name = "[CP] Copy Pods Resources";
467
+ outputPaths = (
468
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
469
+ );
470
+ runOnlyForDeploymentPostprocessing = 0;
471
+ shellPath = /bin/sh;
472
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DemoApp/Pods-DemoApp-resources.sh\"\n";
473
+ showEnvVarsInLog = 0;
474
+ };
475
+ F13144B584F6D52295370628 /* [CP] Check Pods Manifest.lock */ = {
476
+ isa = PBXShellScriptBuildPhase;
477
+ buildActionMask = 2147483647;
478
+ files = (
479
+ );
480
+ inputFileListPaths = (
481
+ );
482
+ inputPaths = (
483
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
484
+ "${PODS_ROOT}/Manifest.lock",
485
+ );
486
+ name = "[CP] Check Pods Manifest.lock";
487
+ outputFileListPaths = (
488
+ );
489
+ outputPaths = (
490
+ "$(DERIVED_FILE_DIR)/Pods-DemoApp-tvOSTests-checkManifestLockResult.txt",
491
+ );
492
+ runOnlyForDeploymentPostprocessing = 0;
493
+ shellPath = /bin/sh;
494
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
495
+ showEnvVarsInLog = 0;
496
+ };
497
+ FD10A7F022414F080027D42C /* Start Packager */ = {
498
+ isa = PBXShellScriptBuildPhase;
499
+ buildActionMask = 2147483647;
500
+ files = (
501
+ );
502
+ inputFileListPaths = (
503
+ );
504
+ inputPaths = (
505
+ );
506
+ name = "Start Packager";
507
+ outputFileListPaths = (
508
+ );
509
+ outputPaths = (
510
+ );
511
+ runOnlyForDeploymentPostprocessing = 0;
512
+ shellPath = /bin/sh;
513
+ shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
514
+ showEnvVarsInLog = 0;
515
+ };
516
+ FD10A7F122414F3F0027D42C /* Start Packager */ = {
517
+ isa = PBXShellScriptBuildPhase;
518
+ buildActionMask = 2147483647;
519
+ files = (
520
+ );
521
+ inputFileListPaths = (
522
+ );
523
+ inputPaths = (
524
+ );
525
+ name = "Start Packager";
526
+ outputFileListPaths = (
527
+ );
528
+ outputPaths = (
529
+ );
530
+ runOnlyForDeploymentPostprocessing = 0;
531
+ shellPath = /bin/sh;
532
+ shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
533
+ showEnvVarsInLog = 0;
534
+ };
535
+ /* End PBXShellScriptBuildPhase section */
536
+
537
+ /* Begin PBXSourcesBuildPhase section */
538
+ 00E356EA1AD99517003FC87E /* Sources */ = {
539
+ isa = PBXSourcesBuildPhase;
540
+ buildActionMask = 2147483647;
541
+ files = (
542
+ 00E356F31AD99517003FC87E /* DemoAppTests.m in Sources */,
543
+ );
544
+ runOnlyForDeploymentPostprocessing = 0;
545
+ };
546
+ 13B07F871A680F5B00A75B9A /* Sources */ = {
547
+ isa = PBXSourcesBuildPhase;
548
+ buildActionMask = 2147483647;
549
+ files = (
550
+ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
551
+ 13B07FC11A68108700A75B9A /* main.m in Sources */,
552
+ );
553
+ runOnlyForDeploymentPostprocessing = 0;
554
+ };
555
+ 2D02E4771E0B4A5D006451C7 /* Sources */ = {
556
+ isa = PBXSourcesBuildPhase;
557
+ buildActionMask = 2147483647;
558
+ files = (
559
+ 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
560
+ 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
561
+ );
562
+ runOnlyForDeploymentPostprocessing = 0;
563
+ };
564
+ 2D02E48C1E0B4A5D006451C7 /* Sources */ = {
565
+ isa = PBXSourcesBuildPhase;
566
+ buildActionMask = 2147483647;
567
+ files = (
568
+ 2DCD954D1E0B4F2C00145EB5 /* DemoAppTests.m in Sources */,
569
+ );
570
+ runOnlyForDeploymentPostprocessing = 0;
571
+ };
572
+ /* End PBXSourcesBuildPhase section */
573
+
574
+ /* Begin PBXTargetDependency section */
575
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
576
+ isa = PBXTargetDependency;
577
+ target = 13B07F861A680F5B00A75B9A /* DemoApp */;
578
+ targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
579
+ };
580
+ 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
581
+ isa = PBXTargetDependency;
582
+ target = 2D02E47A1E0B4A5D006451C7 /* DemoApp-tvOS */;
583
+ targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
584
+ };
585
+ /* End PBXTargetDependency section */
586
+
587
+ /* Begin PBXVariantGroup section */
588
+ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
589
+ isa = PBXVariantGroup;
590
+ children = (
591
+ 13B07FB21A68108700A75B9A /* Base */,
592
+ );
593
+ name = LaunchScreen.xib;
594
+ path = DemoApp;
595
+ sourceTree = "<group>";
596
+ };
597
+ /* End PBXVariantGroup section */
598
+
599
+ /* Begin XCBuildConfiguration section */
600
+ 00E356F61AD99517003FC87E /* Debug */ = {
601
+ isa = XCBuildConfiguration;
602
+ baseConfigurationReference = E3937F8B11088DCAA74DD698 /* Pods-DemoAppTests.debug.xcconfig */;
603
+ buildSettings = {
604
+ BUNDLE_LOADER = "$(TEST_HOST)";
605
+ GCC_PREPROCESSOR_DEFINITIONS = (
606
+ "DEBUG=1",
607
+ "$(inherited)",
608
+ );
609
+ INFOPLIST_FILE = DemoAppTests/Info.plist;
610
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
611
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
612
+ OTHER_LDFLAGS = (
613
+ "-ObjC",
614
+ "-lc++",
615
+ "$(inherited)",
616
+ );
617
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
618
+ PRODUCT_NAME = "$(TARGET_NAME)";
619
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DemoApp.app/DemoApp";
620
+ };
621
+ name = Debug;
622
+ };
623
+ 00E356F71AD99517003FC87E /* Release */ = {
624
+ isa = XCBuildConfiguration;
625
+ baseConfigurationReference = 6D4151BF7469108B69B757BA /* Pods-DemoAppTests.release.xcconfig */;
626
+ buildSettings = {
627
+ BUNDLE_LOADER = "$(TEST_HOST)";
628
+ COPY_PHASE_STRIP = NO;
629
+ INFOPLIST_FILE = DemoAppTests/Info.plist;
630
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
631
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
632
+ OTHER_LDFLAGS = (
633
+ "-ObjC",
634
+ "-lc++",
635
+ "$(inherited)",
636
+ );
637
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
638
+ PRODUCT_NAME = "$(TARGET_NAME)";
639
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DemoApp.app/DemoApp";
640
+ };
641
+ name = Release;
642
+ };
643
+ 13B07F941A680F5B00A75B9A /* Debug */ = {
644
+ isa = XCBuildConfiguration;
645
+ baseConfigurationReference = 1E53FED5AA4A3D8BBFF87EF6 /* Pods-DemoApp.debug.xcconfig */;
646
+ buildSettings = {
647
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
648
+ CURRENT_PROJECT_VERSION = 1;
649
+ DEAD_CODE_STRIPPING = NO;
650
+ INFOPLIST_FILE = DemoApp/Info.plist;
651
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
652
+ OTHER_LDFLAGS = (
653
+ "$(inherited)",
654
+ "-ObjC",
655
+ "-lc++",
656
+ );
657
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
658
+ PRODUCT_NAME = DemoApp;
659
+ VERSIONING_SYSTEM = "apple-generic";
660
+ };
661
+ name = Debug;
662
+ };
663
+ 13B07F951A680F5B00A75B9A /* Release */ = {
664
+ isa = XCBuildConfiguration;
665
+ baseConfigurationReference = 975C1676E7A9B253B5E0BE26 /* Pods-DemoApp.release.xcconfig */;
666
+ buildSettings = {
667
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
668
+ CURRENT_PROJECT_VERSION = 1;
669
+ INFOPLIST_FILE = DemoApp/Info.plist;
670
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
671
+ OTHER_LDFLAGS = (
672
+ "$(inherited)",
673
+ "-ObjC",
674
+ "-lc++",
675
+ );
676
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
677
+ PRODUCT_NAME = DemoApp;
678
+ VERSIONING_SYSTEM = "apple-generic";
679
+ };
680
+ name = Release;
681
+ };
682
+ 2D02E4971E0B4A5E006451C7 /* Debug */ = {
683
+ isa = XCBuildConfiguration;
684
+ baseConfigurationReference = 4E689BA93486272819577DCE /* Pods-DemoApp-tvOS.debug.xcconfig */;
685
+ buildSettings = {
686
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
687
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
688
+ CLANG_ANALYZER_NONNULL = YES;
689
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
690
+ CLANG_WARN_INFINITE_RECURSION = YES;
691
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
692
+ DEBUG_INFORMATION_FORMAT = dwarf;
693
+ ENABLE_TESTABILITY = YES;
694
+ GCC_NO_COMMON_BLOCKS = YES;
695
+ INFOPLIST_FILE = "DemoApp-tvOS/Info.plist";
696
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
697
+ OTHER_LDFLAGS = (
698
+ "$(inherited)",
699
+ "-ObjC",
700
+ "-lc++",
701
+ );
702
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.DemoApp-tvOS";
703
+ PRODUCT_NAME = "$(TARGET_NAME)";
704
+ SDKROOT = appletvos;
705
+ TARGETED_DEVICE_FAMILY = 3;
706
+ TVOS_DEPLOYMENT_TARGET = 9.2;
707
+ };
708
+ name = Debug;
709
+ };
710
+ 2D02E4981E0B4A5E006451C7 /* Release */ = {
711
+ isa = XCBuildConfiguration;
712
+ baseConfigurationReference = 8143FA6F775FBFB6AF679D2C /* Pods-DemoApp-tvOS.release.xcconfig */;
713
+ buildSettings = {
714
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
715
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
716
+ CLANG_ANALYZER_NONNULL = YES;
717
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
718
+ CLANG_WARN_INFINITE_RECURSION = YES;
719
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
720
+ COPY_PHASE_STRIP = NO;
721
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
722
+ GCC_NO_COMMON_BLOCKS = YES;
723
+ INFOPLIST_FILE = "DemoApp-tvOS/Info.plist";
724
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
725
+ OTHER_LDFLAGS = (
726
+ "$(inherited)",
727
+ "-ObjC",
728
+ "-lc++",
729
+ );
730
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.DemoApp-tvOS";
731
+ PRODUCT_NAME = "$(TARGET_NAME)";
732
+ SDKROOT = appletvos;
733
+ TARGETED_DEVICE_FAMILY = 3;
734
+ TVOS_DEPLOYMENT_TARGET = 9.2;
735
+ };
736
+ name = Release;
737
+ };
738
+ 2D02E4991E0B4A5E006451C7 /* Debug */ = {
739
+ isa = XCBuildConfiguration;
740
+ baseConfigurationReference = A9FAA7B80F550BA2DCCCCB3A /* Pods-DemoApp-tvOSTests.debug.xcconfig */;
741
+ buildSettings = {
742
+ BUNDLE_LOADER = "$(TEST_HOST)";
743
+ CLANG_ANALYZER_NONNULL = YES;
744
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
745
+ CLANG_WARN_INFINITE_RECURSION = YES;
746
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
747
+ DEBUG_INFORMATION_FORMAT = dwarf;
748
+ ENABLE_TESTABILITY = YES;
749
+ GCC_NO_COMMON_BLOCKS = YES;
750
+ INFOPLIST_FILE = "DemoApp-tvOSTests/Info.plist";
751
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
752
+ OTHER_LDFLAGS = (
753
+ "$(inherited)",
754
+ "-ObjC",
755
+ "-lc++",
756
+ );
757
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.DemoApp-tvOSTests";
758
+ PRODUCT_NAME = "$(TARGET_NAME)";
759
+ SDKROOT = appletvos;
760
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DemoApp-tvOS.app/DemoApp-tvOS";
761
+ TVOS_DEPLOYMENT_TARGET = 10.1;
762
+ };
763
+ name = Debug;
764
+ };
765
+ 2D02E49A1E0B4A5E006451C7 /* Release */ = {
766
+ isa = XCBuildConfiguration;
767
+ baseConfigurationReference = E4C8322FADBC95F3F041C1EB /* Pods-DemoApp-tvOSTests.release.xcconfig */;
768
+ buildSettings = {
769
+ BUNDLE_LOADER = "$(TEST_HOST)";
770
+ CLANG_ANALYZER_NONNULL = YES;
771
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
772
+ CLANG_WARN_INFINITE_RECURSION = YES;
773
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
774
+ COPY_PHASE_STRIP = NO;
775
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
776
+ GCC_NO_COMMON_BLOCKS = YES;
777
+ INFOPLIST_FILE = "DemoApp-tvOSTests/Info.plist";
778
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
779
+ OTHER_LDFLAGS = (
780
+ "$(inherited)",
781
+ "-ObjC",
782
+ "-lc++",
783
+ );
784
+ PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.DemoApp-tvOSTests";
785
+ PRODUCT_NAME = "$(TARGET_NAME)";
786
+ SDKROOT = appletvos;
787
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DemoApp-tvOS.app/DemoApp-tvOS";
788
+ TVOS_DEPLOYMENT_TARGET = 10.1;
789
+ };
790
+ name = Release;
791
+ };
792
+ 83CBBA201A601CBA00E9B192 /* Debug */ = {
793
+ isa = XCBuildConfiguration;
794
+ buildSettings = {
795
+ ALWAYS_SEARCH_USER_PATHS = NO;
796
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
797
+ CLANG_CXX_LIBRARY = "libc++";
798
+ CLANG_ENABLE_MODULES = YES;
799
+ CLANG_ENABLE_OBJC_ARC = YES;
800
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
801
+ CLANG_WARN_BOOL_CONVERSION = YES;
802
+ CLANG_WARN_COMMA = YES;
803
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
804
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
805
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
806
+ CLANG_WARN_EMPTY_BODY = YES;
807
+ CLANG_WARN_ENUM_CONVERSION = YES;
808
+ CLANG_WARN_INFINITE_RECURSION = YES;
809
+ CLANG_WARN_INT_CONVERSION = YES;
810
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
811
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
812
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
813
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
814
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
815
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
816
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
817
+ CLANG_WARN_UNREACHABLE_CODE = YES;
818
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
819
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
820
+ COPY_PHASE_STRIP = NO;
821
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
822
+ ENABLE_TESTABILITY = YES;
823
+ GCC_C_LANGUAGE_STANDARD = gnu99;
824
+ GCC_DYNAMIC_NO_PIC = NO;
825
+ GCC_NO_COMMON_BLOCKS = YES;
826
+ GCC_OPTIMIZATION_LEVEL = 0;
827
+ GCC_PREPROCESSOR_DEFINITIONS = (
828
+ "DEBUG=1",
829
+ "$(inherited)",
830
+ );
831
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
832
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
833
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
834
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
835
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
836
+ GCC_WARN_UNUSED_FUNCTION = YES;
837
+ GCC_WARN_UNUSED_VARIABLE = YES;
838
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
839
+ MTL_ENABLE_DEBUG_INFO = YES;
840
+ ONLY_ACTIVE_ARCH = YES;
841
+ SDKROOT = iphoneos;
842
+ };
843
+ name = Debug;
844
+ };
845
+ 83CBBA211A601CBA00E9B192 /* Release */ = {
846
+ isa = XCBuildConfiguration;
847
+ buildSettings = {
848
+ ALWAYS_SEARCH_USER_PATHS = NO;
849
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
850
+ CLANG_CXX_LIBRARY = "libc++";
851
+ CLANG_ENABLE_MODULES = YES;
852
+ CLANG_ENABLE_OBJC_ARC = YES;
853
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
854
+ CLANG_WARN_BOOL_CONVERSION = YES;
855
+ CLANG_WARN_COMMA = YES;
856
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
857
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
858
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
859
+ CLANG_WARN_EMPTY_BODY = YES;
860
+ CLANG_WARN_ENUM_CONVERSION = YES;
861
+ CLANG_WARN_INFINITE_RECURSION = YES;
862
+ CLANG_WARN_INT_CONVERSION = YES;
863
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
864
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
865
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
866
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
867
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
868
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
869
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
870
+ CLANG_WARN_UNREACHABLE_CODE = YES;
871
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
872
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
873
+ COPY_PHASE_STRIP = YES;
874
+ ENABLE_NS_ASSERTIONS = NO;
875
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
876
+ GCC_C_LANGUAGE_STANDARD = gnu99;
877
+ GCC_NO_COMMON_BLOCKS = YES;
878
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
879
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
880
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
881
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
882
+ GCC_WARN_UNUSED_FUNCTION = YES;
883
+ GCC_WARN_UNUSED_VARIABLE = YES;
884
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
885
+ MTL_ENABLE_DEBUG_INFO = NO;
886
+ SDKROOT = iphoneos;
887
+ VALIDATE_PRODUCT = YES;
888
+ };
889
+ name = Release;
890
+ };
891
+ /* End XCBuildConfiguration section */
892
+
893
+ /* Begin XCConfigurationList section */
894
+ 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "DemoAppTests" */ = {
895
+ isa = XCConfigurationList;
896
+ buildConfigurations = (
897
+ 00E356F61AD99517003FC87E /* Debug */,
898
+ 00E356F71AD99517003FC87E /* Release */,
899
+ );
900
+ defaultConfigurationIsVisible = 0;
901
+ defaultConfigurationName = Release;
902
+ };
903
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "DemoApp" */ = {
904
+ isa = XCConfigurationList;
905
+ buildConfigurations = (
906
+ 13B07F941A680F5B00A75B9A /* Debug */,
907
+ 13B07F951A680F5B00A75B9A /* Release */,
908
+ );
909
+ defaultConfigurationIsVisible = 0;
910
+ defaultConfigurationName = Release;
911
+ };
912
+ 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "DemoApp-tvOS" */ = {
913
+ isa = XCConfigurationList;
914
+ buildConfigurations = (
915
+ 2D02E4971E0B4A5E006451C7 /* Debug */,
916
+ 2D02E4981E0B4A5E006451C7 /* Release */,
917
+ );
918
+ defaultConfigurationIsVisible = 0;
919
+ defaultConfigurationName = Release;
920
+ };
921
+ 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "DemoApp-tvOSTests" */ = {
922
+ isa = XCConfigurationList;
923
+ buildConfigurations = (
924
+ 2D02E4991E0B4A5E006451C7 /* Debug */,
925
+ 2D02E49A1E0B4A5E006451C7 /* Release */,
926
+ );
927
+ defaultConfigurationIsVisible = 0;
928
+ defaultConfigurationName = Release;
929
+ };
930
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "DemoApp" */ = {
931
+ isa = XCConfigurationList;
932
+ buildConfigurations = (
933
+ 83CBBA201A601CBA00E9B192 /* Debug */,
934
+ 83CBBA211A601CBA00E9B192 /* Release */,
935
+ );
936
+ defaultConfigurationIsVisible = 0;
937
+ defaultConfigurationName = Release;
938
+ };
939
+ /* End XCConfigurationList section */
940
+ };
941
+ rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
942
+ }