Files
react-native-mail/RNMail.xcodeproj/project.pbxproj
T
Kazumasa Kontani 0a92a3ca9a Remove RNMailTests (#102)
* remove RNMailTests.xctect

* remove RNMailTests

* remove RNMailTests from target
2019-01-28 13:43:55 -05:00

254 lines
7.8 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
46FEDE831AFF192F00D3261C /* RNMail.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 46FEDE821AFF192F00D3261C /* RNMail.h */; };
46FEDE851AFF192F00D3261C /* RNMail.m in Sources */ = {isa = PBXBuildFile; fileRef = 46FEDE841AFF192F00D3261C /* RNMail.m */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
46FEDE7D1AFF192F00D3261C /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "include/$(PRODUCT_NAME)";
dstSubfolderSpec = 16;
files = (
46FEDE831AFF192F00D3261C /* RNMail.h in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
46FEDE7F1AFF192F00D3261C /* libRNMail.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNMail.a; sourceTree = BUILT_PRODUCTS_DIR; };
46FEDE821AFF192F00D3261C /* RNMail.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNMail.h; sourceTree = "<group>"; };
46FEDE841AFF192F00D3261C /* RNMail.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNMail.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
46FEDE7C1AFF192F00D3261C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
46FEDE761AFF192F00D3261C = {
isa = PBXGroup;
children = (
46FEDE811AFF192F00D3261C /* RNMail */,
46FEDE801AFF192F00D3261C /* Products */,
);
sourceTree = "<group>";
};
46FEDE801AFF192F00D3261C /* Products */ = {
isa = PBXGroup;
children = (
46FEDE7F1AFF192F00D3261C /* libRNMail.a */,
);
name = Products;
sourceTree = "<group>";
};
46FEDE811AFF192F00D3261C /* RNMail */ = {
isa = PBXGroup;
children = (
46FEDE821AFF192F00D3261C /* RNMail.h */,
46FEDE841AFF192F00D3261C /* RNMail.m */,
);
path = RNMail;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
46FEDE7E1AFF192F00D3261C /* RNMail */ = {
isa = PBXNativeTarget;
buildConfigurationList = 46FEDE931AFF192F00D3261C /* Build configuration list for PBXNativeTarget "RNMail" */;
buildPhases = (
46FEDE7B1AFF192F00D3261C /* Sources */,
46FEDE7C1AFF192F00D3261C /* Frameworks */,
46FEDE7D1AFF192F00D3261C /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = RNMail;
productName = RNMail;
productReference = 46FEDE7F1AFF192F00D3261C /* libRNMail.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
46FEDE771AFF192F00D3261C /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0710;
ORGANIZATIONNAME = "Chirag Jain";
TargetAttributes = {
46FEDE7E1AFF192F00D3261C = {
CreatedOnToolsVersion = 6.3.1;
};
};
};
buildConfigurationList = 46FEDE7A1AFF192F00D3261C /* Build configuration list for PBXProject "RNMail" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 46FEDE761AFF192F00D3261C;
productRefGroup = 46FEDE801AFF192F00D3261C /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
46FEDE7E1AFF192F00D3261C /* RNMail */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
46FEDE7B1AFF192F00D3261C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
46FEDE851AFF192F00D3261C /* RNMail.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
46FEDE911AFF192F00D3261C /* 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;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
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_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
46FEDE921AFF192F00D3261C /* 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 = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
46FEDE941AFF192F00D3261C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
46FEDE951AFF192F00D3261C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
46FEDE7A1AFF192F00D3261C /* Build configuration list for PBXProject "RNMail" */ = {
isa = XCConfigurationList;
buildConfigurations = (
46FEDE911AFF192F00D3261C /* Debug */,
46FEDE921AFF192F00D3261C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
46FEDE931AFF192F00D3261C /* Build configuration list for PBXNativeTarget "RNMail" */ = {
isa = XCConfigurationList;
buildConfigurations = (
46FEDE941AFF192F00D3261C /* Debug */,
46FEDE951AFF192F00D3261C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 46FEDE771AFF192F00D3261C /* Project object */;
}