ソースを参照

[tvOS] Automatic Xcode project file fixes

Xcode insists on automatically fixing the project file with tvOS
support. In order to not have to constantly ignore these automatic
changes when committing, commit them.
master
Lyubomir Marinov 8年前
コミット
8b2491c7a2
1個のファイルの変更105行の追加0行の削除
  1. 105
    0
      ios/jitsi-meet-react.xcodeproj/project.pbxproj

+ 105
- 0
ios/jitsi-meet-react.xcodeproj/project.pbxproj ファイルの表示

@@ -117,6 +117,55 @@
117 117
 			remoteGlobalIDString = 58B5119B1A9E6C1200147676;
118 118
 			remoteInfo = RCTText;
119 119
 		};
120
+		B3BA19D41DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
121
+			isa = PBXContainerItemProxy;
122
+			containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
123
+			proxyType = 2;
124
+			remoteGlobalIDString = 2D2A283A1D9B042B00D4039D;
125
+			remoteInfo = "RCTImage-tvOS";
126
+		};
127
+		B3BA19D81DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
128
+			isa = PBXContainerItemProxy;
129
+			containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
130
+			proxyType = 2;
131
+			remoteGlobalIDString = 2D2A28471D9B043800D4039D;
132
+			remoteInfo = "RCTLinking-tvOS";
133
+		};
134
+		B3BA19DC1DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
135
+			isa = PBXContainerItemProxy;
136
+			containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
137
+			proxyType = 2;
138
+			remoteGlobalIDString = 2D2A28541D9B044C00D4039D;
139
+			remoteInfo = "RCTNetwork-tvOS";
140
+		};
141
+		B3BA19E01DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
142
+			isa = PBXContainerItemProxy;
143
+			containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
144
+			proxyType = 2;
145
+			remoteGlobalIDString = 2D2A28611D9B046600D4039D;
146
+			remoteInfo = "RCTSettings-tvOS";
147
+		};
148
+		B3BA19E41DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
149
+			isa = PBXContainerItemProxy;
150
+			containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
151
+			proxyType = 2;
152
+			remoteGlobalIDString = 2D2A287B1D9B048500D4039D;
153
+			remoteInfo = "RCTText-tvOS";
154
+		};
155
+		B3BA19EA1DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
156
+			isa = PBXContainerItemProxy;
157
+			containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
158
+			proxyType = 2;
159
+			remoteGlobalIDString = 2D2A28881D9B049200D4039D;
160
+			remoteInfo = "RCTWebSocket-tvOS";
161
+		};
162
+		B3BA19EE1DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
163
+			isa = PBXContainerItemProxy;
164
+			containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
165
+			proxyType = 2;
166
+			remoteGlobalIDString = 2D2A28131D9B038B00D4039D;
167
+			remoteInfo = "React-tvOS";
168
+		};
120 169
 		BFC745121CB829A700673F38 /* PBXContainerItemProxy */ = {
121 170
 			isa = PBXContainerItemProxy;
122 171
 			containerPortal = BFC7450D1CB829A700673F38 /* RCTWebRTC.xcodeproj */;
@@ -232,6 +281,7 @@
232 281
 			isa = PBXGroup;
233 282
 			children = (
234 283
 				00C302C01ABCB91800DB3ED1 /* libRCTImage.a */,
284
+				B3BA19D51DC6B37B00BCD481 /* libRCTImage-tvOS.a */,
235 285
 			);
236 286
 			name = Products;
237 287
 			sourceTree = "<group>";
@@ -240,6 +290,7 @@
240 290
 			isa = PBXGroup;
241 291
 			children = (
242 292
 				00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */,
293
+				B3BA19DD1DC6B37B00BCD481 /* libRCTNetwork-tvOS.a */,
243 294
 			);
244 295
 			name = Products;
245 296
 			sourceTree = "<group>";
@@ -256,6 +307,7 @@
256 307
 			isa = PBXGroup;
257 308
 			children = (
258 309
 				139105C11AF99BAD00B5F7CC /* libRCTSettings.a */,
310
+				B3BA19E11DC6B37B00BCD481 /* libRCTSettings-tvOS.a */,
259 311
 			);
260 312
 			name = Products;
261 313
 			sourceTree = "<group>";
@@ -264,6 +316,7 @@
264 316
 			isa = PBXGroup;
265 317
 			children = (
266 318
 				139FDEF41B06529B00C62182 /* libRCTWebSocket.a */,
319
+				B3BA19EB1DC6B37B00BCD481 /* libRCTWebSocket-tvOS.a */,
267 320
 			);
268 321
 			name = Products;
269 322
 			sourceTree = "<group>";
@@ -286,6 +339,7 @@
286 339
 			isa = PBXGroup;
287 340
 			children = (
288 341
 				146834041AC3E56700842450 /* libReact.a */,
342
+				B3BA19EF1DC6B37B00BCD481 /* libReact-tvOS.a */,
289 343
 			);
290 344
 			name = Products;
291 345
 			sourceTree = "<group>";
@@ -311,6 +365,7 @@
311 365
 			isa = PBXGroup;
312 366
 			children = (
313 367
 				78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
368
+				B3BA19D91DC6B37B00BCD481 /* libRCTLinking-tvOS.a */,
314 369
 			);
315 370
 			name = Products;
316 371
 			sourceTree = "<group>";
@@ -341,6 +396,7 @@
341 396
 			isa = PBXGroup;
342 397
 			children = (
343 398
 				832341B51AAA6A8300B99B32 /* libRCTText.a */,
399
+				B3BA19E51DC6B37B00BCD481 /* libRCTText-tvOS.a */,
344 400
 			);
345 401
 			name = Products;
346 402
 			sourceTree = "<group>";
@@ -577,6 +633,55 @@
577 633
 			remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
578 634
 			sourceTree = BUILT_PRODUCTS_DIR;
579 635
 		};
636
+		B3BA19D51DC6B37B00BCD481 /* libRCTImage-tvOS.a */ = {
637
+			isa = PBXReferenceProxy;
638
+			fileType = archive.ar;
639
+			path = "libRCTImage-tvOS.a";
640
+			remoteRef = B3BA19D41DC6B37B00BCD481 /* PBXContainerItemProxy */;
641
+			sourceTree = BUILT_PRODUCTS_DIR;
642
+		};
643
+		B3BA19D91DC6B37B00BCD481 /* libRCTLinking-tvOS.a */ = {
644
+			isa = PBXReferenceProxy;
645
+			fileType = archive.ar;
646
+			path = "libRCTLinking-tvOS.a";
647
+			remoteRef = B3BA19D81DC6B37B00BCD481 /* PBXContainerItemProxy */;
648
+			sourceTree = BUILT_PRODUCTS_DIR;
649
+		};
650
+		B3BA19DD1DC6B37B00BCD481 /* libRCTNetwork-tvOS.a */ = {
651
+			isa = PBXReferenceProxy;
652
+			fileType = archive.ar;
653
+			path = "libRCTNetwork-tvOS.a";
654
+			remoteRef = B3BA19DC1DC6B37B00BCD481 /* PBXContainerItemProxy */;
655
+			sourceTree = BUILT_PRODUCTS_DIR;
656
+		};
657
+		B3BA19E11DC6B37B00BCD481 /* libRCTSettings-tvOS.a */ = {
658
+			isa = PBXReferenceProxy;
659
+			fileType = archive.ar;
660
+			path = "libRCTSettings-tvOS.a";
661
+			remoteRef = B3BA19E01DC6B37B00BCD481 /* PBXContainerItemProxy */;
662
+			sourceTree = BUILT_PRODUCTS_DIR;
663
+		};
664
+		B3BA19E51DC6B37B00BCD481 /* libRCTText-tvOS.a */ = {
665
+			isa = PBXReferenceProxy;
666
+			fileType = archive.ar;
667
+			path = "libRCTText-tvOS.a";
668
+			remoteRef = B3BA19E41DC6B37B00BCD481 /* PBXContainerItemProxy */;
669
+			sourceTree = BUILT_PRODUCTS_DIR;
670
+		};
671
+		B3BA19EB1DC6B37B00BCD481 /* libRCTWebSocket-tvOS.a */ = {
672
+			isa = PBXReferenceProxy;
673
+			fileType = archive.ar;
674
+			path = "libRCTWebSocket-tvOS.a";
675
+			remoteRef = B3BA19EA1DC6B37B00BCD481 /* PBXContainerItemProxy */;
676
+			sourceTree = BUILT_PRODUCTS_DIR;
677
+		};
678
+		B3BA19EF1DC6B37B00BCD481 /* libReact-tvOS.a */ = {
679
+			isa = PBXReferenceProxy;
680
+			fileType = archive.ar;
681
+			path = "libReact-tvOS.a";
682
+			remoteRef = B3BA19EE1DC6B37B00BCD481 /* PBXContainerItemProxy */;
683
+			sourceTree = BUILT_PRODUCTS_DIR;
684
+		};
580 685
 		BFC745131CB829A700673F38 /* libRCTWebRTC.a */ = {
581 686
 			isa = PBXReferenceProxy;
582 687
 			fileType = archive.ar;

読み込み中…
キャンセル
保存