2015-02-27 15:32:08 +00:00
|
|
|
// !$*UTF8*$!
|
|
|
|
{
|
|
|
|
archiveVersion = 1;
|
|
|
|
classes = {
|
|
|
|
};
|
|
|
|
objectVersion = 46;
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
2015-03-11 20:53:30 +00:00
|
|
|
1372B7371AB03E7B00659ED6 /* RCTReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 1372B7361AB03E7B00659ED6 /* RCTReachability.m */; };
|
2015-06-09 19:25:33 +00:00
|
|
|
352DA0BA1B17855800AA15A8 /* RCTHTTPRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 352DA0B81B17855800AA15A8 /* RCTHTTPRequestHandler.m */; };
|
2015-06-18 16:41:38 +00:00
|
|
|
58B512081A9E6CE300147676 /* RCTNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 58B512071A9E6CE300147676 /* RCTNetworking.m */; };
|
2015-02-27 15:32:08 +00:00
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
58B511D91A9E6C8500147676 /* CopyFiles */ = {
|
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
dstPath = "include/$(PRODUCT_NAME)";
|
|
|
|
dstSubfolderSpec = 16;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
2015-03-11 20:53:30 +00:00
|
|
|
1372B7351AB03E7B00659ED6 /* RCTReachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTReachability.h; sourceTree = "<group>"; };
|
|
|
|
1372B7361AB03E7B00659ED6 /* RCTReachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTReachability.m; sourceTree = "<group>"; };
|
2015-06-09 19:25:33 +00:00
|
|
|
352DA0B71B17855800AA15A8 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTHTTPRequestHandler.h; sourceTree = "<group>"; };
|
|
|
|
352DA0B81B17855800AA15A8 /* RCTHTTPRequestHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTHTTPRequestHandler.m; sourceTree = "<group>"; };
|
2015-03-06 00:36:41 +00:00
|
|
|
58B511DB1A9E6C8500147676 /* libRCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTNetwork.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
2015-06-18 16:41:38 +00:00
|
|
|
58B512061A9E6CE300147676 /* RCTNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTNetworking.h; sourceTree = "<group>"; };
|
|
|
|
58B512071A9E6CE300147676 /* RCTNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTNetworking.m; sourceTree = "<group>"; };
|
2015-02-27 15:32:08 +00:00
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
58B511D81A9E6C8500147676 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
58B511D21A9E6C8500147676 = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2015-06-18 16:41:38 +00:00
|
|
|
58B512061A9E6CE300147676 /* RCTNetworking.h */,
|
|
|
|
58B512071A9E6CE300147676 /* RCTNetworking.m */,
|
2015-06-09 19:25:33 +00:00
|
|
|
352DA0B71B17855800AA15A8 /* RCTHTTPRequestHandler.h */,
|
|
|
|
352DA0B81B17855800AA15A8 /* RCTHTTPRequestHandler.m */,
|
2015-03-11 20:53:30 +00:00
|
|
|
1372B7351AB03E7B00659ED6 /* RCTReachability.h */,
|
|
|
|
1372B7361AB03E7B00659ED6 /* RCTReachability.m */,
|
2015-02-27 15:32:08 +00:00
|
|
|
58B511DC1A9E6C8500147676 /* Products */,
|
|
|
|
);
|
2015-04-02 00:24:16 +00:00
|
|
|
indentWidth = 2;
|
2015-02-27 15:32:08 +00:00
|
|
|
sourceTree = "<group>";
|
2015-04-02 00:24:16 +00:00
|
|
|
tabWidth = 2;
|
2015-02-27 15:32:08 +00:00
|
|
|
};
|
|
|
|
58B511DC1A9E6C8500147676 /* Products */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2015-03-06 00:36:41 +00:00
|
|
|
58B511DB1A9E6C8500147676 /* libRCTNetwork.a */,
|
2015-02-27 15:32:08 +00:00
|
|
|
);
|
|
|
|
name = Products;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
2015-03-06 00:36:41 +00:00
|
|
|
58B511DA1A9E6C8500147676 /* RCTNetwork */ = {
|
2015-02-27 15:32:08 +00:00
|
|
|
isa = PBXNativeTarget;
|
2015-03-06 00:36:41 +00:00
|
|
|
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RCTNetwork" */;
|
2015-02-27 15:32:08 +00:00
|
|
|
buildPhases = (
|
|
|
|
58B511D71A9E6C8500147676 /* Sources */,
|
|
|
|
58B511D81A9E6C8500147676 /* Frameworks */,
|
|
|
|
58B511D91A9E6C8500147676 /* CopyFiles */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
2015-03-06 00:36:41 +00:00
|
|
|
name = RCTNetwork;
|
2015-02-27 15:32:08 +00:00
|
|
|
productName = RCTDataManager;
|
2015-03-06 00:36:41 +00:00
|
|
|
productReference = 58B511DB1A9E6C8500147676 /* libRCTNetwork.a */;
|
2015-02-27 15:32:08 +00:00
|
|
|
productType = "com.apple.product-type.library.static";
|
|
|
|
};
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
|
58B511D31A9E6C8500147676 /* Project object */ = {
|
|
|
|
isa = PBXProject;
|
|
|
|
attributes = {
|
|
|
|
LastUpgradeCheck = 0610;
|
|
|
|
ORGANIZATIONNAME = Facebook;
|
|
|
|
TargetAttributes = {
|
|
|
|
58B511DA1A9E6C8500147676 = {
|
|
|
|
CreatedOnToolsVersion = 6.1.1;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2015-03-06 00:36:41 +00:00
|
|
|
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RCTNetwork" */;
|
2015-02-27 15:32:08 +00:00
|
|
|
compatibilityVersion = "Xcode 3.2";
|
|
|
|
developmentRegion = English;
|
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
knownRegions = (
|
|
|
|
en,
|
|
|
|
);
|
|
|
|
mainGroup = 58B511D21A9E6C8500147676;
|
|
|
|
productRefGroup = 58B511DC1A9E6C8500147676 /* Products */;
|
|
|
|
projectDirPath = "";
|
|
|
|
projectRoot = "";
|
|
|
|
targets = (
|
2015-03-06 00:36:41 +00:00
|
|
|
58B511DA1A9E6C8500147676 /* RCTNetwork */,
|
2015-02-27 15:32:08 +00:00
|
|
|
);
|
|
|
|
};
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
58B511D71A9E6C8500147676 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
2015-03-11 20:53:30 +00:00
|
|
|
1372B7371AB03E7B00659ED6 /* RCTReachability.m in Sources */,
|
2015-06-18 16:41:38 +00:00
|
|
|
58B512081A9E6CE300147676 /* RCTNetworking.m in Sources */,
|
2015-06-09 19:25:33 +00:00
|
|
|
352DA0BA1B17855800AA15A8 /* RCTHTTPRequestHandler.m in Sources */,
|
2015-02-27 15:32:08 +00:00
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
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_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;
|
2015-06-15 14:53:45 +00:00
|
|
|
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
|
2015-02-27 15:32:08 +00:00
|
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
2015-03-23 15:24:02 +00:00
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
2015-02-27 15:32:08 +00:00
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
|
SDKROOT = iphoneos;
|
2015-06-15 14:53:45 +00:00
|
|
|
WARNING_CFLAGS = (
|
|
|
|
"-Werror",
|
|
|
|
"-Wall",
|
|
|
|
);
|
2015-02-27 15:32:08 +00:00
|
|
|
};
|
|
|
|
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_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;
|
2015-06-15 14:53:45 +00:00
|
|
|
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
|
2015-02-27 15:32:08 +00:00
|
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
2015-03-23 15:24:02 +00:00
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
2015-02-27 15:32:08 +00:00
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
|
SDKROOT = iphoneos;
|
|
|
|
VALIDATE_PRODUCT = YES;
|
2015-06-15 14:53:45 +00:00
|
|
|
WARNING_CFLAGS = (
|
|
|
|
"-Werror",
|
|
|
|
"-Wall",
|
|
|
|
);
|
2015-02-27 15:32:08 +00:00
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
58B511F01A9E6C8500147676 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
2015-04-24 15:31:07 +00:00
|
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
2015-02-27 15:32:08 +00:00
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
2015-03-26 09:58:06 +00:00
|
|
|
"$(SRCROOT)/../../React/**",
|
2015-06-09 19:25:24 +00:00
|
|
|
"$(SRCROOT)/../Image/**",
|
2015-03-01 23:33:55 +00:00
|
|
|
);
|
2015-03-26 09:58:06 +00:00
|
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
2015-02-27 15:32:08 +00:00
|
|
|
OTHER_LDFLAGS = "-ObjC";
|
2015-03-06 00:36:41 +00:00
|
|
|
PRODUCT_NAME = RCTNetwork;
|
2015-04-24 15:31:07 +00:00
|
|
|
RUN_CLANG_STATIC_ANALYZER = YES;
|
2015-02-27 15:32:08 +00:00
|
|
|
SKIP_INSTALL = YES;
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
58B511F11A9E6C8500147676 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
2015-04-24 15:31:07 +00:00
|
|
|
CLANG_STATIC_ANALYZER_MODE = deep;
|
2015-02-27 15:32:08 +00:00
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
|
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
2015-03-26 09:58:06 +00:00
|
|
|
"$(SRCROOT)/../../React/**",
|
2015-06-09 19:25:24 +00:00
|
|
|
"$(SRCROOT)/../Image/**",
|
2015-03-01 23:33:55 +00:00
|
|
|
);
|
2015-03-26 09:58:06 +00:00
|
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
2015-02-27 15:32:08 +00:00
|
|
|
OTHER_LDFLAGS = "-ObjC";
|
2015-03-06 00:36:41 +00:00
|
|
|
PRODUCT_NAME = RCTNetwork;
|
2015-02-27 15:32:08 +00:00
|
|
|
SKIP_INSTALL = YES;
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
2015-03-06 00:36:41 +00:00
|
|
|
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RCTNetwork" */ = {
|
2015-02-27 15:32:08 +00:00
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
58B511ED1A9E6C8500147676 /* Debug */,
|
|
|
|
58B511EE1A9E6C8500147676 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
2015-03-06 00:36:41 +00:00
|
|
|
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RCTNetwork" */ = {
|
2015-02-27 15:32:08 +00:00
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
58B511F01A9E6C8500147676 /* Debug */,
|
|
|
|
58B511F11A9E6C8500147676 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
};
|
|
|
|
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
|
|
|
}
|