react-native-tvos 0.64.2-4 → 0.64.2-5

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 (49) hide show
  1. package/Libraries/Components/Touchable/TouchableHighlight.js +1 -1
  2. package/README.md +1 -1
  3. package/ReactAndroid/gradle.properties +1 -1
  4. package/ReactAndroid/src/main/java/com/facebook/react/modules/core/ReactAndroidHWInputDeviceHelper.java +30 -2
  5. package/ReactCommon/react/renderer/components/rncore/ComponentDescriptors.h +32 -0
  6. package/ReactCommon/react/renderer/components/rncore/ComponentDescriptors.h.bak +32 -0
  7. package/ReactCommon/react/renderer/components/rncore/EventEmitters.cpp +149 -0
  8. package/ReactCommon/react/renderer/components/rncore/EventEmitters.cpp.bak +149 -0
  9. package/ReactCommon/react/renderer/components/rncore/EventEmitters.h +237 -0
  10. package/ReactCommon/react/renderer/components/rncore/EventEmitters.h.bak +237 -0
  11. package/ReactCommon/react/renderer/components/rncore/Props.cpp +218 -0
  12. package/ReactCommon/react/renderer/components/rncore/Props.cpp.bak +218 -0
  13. package/ReactCommon/react/renderer/components/rncore/Props.h +576 -0
  14. package/ReactCommon/react/renderer/components/rncore/Props.h.bak +576 -0
  15. package/ReactCommon/react/renderer/components/rncore/RCTComponentViewHelpers.h +273 -0
  16. package/ReactCommon/react/renderer/components/rncore/RCTComponentViewHelpers.h.bak +273 -0
  17. package/ReactCommon/react/renderer/components/rncore/ShadowNodes.cpp +29 -0
  18. package/ReactCommon/react/renderer/components/rncore/ShadowNodes.cpp.bak +29 -0
  19. package/ReactCommon/react/renderer/components/rncore/ShadowNodes.h +126 -0
  20. package/ReactCommon/react/renderer/components/rncore/ShadowNodes.h.bak +126 -0
  21. package/android/com/facebook/react/react-native/{0.64.2-4/react-native-0.64.2-4-sources.jar → 0.64.2-5/react-native-0.64.2-5-sources.jar} +0 -0
  22. package/android/com/facebook/react/react-native/0.64.2-5/react-native-0.64.2-5-sources.jar.md5 +1 -0
  23. package/android/com/facebook/react/react-native/0.64.2-5/react-native-0.64.2-5-sources.jar.sha1 +1 -0
  24. package/android/com/facebook/react/react-native/0.64.2-5/react-native-0.64.2-5.aar +0 -0
  25. package/android/com/facebook/react/react-native/0.64.2-5/react-native-0.64.2-5.aar.md5 +1 -0
  26. package/android/com/facebook/react/react-native/0.64.2-5/react-native-0.64.2-5.aar.sha1 +1 -0
  27. package/android/com/facebook/react/react-native/{0.64.2-4/react-native-0.64.2-4.pom → 0.64.2-5/react-native-0.64.2-5.pom} +1 -1
  28. package/android/com/facebook/react/react-native/0.64.2-5/react-native-0.64.2-5.pom.md5 +1 -0
  29. package/android/com/facebook/react/react-native/0.64.2-5/react-native-0.64.2-5.pom.sha1 +1 -0
  30. package/android/com/facebook/react/react-native/maven-metadata.xml +3 -3
  31. package/android/com/facebook/react/react-native/maven-metadata.xml.md5 +1 -1
  32. package/android/com/facebook/react/react-native/maven-metadata.xml.sha1 +1 -1
  33. package/local-cli/cli.js +0 -0
  34. package/package.json +1 -1
  35. package/template/ios/HelloWorld.xcodeproj/project.pbxproj.rej +1034 -0
  36. package/template/package.json +1 -1
  37. package/Libraries/.npmignore +0 -1
  38. package/Libraries/Components/AppleTV/TVFocusGuideView.js.orig +0 -61
  39. package/ReactAndroid/.npmignore +0 -3
  40. package/ReactAndroid/src/main/jni/first-party/fbjni/.gitignore +0 -2
  41. package/ReactCommon/hermes/inspector/tools/msggen/.gitignore +0 -3
  42. package/android/com/facebook/react/react-native/0.64.2-4/react-native-0.64.2-4-sources.jar.md5 +0 -1
  43. package/android/com/facebook/react/react-native/0.64.2-4/react-native-0.64.2-4-sources.jar.sha1 +0 -1
  44. package/android/com/facebook/react/react-native/0.64.2-4/react-native-0.64.2-4.aar +0 -0
  45. package/android/com/facebook/react/react-native/0.64.2-4/react-native-0.64.2-4.aar.md5 +0 -1
  46. package/android/com/facebook/react/react-native/0.64.2-4/react-native-0.64.2-4.aar.sha1 +0 -1
  47. package/android/com/facebook/react/react-native/0.64.2-4/react-native-0.64.2-4.pom.md5 +0 -1
  48. package/android/com/facebook/react/react-native/0.64.2-4/react-native-0.64.2-4.pom.sha1 +0 -1
  49. package/third-party-podspecs/hermes-engine.podspec +0 -45
@@ -0,0 +1,1034 @@
1
+ ***************
2
+ *** 3,9 ****
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ - objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ --- 3,9 ----
11
+ archiveVersion = 1;
12
+ classes = {
13
+ };
14
+ + objectVersion = 54;
15
+ objects = {
16
+
17
+ /* Begin PBXBuildFile section */
18
+ ***************
19
+ *** 11,25 ****
20
+ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
21
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
22
+ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
23
+ - 269984920579226908D49904 /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2855AB2CCC04BED0978AE /* libPods-HelloWorld.a */; };
24
+ - 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
25
+ - 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
26
+ - 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
27
+ - 2DCD954D1E0B4F2C00145EB5 /* HelloWorldTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* HelloWorldTests.m */; };
28
+ - 41BF5F3596F87FEE707DDD11 /* libPods-HelloWorld-HelloWorldTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F21F13455730034D850CD1C /* libPods-HelloWorld-HelloWorldTests.a */; };
29
+ - 47EB63F3390701B2260096C6 /* libPods-HelloWorld-tvOS-HelloWorld-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A0216F1136BF7C90703C880F /* libPods-HelloWorld-tvOS-HelloWorld-tvOSTests.a */; };
30
+ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
31
+ - EE57DEA5314790D63C074D03 /* libPods-HelloWorld-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EA54FCF2086BA3B4678F8237 /* libPods-HelloWorld-tvOS.a */; };
32
+ /* End PBXBuildFile section */
33
+
34
+ /* Begin PBXContainerItemProxy section */
35
+ --- 11,17 ----
36
+ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
37
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
38
+ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
39
+ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
40
+ /* End PBXBuildFile section */
41
+
42
+ /* Begin PBXContainerItemProxy section */
43
+ ***************
44
+ *** 30,70 ****
45
+ remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
46
+ remoteInfo = HelloWorld;
47
+ };
48
+ - 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = {
49
+ - isa = PBXContainerItemProxy;
50
+ - containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
51
+ - proxyType = 1;
52
+ - remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
53
+ - remoteInfo = "HelloWorld-tvOS";
54
+ - };
55
+ /* End PBXContainerItemProxy section */
56
+
57
+ /* Begin PBXFileReference section */
58
+ - 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
59
+ 00E356EE1AD99517003FC87E /* HelloWorldTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HelloWorldTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
60
+ 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
61
+ 00E356F21AD99517003FC87E /* HelloWorldTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HelloWorldTests.m; sourceTree = "<group>"; };
62
+ - 015BA46D04C1496C29E63456 /* Pods-HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.debug.xcconfig"; sourceTree = "<group>"; };
63
+ 13B07F961A680F5B00A75B9A /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; };
64
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = HelloWorld/AppDelegate.h; sourceTree = "<group>"; };
65
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = HelloWorld/AppDelegate.m; sourceTree = "<group>"; };
66
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloWorld/Images.xcassets; sourceTree = "<group>"; };
67
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = HelloWorld/Info.plist; sourceTree = "<group>"; };
68
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HelloWorld/main.m; sourceTree = "<group>"; };
69
+ - 224D5D4AEB9A0A36B75746AA /* Pods-HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.release.xcconfig"; sourceTree = "<group>"; };
70
+ - 2C329346E04FD437DBF160C6 /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-HelloWorldTests.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests.release.xcconfig"; sourceTree = "<group>"; };
71
+ - 2D02E47B1E0B4A5D006451C7 /* HelloWorld-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "HelloWorld-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
72
+ - 2D02E4901E0B4A5D006451C7 /* HelloWorld-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "HelloWorld-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
73
+ - 36771B2C8C43AC6099096637 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-HelloWorldTests.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests.debug.xcconfig"; sourceTree = "<group>"; };
74
+ - 388308430DF4BE056B0CEF13 /* Pods-HelloWorld-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-tvOS.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld-tvOS/Pods-HelloWorld-tvOS.release.xcconfig"; sourceTree = "<group>"; };
75
+ - 3BDF8C4CCF278F944E8C6CBF /* Pods-HelloWorld-tvOS-HelloWorld-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-tvOS-HelloWorld-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld-tvOS-HelloWorld-tvOSTests/Pods-HelloWorld-tvOS-HelloWorld-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
76
+ - 4F21F13455730034D850CD1C /* libPods-HelloWorld-HelloWorldTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld-HelloWorldTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
77
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = HelloWorld/LaunchScreen.storyboard; sourceTree = "<group>"; };
78
+ - 8DC2855AB2CCC04BED0978AE /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld.a"; sourceTree = BUILT_PRODUCTS_DIR; };
79
+ - A0216F1136BF7C90703C880F /* libPods-HelloWorld-tvOS-HelloWorld-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld-tvOS-HelloWorld-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
80
+ - CCE9A90FED9D09047497AB6D /* Pods-HelloWorld-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld-tvOS/Pods-HelloWorld-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
81
+ - E8891750AE2DFBD87A5BDB74 /* Pods-HelloWorld-tvOS-HelloWorld-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-tvOS-HelloWorld-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld-tvOS-HelloWorld-tvOSTests/Pods-HelloWorld-tvOS-HelloWorld-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
82
+ - EA54FCF2086BA3B4678F8237 /* libPods-HelloWorld-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
83
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
84
+ 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; };
85
+ /* End PBXFileReference section */
86
+ --- 22,40 ----
87
+ remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
88
+ remoteInfo = HelloWorld;
89
+ };
90
+ /* End PBXContainerItemProxy section */
91
+
92
+ /* Begin PBXFileReference section */
93
+ 00E356EE1AD99517003FC87E /* HelloWorldTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HelloWorldTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
94
+ 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
95
+ 00E356F21AD99517003FC87E /* HelloWorldTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HelloWorldTests.m; sourceTree = "<group>"; };
96
+ 13B07F961A680F5B00A75B9A /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; };
97
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = HelloWorld/AppDelegate.h; sourceTree = "<group>"; };
98
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = HelloWorld/AppDelegate.m; sourceTree = "<group>"; };
99
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloWorld/Images.xcassets; sourceTree = "<group>"; };
100
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = HelloWorld/Info.plist; sourceTree = "<group>"; };
101
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HelloWorld/main.m; sourceTree = "<group>"; };
102
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = HelloWorld/LaunchScreen.storyboard; sourceTree = "<group>"; };
103
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
104
+ 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; };
105
+ /* End PBXFileReference section */
106
+ ***************
107
+ *** 74,80 ****
108
+ isa = PBXFrameworksBuildPhase;
109
+ buildActionMask = 2147483647;
110
+ files = (
111
+ - 41BF5F3596F87FEE707DDD11 /* libPods-HelloWorld-HelloWorldTests.a in Frameworks */,
112
+ );
113
+ runOnlyForDeploymentPostprocessing = 0;
114
+ };
115
+ --- 44,49 ----
116
+ isa = PBXFrameworksBuildPhase;
117
+ buildActionMask = 2147483647;
118
+ files = (
119
+ );
120
+ runOnlyForDeploymentPostprocessing = 0;
121
+ };
122
+ ***************
123
+ *** 82,104 ****
124
+ isa = PBXFrameworksBuildPhase;
125
+ buildActionMask = 2147483647;
126
+ files = (
127
+ - 269984920579226908D49904 /* libPods-HelloWorld.a in Frameworks */,
128
+ - );
129
+ - runOnlyForDeploymentPostprocessing = 0;
130
+ - };
131
+ - 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
132
+ - isa = PBXFrameworksBuildPhase;
133
+ - buildActionMask = 2147483647;
134
+ - files = (
135
+ - EE57DEA5314790D63C074D03 /* libPods-HelloWorld-tvOS.a in Frameworks */,
136
+ - );
137
+ - runOnlyForDeploymentPostprocessing = 0;
138
+ - };
139
+ - 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
140
+ - isa = PBXFrameworksBuildPhase;
141
+ - buildActionMask = 2147483647;
142
+ - files = (
143
+ - 47EB63F3390701B2260096C6 /* libPods-HelloWorld-tvOS-HelloWorld-tvOSTests.a in Frameworks */,
144
+ );
145
+ runOnlyForDeploymentPostprocessing = 0;
146
+ };
147
+ --- 51,56 ----
148
+ isa = PBXFrameworksBuildPhase;
149
+ buildActionMask = 2147483647;
150
+ files = (
151
+ );
152
+ runOnlyForDeploymentPostprocessing = 0;
153
+ };
154
+ ***************
155
+ *** 125,131 ****
156
+ 13B07FAE1A68108700A75B9A /* HelloWorld */ = {
157
+ isa = PBXGroup;
158
+ children = (
159
+ - 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
160
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
161
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */,
162
+ 13B07FB51A68108700A75B9A /* Images.xcassets */,
163
+ --- 77,82 ----
164
+ 13B07FAE1A68108700A75B9A /* HelloWorld */ = {
165
+ isa = PBXGroup;
166
+ children = (
167
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
168
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */,
169
+ 13B07FB51A68108700A75B9A /* Images.xcassets */,
170
+ ***************
171
+ *** 140,150 ****
172
+ isa = PBXGroup;
173
+ children = (
174
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
175
+ - ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
176
+ - 8DC2855AB2CCC04BED0978AE /* libPods-HelloWorld.a */,
177
+ - 4F21F13455730034D850CD1C /* libPods-HelloWorld-HelloWorldTests.a */,
178
+ - EA54FCF2086BA3B4678F8237 /* libPods-HelloWorld-tvOS.a */,
179
+ - A0216F1136BF7C90703C880F /* libPods-HelloWorld-tvOS-HelloWorld-tvOSTests.a */,
180
+ );
181
+ name = Frameworks;
182
+ sourceTree = "<group>";
183
+ --- 91,96 ----
184
+ isa = PBXGroup;
185
+ children = (
186
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
187
+ );
188
+ name = Frameworks;
189
+ sourceTree = "<group>";
190
+ ***************
191
+ *** 164,170 ****
192
+ 00E356EF1AD99517003FC87E /* HelloWorldTests */,
193
+ 83CBBA001A601CBA00E9B192 /* Products */,
194
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */,
195
+ - 9B1644CBAE2FABCCC6E29A69 /* Pods */,
196
+ );
197
+ indentWidth = 2;
198
+ sourceTree = "<group>";
199
+ --- 110,115 ----
200
+ 00E356EF1AD99517003FC87E /* HelloWorldTests */,
201
+ 83CBBA001A601CBA00E9B192 /* Products */,
202
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */,
203
+ );
204
+ indentWidth = 2;
205
+ sourceTree = "<group>";
206
+ ***************
207
+ *** 176,202 ****
208
+ children = (
209
+ 13B07F961A680F5B00A75B9A /* HelloWorld.app */,
210
+ 00E356EE1AD99517003FC87E /* HelloWorldTests.xctest */,
211
+ - 2D02E47B1E0B4A5D006451C7 /* HelloWorld-tvOS.app */,
212
+ - 2D02E4901E0B4A5D006451C7 /* HelloWorld-tvOSTests.xctest */,
213
+ );
214
+ name = Products;
215
+ sourceTree = "<group>";
216
+ };
217
+ - 9B1644CBAE2FABCCC6E29A69 /* Pods */ = {
218
+ - isa = PBXGroup;
219
+ - children = (
220
+ - 015BA46D04C1496C29E63456 /* Pods-HelloWorld.debug.xcconfig */,
221
+ - 224D5D4AEB9A0A36B75746AA /* Pods-HelloWorld.release.xcconfig */,
222
+ - 36771B2C8C43AC6099096637 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */,
223
+ - 2C329346E04FD437DBF160C6 /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */,
224
+ - CCE9A90FED9D09047497AB6D /* Pods-HelloWorld-tvOS.debug.xcconfig */,
225
+ - 388308430DF4BE056B0CEF13 /* Pods-HelloWorld-tvOS.release.xcconfig */,
226
+ - E8891750AE2DFBD87A5BDB74 /* Pods-HelloWorld-tvOS-HelloWorld-tvOSTests.debug.xcconfig */,
227
+ - 3BDF8C4CCF278F944E8C6CBF /* Pods-HelloWorld-tvOS-HelloWorld-tvOSTests.release.xcconfig */,
228
+ - );
229
+ - path = Pods;
230
+ - sourceTree = "<group>";
231
+ - };
232
+ /* End PBXGroup section */
233
+
234
+ /* Begin PBXNativeTarget section */
235
+ --- 121,130 ----
236
+ children = (
237
+ 13B07F961A680F5B00A75B9A /* HelloWorld.app */,
238
+ 00E356EE1AD99517003FC87E /* HelloWorldTests.xctest */,
239
+ );
240
+ name = Products;
241
+ sourceTree = "<group>";
242
+ };
243
+ /* End PBXGroup section */
244
+
245
+ /* Begin PBXNativeTarget section */
246
+ ***************
247
+ *** 204,214 ****
248
+ isa = PBXNativeTarget;
249
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "HelloWorldTests" */;
250
+ buildPhases = (
251
+ - BC8CB606DF6125BE2BCE6F48 /* [CP] Check Pods Manifest.lock */,
252
+ 00E356EA1AD99517003FC87E /* Sources */,
253
+ 00E356EB1AD99517003FC87E /* Frameworks */,
254
+ 00E356EC1AD99517003FC87E /* Resources */,
255
+ - D9B6B751E2AEDF3F7AB29F2D /* [CP] Copy Pods Resources */,
256
+ );
257
+ buildRules = (
258
+ );
259
+ --- 132,140 ----
260
+ isa = PBXNativeTarget;
261
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "HelloWorldTests" */;
262
+ buildPhases = (
263
+ 00E356EA1AD99517003FC87E /* Sources */,
264
+ 00E356EB1AD99517003FC87E /* Frameworks */,
265
+ 00E356EC1AD99517003FC87E /* Resources */,
266
+ );
267
+ buildRules = (
268
+ );
269
+ ***************
270
+ *** 224,236 ****
271
+ isa = PBXNativeTarget;
272
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HelloWorld" */;
273
+ buildPhases = (
274
+ - 5227897DA0E4608219DEAFFA /* [CP] Check Pods Manifest.lock */,
275
+ FD10A7F022414F080027D42C /* Start Packager */,
276
+ 13B07F871A680F5B00A75B9A /* Sources */,
277
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */,
278
+ 13B07F8E1A680F5B00A75B9A /* Resources */,
279
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
280
+ - 0D7507D506130F6246FD97BE /* [CP] Copy Pods Resources */,
281
+ );
282
+ buildRules = (
283
+ );
284
+ --- 150,160 ----
285
+ isa = PBXNativeTarget;
286
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HelloWorld" */;
287
+ buildPhases = (
288
+ FD10A7F022414F080027D42C /* Start Packager */,
289
+ 13B07F871A680F5B00A75B9A /* Sources */,
290
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */,
291
+ 13B07F8E1A680F5B00A75B9A /* Resources */,
292
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
293
+ );
294
+ buildRules = (
295
+ );
296
+ ***************
297
+ *** 241,294 ****
298
+ productReference = 13B07F961A680F5B00A75B9A /* HelloWorld.app */;
299
+ productType = "com.apple.product-type.application";
300
+ };
301
+ - 2D02E47A1E0B4A5D006451C7 /* HelloWorld-tvOS */ = {
302
+ - isa = PBXNativeTarget;
303
+ - buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HelloWorld-tvOS" */;
304
+ - buildPhases = (
305
+ - 966D472419EA4A89F6874B5E /* [CP] Check Pods Manifest.lock */,
306
+ - FD10A7F122414F3F0027D42C /* Start Packager */,
307
+ - 2D02E4771E0B4A5D006451C7 /* Sources */,
308
+ - 2D02E4781E0B4A5D006451C7 /* Frameworks */,
309
+ - 2D02E4791E0B4A5D006451C7 /* Resources */,
310
+ - 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
311
+ - 42686649B799B0EA1ADB4648 /* [CP] Copy Pods Resources */,
312
+ - );
313
+ - buildRules = (
314
+ - );
315
+ - dependencies = (
316
+ - );
317
+ - name = "HelloWorld-tvOS";
318
+ - productName = "HelloWorld-tvOS";
319
+ - productReference = 2D02E47B1E0B4A5D006451C7 /* HelloWorld-tvOS.app */;
320
+ - productType = "com.apple.product-type.application";
321
+ - };
322
+ - 2D02E48F1E0B4A5D006451C7 /* HelloWorld-tvOSTests */ = {
323
+ - isa = PBXNativeTarget;
324
+ - buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HelloWorld-tvOSTests" */;
325
+ - buildPhases = (
326
+ - C021C441AB5F12C78313DC25 /* [CP] Check Pods Manifest.lock */,
327
+ - 2D02E48C1E0B4A5D006451C7 /* Sources */,
328
+ - 2D02E48D1E0B4A5D006451C7 /* Frameworks */,
329
+ - 2D02E48E1E0B4A5D006451C7 /* Resources */,
330
+ - 84F93B44286727BF8D357577 /* [CP] Copy Pods Resources */,
331
+ - );
332
+ - buildRules = (
333
+ - );
334
+ - dependencies = (
335
+ - 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
336
+ - );
337
+ - name = "HelloWorld-tvOSTests";
338
+ - productName = "HelloWorld-tvOSTests";
339
+ - productReference = 2D02E4901E0B4A5D006451C7 /* HelloWorld-tvOSTests.xctest */;
340
+ - productType = "com.apple.product-type.bundle.unit-test";
341
+ - };
342
+ /* End PBXNativeTarget section */
343
+
344
+ /* Begin PBXProject section */
345
+ 83CBB9F71A601CBA00E9B192 /* Project object */ = {
346
+ isa = PBXProject;
347
+ attributes = {
348
+ - LastUpgradeCheck = 1130;
349
+ TargetAttributes = {
350
+ 00E356ED1AD99517003FC87E = {
351
+ CreatedOnToolsVersion = 6.2;
352
+ --- 165,177 ----
353
+ productReference = 13B07F961A680F5B00A75B9A /* HelloWorld.app */;
354
+ productType = "com.apple.product-type.application";
355
+ };
356
+ /* End PBXNativeTarget section */
357
+
358
+ /* Begin PBXProject section */
359
+ 83CBB9F71A601CBA00E9B192 /* Project object */ = {
360
+ isa = PBXProject;
361
+ attributes = {
362
+ + LastUpgradeCheck = 1210;
363
+ TargetAttributes = {
364
+ 00E356ED1AD99517003FC87E = {
365
+ CreatedOnToolsVersion = 6.2;
366
+ ***************
367
+ *** 297,315 ****
368
+ 13B07F861A680F5B00A75B9A = {
369
+ LastSwiftMigration = 1120;
370
+ };
371
+ - 2D02E47A1E0B4A5D006451C7 = {
372
+ - CreatedOnToolsVersion = 8.2.1;
373
+ - ProvisioningStyle = Automatic;
374
+ - };
375
+ - 2D02E48F1E0B4A5D006451C7 = {
376
+ - CreatedOnToolsVersion = 8.2.1;
377
+ - ProvisioningStyle = Automatic;
378
+ - TestTargetID = 2D02E47A1E0B4A5D006451C7;
379
+ - };
380
+ };
381
+ };
382
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HelloWorld" */;
383
+ - compatibilityVersion = "Xcode 3.2";
384
+ developmentRegion = en;
385
+ hasScannedForEncodings = 0;
386
+ knownRegions = (
387
+ --- 180,189 ----
388
+ 13B07F861A680F5B00A75B9A = {
389
+ LastSwiftMigration = 1120;
390
+ };
391
+ };
392
+ };
393
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HelloWorld" */;
394
+ + compatibilityVersion = "Xcode 12.0";
395
+ developmentRegion = en;
396
+ hasScannedForEncodings = 0;
397
+ knownRegions = (
398
+ ***************
399
+ *** 323,330 ****
400
+ targets = (
401
+ 13B07F861A680F5B00A75B9A /* HelloWorld */,
402
+ 00E356ED1AD99517003FC87E /* HelloWorldTests */,
403
+ - 2D02E47A1E0B4A5D006451C7 /* HelloWorld-tvOS */,
404
+ - 2D02E48F1E0B4A5D006451C7 /* HelloWorld-tvOSTests */,
405
+ );
406
+ };
407
+ /* End PBXProject section */
408
+ --- 197,202 ----
409
+ targets = (
410
+ 13B07F861A680F5B00A75B9A /* HelloWorld */,
411
+ 00E356ED1AD99517003FC87E /* HelloWorldTests */,
412
+ );
413
+ };
414
+ /* End PBXProject section */
415
+ ***************
416
+ *** 346,366 ****
417
+ );
418
+ runOnlyForDeploymentPostprocessing = 0;
419
+ };
420
+ - 2D02E4791E0B4A5D006451C7 /* Resources */ = {
421
+ - isa = PBXResourcesBuildPhase;
422
+ - buildActionMask = 2147483647;
423
+ - files = (
424
+ - 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
425
+ - );
426
+ - runOnlyForDeploymentPostprocessing = 0;
427
+ - };
428
+ - 2D02E48E1E0B4A5D006451C7 /* Resources */ = {
429
+ - isa = PBXResourcesBuildPhase;
430
+ - buildActionMask = 2147483647;
431
+ - files = (
432
+ - );
433
+ - runOnlyForDeploymentPostprocessing = 0;
434
+ - };
435
+ /* End PBXResourcesBuildPhase section */
436
+
437
+ /* Begin PBXShellScriptBuildPhase section */
438
+ --- 218,223 ----
439
+ );
440
+ runOnlyForDeploymentPostprocessing = 0;
441
+ };
442
+ /* End PBXResourcesBuildPhase section */
443
+
444
+ /* Begin PBXShellScriptBuildPhase section */
445
+ ***************
446
+ *** 376,556 ****
447
+ );
448
+ runOnlyForDeploymentPostprocessing = 0;
449
+ shellPath = /bin/sh;
450
+ - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
451
+ - };
452
+ - 0D7507D506130F6246FD97BE /* [CP] Copy Pods Resources */ = {
453
+ - isa = PBXShellScriptBuildPhase;
454
+ - buildActionMask = 2147483647;
455
+ - files = (
456
+ - );
457
+ - inputPaths = (
458
+ - "${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources.sh",
459
+ - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core-iOS/AccessibilityResources.bundle",
460
+ - );
461
+ - name = "[CP] Copy Pods Resources";
462
+ - outputPaths = (
463
+ - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
464
+ - );
465
+ - runOnlyForDeploymentPostprocessing = 0;
466
+ - shellPath = /bin/sh;
467
+ - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources.sh\"\n";
468
+ - showEnvVarsInLog = 0;
469
+ - };
470
+ - 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
471
+ - isa = PBXShellScriptBuildPhase;
472
+ - buildActionMask = 2147483647;
473
+ - files = (
474
+ - );
475
+ - inputPaths = (
476
+ - );
477
+ - name = "Bundle React Native Code And Images";
478
+ - outputPaths = (
479
+ - );
480
+ - runOnlyForDeploymentPostprocessing = 0;
481
+ - shellPath = /bin/sh;
482
+ - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
483
+ - };
484
+ - 42686649B799B0EA1ADB4648 /* [CP] Copy Pods Resources */ = {
485
+ - isa = PBXShellScriptBuildPhase;
486
+ - buildActionMask = 2147483647;
487
+ - files = (
488
+ - );
489
+ - inputPaths = (
490
+ - "${PODS_ROOT}/Target Support Files/Pods-HelloWorld-tvOS/Pods-HelloWorld-tvOS-resources.sh",
491
+ - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core-tvOS/AccessibilityResources.bundle",
492
+ - );
493
+ - name = "[CP] Copy Pods Resources";
494
+ - outputPaths = (
495
+ - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
496
+ - );
497
+ - runOnlyForDeploymentPostprocessing = 0;
498
+ - shellPath = /bin/sh;
499
+ - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-tvOS/Pods-HelloWorld-tvOS-resources.sh\"\n";
500
+ - showEnvVarsInLog = 0;
501
+ - };
502
+ - 5227897DA0E4608219DEAFFA /* [CP] Check Pods Manifest.lock */ = {
503
+ - isa = PBXShellScriptBuildPhase;
504
+ - buildActionMask = 2147483647;
505
+ - files = (
506
+ - );
507
+ - inputFileListPaths = (
508
+ - );
509
+ - inputPaths = (
510
+ - "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
511
+ - "${PODS_ROOT}/Manifest.lock",
512
+ - );
513
+ - name = "[CP] Check Pods Manifest.lock";
514
+ - outputFileListPaths = (
515
+ - );
516
+ - outputPaths = (
517
+ - "$(DERIVED_FILE_DIR)/Pods-HelloWorld-checkManifestLockResult.txt",
518
+ - );
519
+ - runOnlyForDeploymentPostprocessing = 0;
520
+ - shellPath = /bin/sh;
521
+ - 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";
522
+ - showEnvVarsInLog = 0;
523
+ - };
524
+ - 84F93B44286727BF8D357577 /* [CP] Copy Pods Resources */ = {
525
+ - isa = PBXShellScriptBuildPhase;
526
+ - buildActionMask = 2147483647;
527
+ - files = (
528
+ - );
529
+ - inputPaths = (
530
+ - "${PODS_ROOT}/Target Support Files/Pods-HelloWorld-tvOS-HelloWorld-tvOSTests/Pods-HelloWorld-tvOS-HelloWorld-tvOSTests-resources.sh",
531
+ - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core-tvOS/AccessibilityResources.bundle",
532
+ - );
533
+ - name = "[CP] Copy Pods Resources";
534
+ - outputPaths = (
535
+ - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
536
+ - );
537
+ - runOnlyForDeploymentPostprocessing = 0;
538
+ - shellPath = /bin/sh;
539
+ - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-tvOS-HelloWorld-tvOSTests/Pods-HelloWorld-tvOS-HelloWorld-tvOSTests-resources.sh\"\n";
540
+ - showEnvVarsInLog = 0;
541
+ - };
542
+ - 966D472419EA4A89F6874B5E /* [CP] Check Pods Manifest.lock */ = {
543
+ - isa = PBXShellScriptBuildPhase;
544
+ - buildActionMask = 2147483647;
545
+ - files = (
546
+ - );
547
+ - inputFileListPaths = (
548
+ - );
549
+ - inputPaths = (
550
+ - "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
551
+ - "${PODS_ROOT}/Manifest.lock",
552
+ - );
553
+ - name = "[CP] Check Pods Manifest.lock";
554
+ - outputFileListPaths = (
555
+ - );
556
+ - outputPaths = (
557
+ - "$(DERIVED_FILE_DIR)/Pods-HelloWorld-tvOS-checkManifestLockResult.txt",
558
+ - );
559
+ - runOnlyForDeploymentPostprocessing = 0;
560
+ - shellPath = /bin/sh;
561
+ - 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";
562
+ - showEnvVarsInLog = 0;
563
+ - };
564
+ - BC8CB606DF6125BE2BCE6F48 /* [CP] Check Pods Manifest.lock */ = {
565
+ - isa = PBXShellScriptBuildPhase;
566
+ - buildActionMask = 2147483647;
567
+ - files = (
568
+ - );
569
+ - inputFileListPaths = (
570
+ - );
571
+ - inputPaths = (
572
+ - "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
573
+ - "${PODS_ROOT}/Manifest.lock",
574
+ - );
575
+ - name = "[CP] Check Pods Manifest.lock";
576
+ - outputFileListPaths = (
577
+ - );
578
+ - outputPaths = (
579
+ - "$(DERIVED_FILE_DIR)/Pods-HelloWorld-HelloWorldTests-checkManifestLockResult.txt",
580
+ - );
581
+ - runOnlyForDeploymentPostprocessing = 0;
582
+ - shellPath = /bin/sh;
583
+ - 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";
584
+ - showEnvVarsInLog = 0;
585
+ - };
586
+ - C021C441AB5F12C78313DC25 /* [CP] Check Pods Manifest.lock */ = {
587
+ - isa = PBXShellScriptBuildPhase;
588
+ - buildActionMask = 2147483647;
589
+ - files = (
590
+ - );
591
+ - inputFileListPaths = (
592
+ - );
593
+ - inputPaths = (
594
+ - "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
595
+ - "${PODS_ROOT}/Manifest.lock",
596
+ - );
597
+ - name = "[CP] Check Pods Manifest.lock";
598
+ - outputFileListPaths = (
599
+ - );
600
+ - outputPaths = (
601
+ - "$(DERIVED_FILE_DIR)/Pods-HelloWorld-tvOS-HelloWorld-tvOSTests-checkManifestLockResult.txt",
602
+ - );
603
+ - runOnlyForDeploymentPostprocessing = 0;
604
+ - shellPath = /bin/sh;
605
+ - 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";
606
+ - showEnvVarsInLog = 0;
607
+ - };
608
+ - D9B6B751E2AEDF3F7AB29F2D /* [CP] Copy Pods Resources */ = {
609
+ - isa = PBXShellScriptBuildPhase;
610
+ - buildActionMask = 2147483647;
611
+ - files = (
612
+ - );
613
+ - inputPaths = (
614
+ - "${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources.sh",
615
+ - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core-iOS/AccessibilityResources.bundle",
616
+ - );
617
+ - name = "[CP] Copy Pods Resources";
618
+ - outputPaths = (
619
+ - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
620
+ - );
621
+ - runOnlyForDeploymentPostprocessing = 0;
622
+ - shellPath = /bin/sh;
623
+ - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources.sh\"\n";
624
+ - showEnvVarsInLog = 0;
625
+ };
626
+ FD10A7F022414F080027D42C /* Start Packager */ = {
627
+ isa = PBXShellScriptBuildPhase;
628
+ --- 233,239 ----
629
+ );
630
+ runOnlyForDeploymentPostprocessing = 0;
631
+ shellPath = /bin/sh;
632
+ + shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
633
+ };
634
+ FD10A7F022414F080027D42C /* Start Packager */ = {
635
+ isa = PBXShellScriptBuildPhase;
636
+ ***************
637
+ *** 571,595 ****
638
+ 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";
639
+ showEnvVarsInLog = 0;
640
+ };
641
+ - FD10A7F122414F3F0027D42C /* Start Packager */ = {
642
+ - isa = PBXShellScriptBuildPhase;
643
+ - buildActionMask = 2147483647;
644
+ - files = (
645
+ - );
646
+ - inputFileListPaths = (
647
+ - );
648
+ - inputPaths = (
649
+ - );
650
+ - name = "Start Packager";
651
+ - outputFileListPaths = (
652
+ - );
653
+ - outputPaths = (
654
+ - );
655
+ - runOnlyForDeploymentPostprocessing = 0;
656
+ - shellPath = /bin/sh;
657
+ - 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";
658
+ - showEnvVarsInLog = 0;
659
+ - };
660
+ /* End PBXShellScriptBuildPhase section */
661
+
662
+ /* Begin PBXSourcesBuildPhase section */
663
+ --- 254,259 ----
664
+ 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";
665
+ showEnvVarsInLog = 0;
666
+ };
667
+ /* End PBXShellScriptBuildPhase section */
668
+
669
+ /* Begin PBXSourcesBuildPhase section */
670
+ ***************
671
+ *** 610,632 ****
672
+ );
673
+ runOnlyForDeploymentPostprocessing = 0;
674
+ };
675
+ - 2D02E4771E0B4A5D006451C7 /* Sources */ = {
676
+ - isa = PBXSourcesBuildPhase;
677
+ - buildActionMask = 2147483647;
678
+ - files = (
679
+ - 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
680
+ - 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
681
+ - );
682
+ - runOnlyForDeploymentPostprocessing = 0;
683
+ - };
684
+ - 2D02E48C1E0B4A5D006451C7 /* Sources */ = {
685
+ - isa = PBXSourcesBuildPhase;
686
+ - buildActionMask = 2147483647;
687
+ - files = (
688
+ - 2DCD954D1E0B4F2C00145EB5 /* HelloWorldTests.m in Sources */,
689
+ - );
690
+ - runOnlyForDeploymentPostprocessing = 0;
691
+ - };
692
+ /* End PBXSourcesBuildPhase section */
693
+
694
+ /* Begin PBXTargetDependency section */
695
+ --- 274,279 ----
696
+ );
697
+ runOnlyForDeploymentPostprocessing = 0;
698
+ };
699
+ /* End PBXSourcesBuildPhase section */
700
+
701
+ /* Begin PBXTargetDependency section */
702
+ ***************
703
+ *** 635,651 ****
704
+ target = 13B07F861A680F5B00A75B9A /* HelloWorld */;
705
+ targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
706
+ };
707
+ - 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
708
+ - isa = PBXTargetDependency;
709
+ - target = 2D02E47A1E0B4A5D006451C7 /* HelloWorld-tvOS */;
710
+ - targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
711
+ - };
712
+ /* End PBXTargetDependency section */
713
+
714
+ /* Begin XCBuildConfiguration section */
715
+ 00E356F61AD99517003FC87E /* Debug */ = {
716
+ isa = XCBuildConfiguration;
717
+ - baseConfigurationReference = 36771B2C8C43AC6099096637 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */;
718
+ buildSettings = {
719
+ BUNDLE_LOADER = "$(TEST_HOST)";
720
+ GCC_PREPROCESSOR_DEFINITIONS = (
721
+ --- 282,292 ----
722
+ target = 13B07F861A680F5B00A75B9A /* HelloWorld */;
723
+ targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
724
+ };
725
+ /* End PBXTargetDependency section */
726
+
727
+ /* Begin XCBuildConfiguration section */
728
+ 00E356F61AD99517003FC87E /* Debug */ = {
729
+ isa = XCBuildConfiguration;
730
+ buildSettings = {
731
+ BUNDLE_LOADER = "$(TEST_HOST)";
732
+ GCC_PREPROCESSOR_DEFINITIONS = (
733
+ ***************
734
+ *** 653,660 ****
735
+ "$(inherited)",
736
+ );
737
+ INFOPLIST_FILE = HelloWorldTests/Info.plist;
738
+ - IPHONEOS_DEPLOYMENT_TARGET = 10.0;
739
+ - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
740
+ OTHER_LDFLAGS = (
741
+ "-ObjC",
742
+ "-lc++",
743
+ --- 294,305 ----
744
+ "$(inherited)",
745
+ );
746
+ INFOPLIST_FILE = HelloWorldTests/Info.plist;
747
+ + IPHONEOS_DEPLOYMENT_TARGET = 11.0;
748
+ + LD_RUNPATH_SEARCH_PATHS = (
749
+ + "$(inherited)",
750
+ + "@executable_path/Frameworks",
751
+ + "@loader_path/Frameworks",
752
+ + );
753
+ OTHER_LDFLAGS = (
754
+ "-ObjC",
755
+ "-lc++",
756
+ ***************
757
+ *** 668,680 ****
758
+ };
759
+ 00E356F71AD99517003FC87E /* Release */ = {
760
+ isa = XCBuildConfiguration;
761
+ - baseConfigurationReference = 2C329346E04FD437DBF160C6 /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */;
762
+ buildSettings = {
763
+ BUNDLE_LOADER = "$(TEST_HOST)";
764
+ COPY_PHASE_STRIP = NO;
765
+ INFOPLIST_FILE = HelloWorldTests/Info.plist;
766
+ - IPHONEOS_DEPLOYMENT_TARGET = 10.0;
767
+ - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
768
+ OTHER_LDFLAGS = (
769
+ "-ObjC",
770
+ "-lc++",
771
+ --- 313,328 ----
772
+ };
773
+ 00E356F71AD99517003FC87E /* Release */ = {
774
+ isa = XCBuildConfiguration;
775
+ buildSettings = {
776
+ BUNDLE_LOADER = "$(TEST_HOST)";
777
+ COPY_PHASE_STRIP = NO;
778
+ INFOPLIST_FILE = HelloWorldTests/Info.plist;
779
+ + IPHONEOS_DEPLOYMENT_TARGET = 11.0;
780
+ + LD_RUNPATH_SEARCH_PATHS = (
781
+ + "$(inherited)",
782
+ + "@executable_path/Frameworks",
783
+ + "@loader_path/Frameworks",
784
+ + );
785
+ OTHER_LDFLAGS = (
786
+ "-ObjC",
787
+ "-lc++",
788
+ ***************
789
+ *** 688,705 ****
790
+ };
791
+ 13B07F941A680F5B00A75B9A /* Debug */ = {
792
+ isa = XCBuildConfiguration;
793
+ - baseConfigurationReference = 015BA46D04C1496C29E63456 /* Pods-HelloWorld.debug.xcconfig */;
794
+ buildSettings = {
795
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
796
+ CLANG_ENABLE_MODULES = YES;
797
+ CURRENT_PROJECT_VERSION = 1;
798
+ ENABLE_BITCODE = NO;
799
+ - GCC_PREPROCESSOR_DEFINITIONS = (
800
+ "$(inherited)",
801
+ - "COCOAPODS=1",
802
+ );
803
+ - INFOPLIST_FILE = HelloWorld/Info.plist;
804
+ - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
805
+ OTHER_LDFLAGS = (
806
+ "$(inherited)",
807
+ "-ObjC",
808
+ --- 336,351 ----
809
+ };
810
+ 13B07F941A680F5B00A75B9A /* Debug */ = {
811
+ isa = XCBuildConfiguration;
812
+ buildSettings = {
813
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
814
+ CLANG_ENABLE_MODULES = YES;
815
+ CURRENT_PROJECT_VERSION = 1;
816
+ ENABLE_BITCODE = NO;
817
+ + INFOPLIST_FILE = HelloWorld/Info.plist;
818
+ + LD_RUNPATH_SEARCH_PATHS = (
819
+ "$(inherited)",
820
+ + "@executable_path/Frameworks",
821
+ );
822
+ OTHER_LDFLAGS = (
823
+ "$(inherited)",
824
+ "-ObjC",
825
+ ***************
826
+ *** 715,727 ****
827
+ };
828
+ 13B07F951A680F5B00A75B9A /* Release */ = {
829
+ isa = XCBuildConfiguration;
830
+ - baseConfigurationReference = 224D5D4AEB9A0A36B75746AA /* Pods-HelloWorld.release.xcconfig */;
831
+ buildSettings = {
832
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
833
+ CLANG_ENABLE_MODULES = YES;
834
+ CURRENT_PROJECT_VERSION = 1;
835
+ INFOPLIST_FILE = HelloWorld/Info.plist;
836
+ - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
837
+ OTHER_LDFLAGS = (
838
+ "$(inherited)",
839
+ "-ObjC",
840
+ --- 361,375 ----
841
+ };
842
+ 13B07F951A680F5B00A75B9A /* Release */ = {
843
+ isa = XCBuildConfiguration;
844
+ buildSettings = {
845
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
846
+ CLANG_ENABLE_MODULES = YES;
847
+ CURRENT_PROJECT_VERSION = 1;
848
+ INFOPLIST_FILE = HelloWorld/Info.plist;
849
+ + LD_RUNPATH_SEARCH_PATHS = (
850
+ + "$(inherited)",
851
+ + "@executable_path/Frameworks",
852
+ + );
853
+ OTHER_LDFLAGS = (
854
+ "$(inherited)",
855
+ "-ObjC",
856
+ ***************
857
+ *** 736,742 ****
858
+ };
859
+ 2D02E4971E0B4A5E006451C7 /* Debug */ = {
860
+ isa = XCBuildConfiguration;
861
+ - baseConfigurationReference = CCE9A90FED9D09047497AB6D /* Pods-HelloWorld-tvOS.debug.xcconfig */;
862
+ buildSettings = {
863
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
864
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
865
+ --- 384,389 ----
866
+ };
867
+ 2D02E4971E0B4A5E006451C7 /* Debug */ = {
868
+ isa = XCBuildConfiguration;
869
+ buildSettings = {
870
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
871
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
872
+ ***************
873
+ *** 765,771 ****
874
+ };
875
+ 2D02E4981E0B4A5E006451C7 /* Release */ = {
876
+ isa = XCBuildConfiguration;
877
+ - baseConfigurationReference = 388308430DF4BE056B0CEF13 /* Pods-HelloWorld-tvOS.release.xcconfig */;
878
+ buildSettings = {
879
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
880
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
881
+ --- 412,417 ----
882
+ };
883
+ 2D02E4981E0B4A5E006451C7 /* Release */ = {
884
+ isa = XCBuildConfiguration;
885
+ buildSettings = {
886
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
887
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
888
+ ***************
889
+ *** 794,800 ****
890
+ };
891
+ 2D02E4991E0B4A5E006451C7 /* Debug */ = {
892
+ isa = XCBuildConfiguration;
893
+ - baseConfigurationReference = E8891750AE2DFBD87A5BDB74 /* Pods-HelloWorld-tvOS-HelloWorld-tvOSTests.debug.xcconfig */;
894
+ buildSettings = {
895
+ BUNDLE_LOADER = "$(TEST_HOST)";
896
+ CLANG_ANALYZER_NONNULL = YES;
897
+ --- 440,445 ----
898
+ };
899
+ 2D02E4991E0B4A5E006451C7 /* Debug */ = {
900
+ isa = XCBuildConfiguration;
901
+ buildSettings = {
902
+ BUNDLE_LOADER = "$(TEST_HOST)";
903
+ CLANG_ANALYZER_NONNULL = YES;
904
+ ***************
905
+ *** 821,827 ****
906
+ };
907
+ 2D02E49A1E0B4A5E006451C7 /* Release */ = {
908
+ isa = XCBuildConfiguration;
909
+ - baseConfigurationReference = 3BDF8C4CCF278F944E8C6CBF /* Pods-HelloWorld-tvOS-HelloWorld-tvOSTests.release.xcconfig */;
910
+ buildSettings = {
911
+ BUNDLE_LOADER = "$(TEST_HOST)";
912
+ CLANG_ANALYZER_NONNULL = YES;
913
+ --- 466,471 ----
914
+ };
915
+ 2D02E49A1E0B4A5E006451C7 /* Release */ = {
916
+ isa = XCBuildConfiguration;
917
+ buildSettings = {
918
+ BUNDLE_LOADER = "$(TEST_HOST)";
919
+ CLANG_ANALYZER_NONNULL = YES;
920
+ ***************
921
+ *** 869,874 ****
922
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
923
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
924
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
925
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
926
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
927
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
928
+ --- 513,519 ----
929
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
930
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
931
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
932
+ + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
933
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
934
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
935
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
936
+ ***************
937
+ *** 893,901 ****
938
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
939
+ GCC_WARN_UNUSED_FUNCTION = YES;
940
+ GCC_WARN_UNUSED_VARIABLE = YES;
941
+ - IPHONEOS_DEPLOYMENT_TARGET = 10.0;
942
+ - LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
943
+ LIBRARY_SEARCH_PATHS = (
944
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
945
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
946
+ "\"$(inherited)\"",
947
+ --- 538,550 ----
948
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
949
+ GCC_WARN_UNUSED_FUNCTION = YES;
950
+ GCC_WARN_UNUSED_VARIABLE = YES;
951
+ + IPHONEOS_DEPLOYMENT_TARGET = 11.0;
952
+ + LD_RUNPATH_SEARCH_PATHS = (
953
+ + /usr/lib/swift,
954
+ + "$(inherited)",
955
+ + );
956
+ LIBRARY_SEARCH_PATHS = (
957
+ + "\"$(SDKROOT)/usr/lib/swift\"",
958
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
959
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
960
+ "\"$(inherited)\"",
961
+ ***************
962
+ *** 929,934 ****
963
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
964
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
965
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
966
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
967
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
968
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
969
+ --- 578,584 ----
970
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
971
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
972
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
973
+ + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
974
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
975
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
976
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
977
+ ***************
978
+ *** 946,954 ****
979
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
980
+ GCC_WARN_UNUSED_FUNCTION = YES;
981
+ GCC_WARN_UNUSED_VARIABLE = YES;
982
+ - IPHONEOS_DEPLOYMENT_TARGET = 10.0;
983
+ - LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
984
+ LIBRARY_SEARCH_PATHS = (
985
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
986
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
987
+ "\"$(inherited)\"",
988
+ --- 596,608 ----
989
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
990
+ GCC_WARN_UNUSED_FUNCTION = YES;
991
+ GCC_WARN_UNUSED_VARIABLE = YES;
992
+ + IPHONEOS_DEPLOYMENT_TARGET = 11.0;
993
+ + LD_RUNPATH_SEARCH_PATHS = (
994
+ + /usr/lib/swift,
995
+ + "$(inherited)",
996
+ + );
997
+ LIBRARY_SEARCH_PATHS = (
998
+ + "\"$(SDKROOT)/usr/lib/swift\"",
999
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
1000
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
1001
+ "\"$(inherited)\"",
1002
+ ***************
1003
+ *** 980,1003 ****
1004
+ defaultConfigurationIsVisible = 0;
1005
+ defaultConfigurationName = Release;
1006
+ };
1007
+ - 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HelloWorld-tvOS" */ = {
1008
+ - isa = XCConfigurationList;
1009
+ - buildConfigurations = (
1010
+ - 2D02E4971E0B4A5E006451C7 /* Debug */,
1011
+ - 2D02E4981E0B4A5E006451C7 /* Release */,
1012
+ - );
1013
+ - defaultConfigurationIsVisible = 0;
1014
+ - defaultConfigurationName = Release;
1015
+ - };
1016
+ - 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HelloWorld-tvOSTests" */ = {
1017
+ - isa = XCConfigurationList;
1018
+ - buildConfigurations = (
1019
+ - 2D02E4991E0B4A5E006451C7 /* Debug */,
1020
+ - 2D02E49A1E0B4A5E006451C7 /* Release */,
1021
+ - );
1022
+ - defaultConfigurationIsVisible = 0;
1023
+ - defaultConfigurationName = Release;
1024
+ - };
1025
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HelloWorld" */ = {
1026
+ isa = XCConfigurationList;
1027
+ buildConfigurations = (
1028
+ --- 634,639 ----
1029
+ defaultConfigurationIsVisible = 0;
1030
+ defaultConfigurationName = Release;
1031
+ };
1032
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HelloWorld" */ = {
1033
+ isa = XCConfigurationList;
1034
+ buildConfigurations = (