mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-25 14:47:21 +08:00
Summary: **Motivation** Fix compile error in Apple TV caused by RCTWebSocket using fishhook library. **Test plan** objc-tvos Travis tests are currently breaking, this should fix it. Closes https://github.com/facebook/react-native/pull/15416 Differential Revision: D5587637 Pulled By: hramos fbshipit-source-id: f05e765d7044650caf6d500fe21249e3fdc4f181
376 lines
12 KiB
Plaintext
376 lines
12 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
13526A4C1F362F4E0008EF00 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = 13170F8E1F362E530070B900 /* fishhook.h */; };
|
|
13526A4E1F362F5B0008EF00 /* fishhook.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 13170F8E1F362E530070B900 /* fishhook.h */; };
|
|
13C5161D1F362E9C00322EB8 /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 13170F8D1F362E530070B900 /* fishhook.c */; };
|
|
2DC5E5231F3A6C9A000EE84B /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 13170F8D1F362E530070B900 /* fishhook.c */; };
|
|
2DC5E5251F3A6CC9000EE84B /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = 13170F8E1F362E530070B900 /* fishhook.h */; };
|
|
2DC5E5261F3A6CEA000EE84B /* fishhook.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 13170F8E1F362E530070B900 /* fishhook.h */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
13526A4D1F362F520008EF00 /* Copy Headers */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = include/fishhook;
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
13526A4E1F362F5B0008EF00 /* fishhook.h in Copy Headers */,
|
|
);
|
|
name = "Copy Headers";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
2DC5E5181F3A6C7F000EE84B /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = include/fishhook;
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
2DC5E5261F3A6CEA000EE84B /* fishhook.h in CopyFiles */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
13170F8D1F362E530070B900 /* fishhook.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fishhook.c; sourceTree = "<group>"; };
|
|
13170F8E1F362E530070B900 /* fishhook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fishhook.h; sourceTree = "<group>"; };
|
|
134814201AA4EA6300B7C361 /* libfishhook.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libfishhook.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
2DC5E51A1F3A6C7F000EE84B /* libfishhook-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libfishhook-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
2DC5E5171F3A6C7F000EE84B /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
134814211AA4EA7D00B7C361 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
134814201AA4EA6300B7C361 /* libfishhook.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
58B511D21A9E6C8500147676 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
13170F8D1F362E530070B900 /* fishhook.c */,
|
|
13170F8E1F362E530070B900 /* fishhook.h */,
|
|
134814211AA4EA7D00B7C361 /* Products */,
|
|
2DC5E51A1F3A6C7F000EE84B /* libfishhook-tvOS.a */,
|
|
);
|
|
indentWidth = 2;
|
|
sourceTree = "<group>";
|
|
tabWidth = 2;
|
|
usesTabs = 0;
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
13526A4B1F362F470008EF00 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
13526A4C1F362F4E0008EF00 /* fishhook.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
2DC5E5241F3A6CBF000EE84B /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2DC5E5251F3A6CC9000EE84B /* fishhook.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
2DC5E5191F3A6C7F000EE84B /* fishhook-tvOS */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 2DC5E5221F3A6C7F000EE84B /* Build configuration list for PBXNativeTarget "fishhook-tvOS" */;
|
|
buildPhases = (
|
|
2DC5E5161F3A6C7F000EE84B /* Sources */,
|
|
2DC5E5171F3A6C7F000EE84B /* Frameworks */,
|
|
2DC5E5241F3A6CBF000EE84B /* Headers */,
|
|
2DC5E5181F3A6C7F000EE84B /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "fishhook-tvOS";
|
|
productName = "fishhook-tvOS";
|
|
productReference = 2DC5E51A1F3A6C7F000EE84B /* libfishhook-tvOS.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
58B511DA1A9E6C8500147676 /* fishhook */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "fishhook" */;
|
|
buildPhases = (
|
|
58B511D71A9E6C8500147676 /* Sources */,
|
|
13526A4B1F362F470008EF00 /* Headers */,
|
|
13526A4D1F362F520008EF00 /* Copy Headers */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = fishhook;
|
|
productName = RCTDataManager;
|
|
productReference = 134814201AA4EA6300B7C361 /* libfishhook.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
58B511D31A9E6C8500147676 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0610;
|
|
ORGANIZATIONNAME = Facebook;
|
|
TargetAttributes = {
|
|
2DC5E5191F3A6C7F000EE84B = {
|
|
CreatedOnToolsVersion = 8.3.3;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
58B511DA1A9E6C8500147676 = {
|
|
CreatedOnToolsVersion = 6.1.1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "fishhook" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 58B511D21A9E6C8500147676;
|
|
productRefGroup = 58B511D21A9E6C8500147676;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
58B511DA1A9E6C8500147676 /* fishhook */,
|
|
2DC5E5191F3A6C7F000EE84B /* fishhook-tvOS */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
2DC5E5161F3A6C7F000EE84B /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2DC5E5231F3A6C9A000EE84B /* fishhook.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
58B511D71A9E6C8500147676 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
13C5161D1F362E9C00322EB8 /* fishhook.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
2DC5E5201F3A6C7F000EE84B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = appletvos;
|
|
SKIP_INSTALL = YES;
|
|
TVOS_DEPLOYMENT_TARGET = 10.2;
|
|
};
|
|
name = Debug;
|
|
};
|
|
2DC5E5211F3A6C7F000EE84B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = appletvos;
|
|
SKIP_INSTALL = YES;
|
|
TVOS_DEPLOYMENT_TARGET = 10.2;
|
|
};
|
|
name = Release;
|
|
};
|
|
58B511ED1A9E6C8500147676 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
|
|
GCC_WARN_SHADOW = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SKIP_INSTALL = YES;
|
|
WARNING_CFLAGS = (
|
|
"-Werror",
|
|
"-Wall",
|
|
);
|
|
};
|
|
name = Debug;
|
|
};
|
|
58B511EE1A9E6C8500147676 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
|
|
GCC_WARN_SHADOW = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = iphoneos;
|
|
SKIP_INSTALL = YES;
|
|
VALIDATE_PRODUCT = YES;
|
|
WARNING_CFLAGS = (
|
|
"-Werror",
|
|
"-Wall",
|
|
);
|
|
};
|
|
name = Release;
|
|
};
|
|
58B511F01A9E6C8500147676 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
RUN_CLANG_STATIC_ANALYZER = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
58B511F11A9E6C8500147676 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
2DC5E5221F3A6C7F000EE84B /* Build configuration list for PBXNativeTarget "fishhook-tvOS" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2DC5E5201F3A6C7F000EE84B /* Debug */,
|
|
2DC5E5211F3A6C7F000EE84B /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
};
|
|
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "fishhook" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
58B511ED1A9E6C8500147676 /* Debug */,
|
|
58B511EE1A9E6C8500147676 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "fishhook" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
58B511F01A9E6C8500147676 /* Debug */,
|
|
58B511F11A9E6C8500147676 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
|
}
|