|
@@ -401,7 +401,7 @@
|
401
|
401
|
isa = PBXGroup;
|
402
|
402
|
children = (
|
403
|
403
|
7B9B39631DEB4076004A6281 /* libRCTAnimation.a */,
|
404
|
|
- 7B9B39651DEB4076004A6281 /* libRCTAnimation-tvOS.a */,
|
|
404
|
+ 7B9B39651DEB4076004A6281 /* libRCTAnimation.a */,
|
405
|
405
|
);
|
406
|
406
|
name = Products;
|
407
|
407
|
sourceTree = "<group>";
|
|
@@ -484,7 +484,6 @@
|
484
|
484
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
485
|
485
|
13B07F8E1A680F5B00A75B9A /* Resources */,
|
486
|
486
|
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
487
|
|
- 6956ED03EAA1831C238A5BB4 /* Copy Detox Framework */,
|
488
|
487
|
);
|
489
|
488
|
buildRules = (
|
490
|
489
|
);
|
|
@@ -657,10 +656,10 @@
|
657
|
656
|
remoteRef = 7B9B39621DEB4076004A6281 /* PBXContainerItemProxy */;
|
658
|
657
|
sourceTree = BUILT_PRODUCTS_DIR;
|
659
|
658
|
};
|
660
|
|
- 7B9B39651DEB4076004A6281 /* libRCTAnimation-tvOS.a */ = {
|
|
659
|
+ 7B9B39651DEB4076004A6281 /* libRCTAnimation.a */ = {
|
661
|
660
|
isa = PBXReferenceProxy;
|
662
|
661
|
fileType = archive.ar;
|
663
|
|
- path = "libRCTAnimation-tvOS.a";
|
|
662
|
+ path = libRCTAnimation.a;
|
664
|
663
|
remoteRef = 7B9B39641DEB4076004A6281 /* PBXContainerItemProxy */;
|
665
|
664
|
sourceTree = BUILT_PRODUCTS_DIR;
|
666
|
665
|
};
|
|
@@ -798,20 +797,6 @@
|
798
|
797
|
shellPath = /bin/sh;
|
799
|
798
|
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
|
800
|
799
|
};
|
801
|
|
- 6956ED03EAA1831C238A5BB4 /* Copy Detox Framework */ = {
|
802
|
|
- isa = PBXShellScriptBuildPhase;
|
803
|
|
- buildActionMask = 2147483647;
|
804
|
|
- files = (
|
805
|
|
- );
|
806
|
|
- inputPaths = (
|
807
|
|
- );
|
808
|
|
- name = "Copy Detox Framework";
|
809
|
|
- outputPaths = (
|
810
|
|
- );
|
811
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
812
|
|
- shellPath = /bin/bash;
|
813
|
|
- shellScript = "if [ -n \"$DEPLOY_DETOX_FRAMEWORK\" ]; then\nmkdir -p \"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\ncp -r \"${PROJECT_DIR}\"/../node_modules/detox/Detox.framework \"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\nfi";
|
814
|
|
- };
|
815
|
800
|
/* End PBXShellScriptBuildPhase section */
|
816
|
801
|
|
817
|
802
|
/* Begin PBXSourcesBuildPhase section */
|
|
@@ -931,68 +916,6 @@
|
931
|
916
|
};
|
932
|
917
|
name = Release;
|
933
|
918
|
};
|
934
|
|
- 2C24A1398D388E120DDC2CA1 /* Debug_Detox */ = {
|
935
|
|
- isa = XCBuildConfiguration;
|
936
|
|
- buildSettings = {
|
937
|
|
- ALWAYS_SEARCH_USER_PATHS = NO;
|
938
|
|
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
939
|
|
- CLANG_CXX_LIBRARY = "libc++";
|
940
|
|
- CLANG_ENABLE_MODULES = YES;
|
941
|
|
- CLANG_ENABLE_OBJC_ARC = YES;
|
942
|
|
- CLANG_WARN_BOOL_CONVERSION = YES;
|
943
|
|
- CLANG_WARN_CONSTANT_CONVERSION = YES;
|
944
|
|
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
945
|
|
- CLANG_WARN_EMPTY_BODY = YES;
|
946
|
|
- CLANG_WARN_ENUM_CONVERSION = YES;
|
947
|
|
- CLANG_WARN_INT_CONVERSION = YES;
|
948
|
|
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
949
|
|
- CLANG_WARN_UNREACHABLE_CODE = YES;
|
950
|
|
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
951
|
|
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
952
|
|
- COPY_PHASE_STRIP = NO;
|
953
|
|
- ENABLE_STRICT_OBJC_MSGSEND = YES;
|
954
|
|
- GCC_C_LANGUAGE_STANDARD = gnu99;
|
955
|
|
- GCC_DYNAMIC_NO_PIC = NO;
|
956
|
|
- GCC_OPTIMIZATION_LEVEL = 0;
|
957
|
|
- GCC_PREPROCESSOR_DEFINITIONS = (
|
958
|
|
- "DEBUG=1",
|
959
|
|
- "$(inherited)",
|
960
|
|
- );
|
961
|
|
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
962
|
|
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
963
|
|
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
964
|
|
- GCC_WARN_UNDECLARED_SELECTOR = YES;
|
965
|
|
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
966
|
|
- GCC_WARN_UNUSED_FUNCTION = YES;
|
967
|
|
- GCC_WARN_UNUSED_VARIABLE = YES;
|
968
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
969
|
|
- MTL_ENABLE_DEBUG_INFO = YES;
|
970
|
|
- ONLY_ACTIVE_ARCH = YES;
|
971
|
|
- OTHER_LDFLAGS = "";
|
972
|
|
- SDKROOT = iphoneos;
|
973
|
|
- };
|
974
|
|
- name = Debug_Detox;
|
975
|
|
- };
|
976
|
|
- 5627D4C51CEC610E1744267F /* Debug_Detox */ = {
|
977
|
|
- isa = XCBuildConfiguration;
|
978
|
|
- buildSettings = {
|
979
|
|
- BUNDLE_LOADER = "$(TEST_HOST)";
|
980
|
|
- FRAMEWORK_SEARCH_PATHS = (
|
981
|
|
- "$(SDKROOT)/Developer/Library/Frameworks",
|
982
|
|
- "$(inherited)",
|
983
|
|
- );
|
984
|
|
- GCC_PREPROCESSOR_DEFINITIONS = (
|
985
|
|
- "DEBUG=1",
|
986
|
|
- "$(inherited)",
|
987
|
|
- );
|
988
|
|
- INFOPLIST_FILE = exampleTests/Info.plist;
|
989
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
990
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
991
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
992
|
|
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
|
993
|
|
- };
|
994
|
|
- name = Debug_Detox;
|
995
|
|
- };
|
996
|
919
|
83CBBA201A601CBA00E9B192 /* Debug */ = {
|
997
|
920
|
isa = XCBuildConfiguration;
|
998
|
921
|
buildSettings = {
|
|
@@ -1071,112 +994,6 @@
|
1071
|
994
|
};
|
1072
|
995
|
name = Release;
|
1073
|
996
|
};
|
1074
|
|
- 96FA810D67E56FD9D43906E6 /* Release_Detox */ = {
|
1075
|
|
- isa = XCBuildConfiguration;
|
1076
|
|
- buildSettings = {
|
1077
|
|
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1078
|
|
- DEPLOY_DETOX_FRAMEWORK = YES;
|
1079
|
|
- FRAMEWORK_SEARCH_PATHS = (
|
1080
|
|
- "$(inherited)",
|
1081
|
|
- "$(PROJECT_DIR)/../node_modules/detox",
|
1082
|
|
- );
|
1083
|
|
- HEADER_SEARCH_PATHS = (
|
1084
|
|
- "$(inherited)",
|
1085
|
|
- "$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
|
1086
|
|
- );
|
1087
|
|
- INFOPLIST_FILE = example/Info.plist;
|
1088
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
1089
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
1090
|
|
- OTHER_LDFLAGS = (
|
1091
|
|
- "-ObjC",
|
1092
|
|
- "-l\"c++\"",
|
1093
|
|
- "-framework",
|
1094
|
|
- Detox,
|
1095
|
|
- );
|
1096
|
|
- PRODUCT_NAME = example;
|
1097
|
|
- };
|
1098
|
|
- name = Release_Detox;
|
1099
|
|
- };
|
1100
|
|
- BEB8EFA9FD7A9DCE32773C1C /* Debug_Detox */ = {
|
1101
|
|
- isa = XCBuildConfiguration;
|
1102
|
|
- buildSettings = {
|
1103
|
|
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1104
|
|
- DEAD_CODE_STRIPPING = NO;
|
1105
|
|
- DEPLOY_DETOX_FRAMEWORK = YES;
|
1106
|
|
- FRAMEWORK_SEARCH_PATHS = (
|
1107
|
|
- "$(inherited)",
|
1108
|
|
- "$(PROJECT_DIR)/../node_modules/detox",
|
1109
|
|
- );
|
1110
|
|
- HEADER_SEARCH_PATHS = (
|
1111
|
|
- "$(inherited)",
|
1112
|
|
- "$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
|
1113
|
|
- );
|
1114
|
|
- INFOPLIST_FILE = example/Info.plist;
|
1115
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
1116
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
1117
|
|
- OTHER_LDFLAGS = (
|
1118
|
|
- "-ObjC",
|
1119
|
|
- "-l\"c++\"",
|
1120
|
|
- "-framework",
|
1121
|
|
- Detox,
|
1122
|
|
- );
|
1123
|
|
- PRODUCT_NAME = example;
|
1124
|
|
- };
|
1125
|
|
- name = Debug_Detox;
|
1126
|
|
- };
|
1127
|
|
- E53E50BD43A56CF67FAAD3A5 /* Release_Detox */ = {
|
1128
|
|
- isa = XCBuildConfiguration;
|
1129
|
|
- buildSettings = {
|
1130
|
|
- BUNDLE_LOADER = "$(TEST_HOST)";
|
1131
|
|
- COPY_PHASE_STRIP = NO;
|
1132
|
|
- FRAMEWORK_SEARCH_PATHS = (
|
1133
|
|
- "$(SDKROOT)/Developer/Library/Frameworks",
|
1134
|
|
- "$(inherited)",
|
1135
|
|
- );
|
1136
|
|
- INFOPLIST_FILE = exampleTests/Info.plist;
|
1137
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
1138
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
1139
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
1140
|
|
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
|
1141
|
|
- };
|
1142
|
|
- name = Release_Detox;
|
1143
|
|
- };
|
1144
|
|
- EAA4DC359BE7739594666868 /* Release_Detox */ = {
|
1145
|
|
- isa = XCBuildConfiguration;
|
1146
|
|
- buildSettings = {
|
1147
|
|
- ALWAYS_SEARCH_USER_PATHS = NO;
|
1148
|
|
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
1149
|
|
- CLANG_CXX_LIBRARY = "libc++";
|
1150
|
|
- CLANG_ENABLE_MODULES = YES;
|
1151
|
|
- CLANG_ENABLE_OBJC_ARC = YES;
|
1152
|
|
- CLANG_WARN_BOOL_CONVERSION = YES;
|
1153
|
|
- CLANG_WARN_CONSTANT_CONVERSION = YES;
|
1154
|
|
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
1155
|
|
- CLANG_WARN_EMPTY_BODY = YES;
|
1156
|
|
- CLANG_WARN_ENUM_CONVERSION = YES;
|
1157
|
|
- CLANG_WARN_INT_CONVERSION = YES;
|
1158
|
|
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
1159
|
|
- CLANG_WARN_UNREACHABLE_CODE = YES;
|
1160
|
|
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
1161
|
|
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
1162
|
|
- COPY_PHASE_STRIP = YES;
|
1163
|
|
- ENABLE_NS_ASSERTIONS = NO;
|
1164
|
|
- ENABLE_STRICT_OBJC_MSGSEND = YES;
|
1165
|
|
- GCC_C_LANGUAGE_STANDARD = gnu99;
|
1166
|
|
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
1167
|
|
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
1168
|
|
- GCC_WARN_UNDECLARED_SELECTOR = YES;
|
1169
|
|
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
1170
|
|
- GCC_WARN_UNUSED_FUNCTION = YES;
|
1171
|
|
- GCC_WARN_UNUSED_VARIABLE = YES;
|
1172
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
1173
|
|
- MTL_ENABLE_DEBUG_INFO = NO;
|
1174
|
|
- OTHER_LDFLAGS = "";
|
1175
|
|
- SDKROOT = iphoneos;
|
1176
|
|
- VALIDATE_PRODUCT = YES;
|
1177
|
|
- };
|
1178
|
|
- name = Release_Detox;
|
1179
|
|
- };
|
1180
|
997
|
/* End XCBuildConfiguration section */
|
1181
|
998
|
|
1182
|
999
|
/* Begin XCConfigurationList section */
|
|
@@ -1185,8 +1002,6 @@
|
1185
|
1002
|
buildConfigurations = (
|
1186
|
1003
|
00E356F61AD99517003FC87E /* Debug */,
|
1187
|
1004
|
00E356F71AD99517003FC87E /* Release */,
|
1188
|
|
- 5627D4C51CEC610E1744267F /* Debug_Detox */,
|
1189
|
|
- E53E50BD43A56CF67FAAD3A5 /* Release_Detox */,
|
1190
|
1005
|
);
|
1191
|
1006
|
defaultConfigurationIsVisible = 0;
|
1192
|
1007
|
defaultConfigurationName = Release;
|
|
@@ -1196,8 +1011,6 @@
|
1196
|
1011
|
buildConfigurations = (
|
1197
|
1012
|
13B07F941A680F5B00A75B9A /* Debug */,
|
1198
|
1013
|
13B07F951A680F5B00A75B9A /* Release */,
|
1199
|
|
- BEB8EFA9FD7A9DCE32773C1C /* Debug_Detox */,
|
1200
|
|
- 96FA810D67E56FD9D43906E6 /* Release_Detox */,
|
1201
|
1014
|
);
|
1202
|
1015
|
defaultConfigurationIsVisible = 0;
|
1203
|
1016
|
defaultConfigurationName = Release;
|
|
@@ -1207,8 +1020,6 @@
|
1207
|
1020
|
buildConfigurations = (
|
1208
|
1021
|
83CBBA201A601CBA00E9B192 /* Debug */,
|
1209
|
1022
|
83CBBA211A601CBA00E9B192 /* Release */,
|
1210
|
|
- 2C24A1398D388E120DDC2CA1 /* Debug_Detox */,
|
1211
|
|
- EAA4DC359BE7739594666868 /* Release_Detox */,
|
1212
|
1023
|
);
|
1213
|
1024
|
defaultConfigurationIsVisible = 0;
|
1214
|
1025
|
defaultConfigurationName = Release;
|