|
@@ -5,7 +5,6 @@
|
5
|
5
|
};
|
6
|
6
|
objectVersion = 46;
|
7
|
7
|
objects = {
|
8
|
|
-
|
9
|
8
|
/* Begin PBXBuildFile section */
|
10
|
9
|
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
|
11
|
10
|
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
|
|
@@ -36,6 +35,8 @@
|
36
|
35
|
2DCD954D1E0B4F2C00145EB5 /* demoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* demoTests.m */; };
|
37
|
36
|
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
|
38
|
37
|
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
|
|
38
|
+ ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
|
|
39
|
+ 4015A12E66A247F0B2F6AE09 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F6205ED3CE4F403ABCC50D34 /* libRCTActionSheet.a */; };
|
39
|
40
|
/* End PBXBuildFile section */
|
40
|
41
|
|
41
|
42
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -228,6 +229,13 @@
|
228
|
229
|
remoteGlobalIDString = 58B5119B1A9E6C1200147676;
|
229
|
230
|
remoteInfo = RCTText;
|
230
|
231
|
};
|
|
232
|
+ ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */ = {
|
|
233
|
+ isa = PBXContainerItemProxy;
|
|
234
|
+ containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
|
|
235
|
+ proxyType = 2;
|
|
236
|
+ remoteGlobalIDString = 358F4ED71D1E81A9004DF814;
|
|
237
|
+ remoteInfo = RCTBlob;
|
|
238
|
+ };
|
231
|
239
|
/* End PBXContainerItemProxy section */
|
232
|
240
|
|
233
|
241
|
/* Begin PBXFileReference section */
|
|
@@ -255,6 +263,9 @@
|
255
|
263
|
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
|
256
|
264
|
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
|
257
|
265
|
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
|
|
266
|
+ ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
|
|
267
|
+ B22DCF12CF304549B28FD63C /* demo.xcodeproj */ = {isa = PBXFileReference; name = "demo.xcodeproj"; path = "../node_modules/react-native-autoheight-webview/demo/ios/demo.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
|
|
268
|
+ F6205ED3CE4F403ABCC50D34 /* libRCTActionSheet.a */ = {isa = PBXFileReference; name = "libRCTActionSheet.a"; path = "libRCTActionSheet.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
258
|
269
|
/* End PBXFileReference section */
|
259
|
270
|
|
260
|
271
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -270,6 +281,8 @@
|
270
|
281
|
isa = PBXFrameworksBuildPhase;
|
271
|
282
|
buildActionMask = 2147483647;
|
272
|
283
|
files = (
|
|
284
|
+ ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */,
|
|
285
|
+ 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
|
273
|
286
|
146834051AC3E58100842450 /* libReact.a in Frameworks */,
|
274
|
287
|
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
|
275
|
288
|
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
|
|
@@ -281,6 +294,7 @@
|
281
|
294
|
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
|
282
|
295
|
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
|
283
|
296
|
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
|
|
297
|
+ 4015A12E66A247F0B2F6AE09 /* libRCTActionSheet.a in Frameworks */,
|
284
|
298
|
);
|
285
|
299
|
runOnlyForDeploymentPostprocessing = 0;
|
286
|
300
|
};
|
|
@@ -411,6 +425,7 @@
|
411
|
425
|
3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */,
|
412
|
426
|
3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */,
|
413
|
427
|
3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */,
|
|
428
|
+ 3DAD3EA31DF850E9000B6D8A /* libReact-tvOS.a */,
|
414
|
429
|
);
|
415
|
430
|
name = Products;
|
416
|
431
|
sourceTree = "<group>";
|
|
@@ -439,6 +454,7 @@
|
439
|
454
|
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */,
|
440
|
455
|
146833FF1AC3E56700842450 /* React.xcodeproj */,
|
441
|
456
|
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
|
|
457
|
+ ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */,
|
442
|
458
|
00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
|
443
|
459
|
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
|
444
|
460
|
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
|
|
@@ -447,6 +463,7 @@
|
447
|
463
|
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
|
448
|
464
|
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
|
449
|
465
|
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
|
|
466
|
+ B22DCF12CF304549B28FD63C /* demo.xcodeproj */,
|
450
|
467
|
);
|
451
|
468
|
name = Libraries;
|
452
|
469
|
sourceTree = "<group>";
|
|
@@ -471,6 +488,7 @@
|
471
|
488
|
indentWidth = 2;
|
472
|
489
|
sourceTree = "<group>";
|
473
|
490
|
tabWidth = 2;
|
|
491
|
+ usesTabs = 0;
|
474
|
492
|
};
|
475
|
493
|
83CBBA001A601CBA00E9B192 /* Products */ = {
|
476
|
494
|
isa = PBXGroup;
|
|
@@ -483,6 +501,14 @@
|
483
|
501
|
name = Products;
|
484
|
502
|
sourceTree = "<group>";
|
485
|
503
|
};
|
|
504
|
+ ADBDB9201DFEBF0600ED6528 /* Products */ = {
|
|
505
|
+ isa = PBXGroup;
|
|
506
|
+ children = (
|
|
507
|
+ ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */,
|
|
508
|
+ );
|
|
509
|
+ name = Products;
|
|
510
|
+ sourceTree = "<group>";
|
|
511
|
+ };
|
486
|
512
|
/* End PBXGroup section */
|
487
|
513
|
|
488
|
514
|
/* Begin PBXNativeTarget section */
|
|
@@ -564,7 +590,7 @@
|
564
|
590
|
83CBB9F71A601CBA00E9B192 /* Project object */ = {
|
565
|
591
|
isa = PBXProject;
|
566
|
592
|
attributes = {
|
567
|
|
- LastUpgradeCheck = 0610;
|
|
593
|
+ LastUpgradeCheck = 610;
|
568
|
594
|
ORGANIZATIONNAME = Facebook;
|
569
|
595
|
TargetAttributes = {
|
570
|
596
|
00E356ED1AD99517003FC87E = {
|
|
@@ -602,6 +628,10 @@
|
602
|
628
|
ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */;
|
603
|
629
|
ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
|
604
|
630
|
},
|
|
631
|
+ {
|
|
632
|
+ ProductGroup = ADBDB9201DFEBF0600ED6528 /* Products */;
|
|
633
|
+ ProjectRef = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
|
|
634
|
+ },
|
605
|
635
|
{
|
606
|
636
|
ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
|
607
|
637
|
ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
|
|
@@ -748,10 +778,10 @@
|
748
|
778
|
remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */;
|
749
|
779
|
sourceTree = BUILT_PRODUCTS_DIR;
|
750
|
780
|
};
|
751
|
|
- 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = {
|
|
781
|
+ 3DAD3EA31DF850E9000B6D8A /* libReact-tvOS.a */ = {
|
752
|
782
|
isa = PBXReferenceProxy;
|
753
|
783
|
fileType = archive.ar;
|
754
|
|
- path = libReact.a;
|
|
784
|
+ path = "libReact-tvOS.a";
|
755
|
785
|
remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */;
|
756
|
786
|
sourceTree = BUILT_PRODUCTS_DIR;
|
757
|
787
|
};
|
|
@@ -825,6 +855,13 @@
|
825
|
855
|
remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
|
826
|
856
|
sourceTree = BUILT_PRODUCTS_DIR;
|
827
|
857
|
};
|
|
858
|
+ ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */ = {
|
|
859
|
+ isa = PBXReferenceProxy;
|
|
860
|
+ fileType = archive.ar;
|
|
861
|
+ path = libRCTBlob.a;
|
|
862
|
+ remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */;
|
|
863
|
+ sourceTree = BUILT_PRODUCTS_DIR;
|
|
864
|
+ };
|
828
|
865
|
/* End PBXReferenceProxy section */
|
829
|
866
|
|
830
|
867
|
/* Begin PBXResourcesBuildPhase section */
|
|
@@ -972,6 +1009,14 @@
|
972
|
1009
|
);
|
973
|
1010
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
974
|
1011
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/demo.app/demo";
|
|
1012
|
+ LIBRARY_SEARCH_PATHS = (
|
|
1013
|
+ "$(inherited)",
|
|
1014
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
1015
|
+ );
|
|
1016
|
+ HEADER_SEARCH_PATHS = (
|
|
1017
|
+ "$(inherited)",
|
|
1018
|
+ "$(SRCROOT)/../node_modules/react-native-autoheight-webview/demo/ios/demo",
|
|
1019
|
+ );
|
975
|
1020
|
};
|
976
|
1021
|
name = Debug;
|
977
|
1022
|
};
|
|
@@ -989,6 +1034,14 @@
|
989
|
1034
|
);
|
990
|
1035
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
991
|
1036
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/demo.app/demo";
|
|
1037
|
+ LIBRARY_SEARCH_PATHS = (
|
|
1038
|
+ "$(inherited)",
|
|
1039
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
1040
|
+ );
|
|
1041
|
+ HEADER_SEARCH_PATHS = (
|
|
1042
|
+ "$(inherited)",
|
|
1043
|
+ "$(SRCROOT)/../node_modules/react-native-autoheight-webview/demo/ios/demo",
|
|
1044
|
+ );
|
992
|
1045
|
};
|
993
|
1046
|
name = Release;
|
994
|
1047
|
};
|
|
@@ -1007,6 +1060,10 @@
|
1007
|
1060
|
);
|
1008
|
1061
|
PRODUCT_NAME = demo;
|
1009
|
1062
|
VERSIONING_SYSTEM = "apple-generic";
|
|
1063
|
+ HEADER_SEARCH_PATHS = (
|
|
1064
|
+ "$(inherited)",
|
|
1065
|
+ "$(SRCROOT)/../node_modules/react-native-autoheight-webview/demo/ios/demo",
|
|
1066
|
+ );
|
1010
|
1067
|
};
|
1011
|
1068
|
name = Debug;
|
1012
|
1069
|
};
|
|
@@ -1024,6 +1081,10 @@
|
1024
|
1081
|
);
|
1025
|
1082
|
PRODUCT_NAME = demo;
|
1026
|
1083
|
VERSIONING_SYSTEM = "apple-generic";
|
|
1084
|
+ HEADER_SEARCH_PATHS = (
|
|
1085
|
+ "$(inherited)",
|
|
1086
|
+ "$(SRCROOT)/../node_modules/react-native-autoheight-webview/demo/ios/demo",
|
|
1087
|
+ );
|
1027
|
1088
|
};
|
1028
|
1089
|
name = Release;
|
1029
|
1090
|
};
|
|
@@ -1050,6 +1111,14 @@
|
1050
|
1111
|
SDKROOT = appletvos;
|
1051
|
1112
|
TARGETED_DEVICE_FAMILY = 3;
|
1052
|
1113
|
TVOS_DEPLOYMENT_TARGET = 9.2;
|
|
1114
|
+ LIBRARY_SEARCH_PATHS = (
|
|
1115
|
+ "$(inherited)",
|
|
1116
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
1117
|
+ );
|
|
1118
|
+ HEADER_SEARCH_PATHS = (
|
|
1119
|
+ "$(inherited)",
|
|
1120
|
+ "$(SRCROOT)/../node_modules/react-native-autoheight-webview/demo/ios/demo",
|
|
1121
|
+ );
|
1053
|
1122
|
};
|
1054
|
1123
|
name = Debug;
|
1055
|
1124
|
};
|
|
@@ -1076,6 +1145,14 @@
|
1076
|
1145
|
SDKROOT = appletvos;
|
1077
|
1146
|
TARGETED_DEVICE_FAMILY = 3;
|
1078
|
1147
|
TVOS_DEPLOYMENT_TARGET = 9.2;
|
|
1148
|
+ LIBRARY_SEARCH_PATHS = (
|
|
1149
|
+ "$(inherited)",
|
|
1150
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
1151
|
+ );
|
|
1152
|
+ HEADER_SEARCH_PATHS = (
|
|
1153
|
+ "$(inherited)",
|
|
1154
|
+ "$(SRCROOT)/../node_modules/react-native-autoheight-webview/demo/ios/demo",
|
|
1155
|
+ );
|
1079
|
1156
|
};
|
1080
|
1157
|
name = Release;
|
1081
|
1158
|
};
|
|
@@ -1097,6 +1174,10 @@
|
1097
|
1174
|
SDKROOT = appletvos;
|
1098
|
1175
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/demo-tvOS.app/demo-tvOS";
|
1099
|
1176
|
TVOS_DEPLOYMENT_TARGET = 10.1;
|
|
1177
|
+ LIBRARY_SEARCH_PATHS = (
|
|
1178
|
+ "$(inherited)",
|
|
1179
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
1180
|
+ );
|
1100
|
1181
|
};
|
1101
|
1182
|
name = Debug;
|
1102
|
1183
|
};
|
|
@@ -1118,6 +1199,10 @@
|
1118
|
1199
|
SDKROOT = appletvos;
|
1119
|
1200
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/demo-tvOS.app/demo-tvOS";
|
1120
|
1201
|
TVOS_DEPLOYMENT_TARGET = 10.1;
|
|
1202
|
+ LIBRARY_SEARCH_PATHS = (
|
|
1203
|
+ "$(inherited)",
|
|
1204
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
1205
|
+ );
|
1121
|
1206
|
};
|
1122
|
1207
|
name = Release;
|
1123
|
1208
|
};
|