Files
BitTorrentSwift/BitTorrent.xcodeproj/project.pbxproj
T
Ben Davis 3d1fb38a1b - Added BEncode project as a submodule
- Added Crypto framework wrapper project so allow use in swift without Objective-C code
- Created TorrentMetaInfo class and implemented parsing of info dictionary
2016-03-27 15:34:27 +01:00

655 lines
25 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
B54D0C1F1CA53993004343BD /* BEncode.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B54D0C1A1CA53983004343BD /* BEncode.framework */; };
B54D0C271CA56ADB004343BD /* TorrentMetaInfoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54D0C261CA56ADB004343BD /* TorrentMetaInfoTests.swift */; };
B54D0C761CA58993004343BD /* CommonCrypto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B54D0C581CA58722004343BD /* CommonCrypto.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
B54D0C7A1CA69FAD004343BD /* TorrentMetaInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54D0C231CA56A22004343BD /* TorrentMetaInfo.swift */; };
B54D0C7B1CA69FD8004343BD /* NSData+sha1.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54D0C2B1CA5787E004343BD /* NSData+sha1.swift */; };
B55D3FC21CA81372005CBDFF /* TestText.torrent in Resources */ = {isa = PBXBuildFile; fileRef = B55D3FC11CA81372005CBDFF /* TestText.torrent */; };
B56A8A071C83539300426AC8 /* TestHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56A8A061C83539300426AC8 /* TestHelpers.swift */; };
B585AB781C3833450093FA41 /* BitTorrent.h in Headers */ = {isa = PBXBuildFile; fileRef = B585AB771C3833450093FA41 /* BitTorrent.h */; settings = {ATTRIBUTES = (Public, ); }; };
B585AB7F1C3833450093FA41 /* BitTorrent.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B585AB741C3833450093FA41 /* BitTorrent.framework */; };
B585AB841C3833450093FA41 /* BitTorrentTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B585AB831C3833450093FA41 /* BitTorrentTests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
B54D0C191CA53983004343BD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B54D0C141CA53983004343BD /* BEncode.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = B54D0BDB1CA53299004343BD;
remoteInfo = BEncode;
};
B54D0C1B1CA53983004343BD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B54D0C141CA53983004343BD /* BEncode.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = B54D0BE51CA5329A004343BD;
remoteInfo = BEncodeTests;
};
B54D0C1D1CA5398F004343BD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B54D0C141CA53983004343BD /* BEncode.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = B54D0BDA1CA53299004343BD;
remoteInfo = BEncode;
};
B54D0C771CA589B4004343BD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B585AB6B1C3833450093FA41 /* Project object */;
proxyType = 1;
remoteGlobalIDString = B54D0C571CA58722004343BD;
remoteInfo = CommonCrypto;
};
B585AB801C3833450093FA41 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B585AB6B1C3833450093FA41 /* Project object */;
proxyType = 1;
remoteGlobalIDString = B585AB731C3833450093FA41;
remoteInfo = BitTorrent;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
B54D0C141CA53983004343BD /* BEncode.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = BEncode.xcodeproj; path = Submodules/BEncodeSwift/BEncode.xcodeproj; sourceTree = "<group>"; };
B54D0C231CA56A22004343BD /* TorrentMetaInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TorrentMetaInfo.swift; path = Models/TorrentMetaInfo.swift; sourceTree = "<group>"; };
B54D0C261CA56ADB004343BD /* TorrentMetaInfoTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TorrentMetaInfoTests.swift; path = Models/TorrentMetaInfoTests.swift; sourceTree = "<group>"; };
B54D0C2B1CA5787E004343BD /* NSData+sha1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSData+sha1.swift"; path = "Utilities/NSData+sha1.swift"; sourceTree = "<group>"; };
B54D0C581CA58722004343BD /* CommonCrypto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CommonCrypto.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B54D0C6F1CA58749004343BD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B54D0C711CA58767004343BD /* CommonCrypto.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = CommonCrypto.xcconfig; sourceTree = "<group>"; };
B54D0C721CA5879E004343BD /* iphoneos.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = iphoneos.modulemap; sourceTree = "<group>"; };
B54D0C731CA587A9004343BD /* iphonesimulator.modulemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; path = iphonesimulator.modulemap; sourceTree = "<group>"; };
B54D0C741CA587B5004343BD /* macosx.modulemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; path = macosx.modulemap; sourceTree = "<group>"; };
B55D3FC11CA81372005CBDFF /* TestText.torrent */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestText.torrent; sourceTree = "<group>"; };
B56A8A061C83539300426AC8 /* TestHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TestHelpers.swift; path = Utilities/TestHelpers.swift; sourceTree = "<group>"; };
B585AB741C3833450093FA41 /* BitTorrent.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BitTorrent.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B585AB771C3833450093FA41 /* BitTorrent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BitTorrent.h; sourceTree = "<group>"; };
B585AB791C3833450093FA41 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B585AB7E1C3833450093FA41 /* BitTorrentTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BitTorrentTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B585AB831C3833450093FA41 /* BitTorrentTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = BitTorrentTests.swift; path = BitTorrentTests/BitTorrentTests.swift; sourceTree = SOURCE_ROOT; };
B585AB851C3833450093FA41 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
B54D0C541CA58722004343BD /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
B585AB701C3833450093FA41 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B54D0C761CA58993004343BD /* CommonCrypto.framework in Frameworks */,
B54D0C1F1CA53993004343BD /* BEncode.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B585AB7B1C3833450093FA41 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B585AB7F1C3833450093FA41 /* BitTorrent.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
B54D0C131CA53979004343BD /* Frameworks */ = {
isa = PBXGroup;
children = (
B54D0C141CA53983004343BD /* BEncode.xcodeproj */,
);
name = Frameworks;
sourceTree = "<group>";
};
B54D0C151CA53983004343BD /* Products */ = {
isa = PBXGroup;
children = (
B54D0C1A1CA53983004343BD /* BEncode.framework */,
B54D0C1C1CA53983004343BD /* BEncodeTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
B54D0C211CA56619004343BD /* Torrents */ = {
isa = PBXGroup;
children = (
B55D3FC11CA81372005CBDFF /* TestText.torrent */,
);
name = Torrents;
sourceTree = "<group>";
};
B54D0C251CA56A25004343BD /* Models */ = {
isa = PBXGroup;
children = (
B54D0C231CA56A22004343BD /* TorrentMetaInfo.swift */,
B54D0C261CA56ADB004343BD /* TorrentMetaInfoTests.swift */,
);
name = Models;
sourceTree = "<group>";
};
B54D0C291CA5785F004343BD /* Utilities */ = {
isa = PBXGroup;
children = (
B54D0C2B1CA5787E004343BD /* NSData+sha1.swift */,
);
name = Utilities;
sourceTree = "<group>";
};
B54D0C591CA58722004343BD /* CommonCrypto */ = {
isa = PBXGroup;
children = (
B54D0C6F1CA58749004343BD /* Info.plist */,
B54D0C711CA58767004343BD /* CommonCrypto.xcconfig */,
B54D0C721CA5879E004343BD /* iphoneos.modulemap */,
B54D0C731CA587A9004343BD /* iphonesimulator.modulemap */,
B54D0C741CA587B5004343BD /* macosx.modulemap */,
);
path = CommonCrypto;
sourceTree = "<group>";
};
B585AB6A1C3833450093FA41 = {
isa = PBXGroup;
children = (
B54D0C211CA56619004343BD /* Torrents */,
B585AB761C3833450093FA41 /* BitTorrent */,
B585AB821C3833450093FA41 /* BitTorrentTests */,
B54D0C591CA58722004343BD /* CommonCrypto */,
B54D0C131CA53979004343BD /* Frameworks */,
B585AB751C3833450093FA41 /* Products */,
);
sourceTree = "<group>";
};
B585AB751C3833450093FA41 /* Products */ = {
isa = PBXGroup;
children = (
B585AB741C3833450093FA41 /* BitTorrent.framework */,
B585AB7E1C3833450093FA41 /* BitTorrentTests.xctest */,
B54D0C581CA58722004343BD /* CommonCrypto.framework */,
);
name = Products;
sourceTree = "<group>";
};
B585AB761C3833450093FA41 /* BitTorrent */ = {
isa = PBXGroup;
children = (
B585AB771C3833450093FA41 /* BitTorrent.h */,
B585AB831C3833450093FA41 /* BitTorrentTests.swift */,
B54D0C251CA56A25004343BD /* Models */,
B54D0C291CA5785F004343BD /* Utilities */,
B585AB791C3833450093FA41 /* Info.plist */,
);
path = BitTorrent;
sourceTree = "<group>";
};
B585AB821C3833450093FA41 /* BitTorrentTests */ = {
isa = PBXGroup;
children = (
B585AB851C3833450093FA41 /* Info.plist */,
B56A8A061C83539300426AC8 /* TestHelpers.swift */,
);
path = BitTorrentTests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
B54D0C551CA58722004343BD /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
B585AB711C3833450093FA41 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
B585AB781C3833450093FA41 /* BitTorrent.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
B54D0C571CA58722004343BD /* CommonCrypto */ = {
isa = PBXNativeTarget;
buildConfigurationList = B54D0C691CA58722004343BD /* Build configuration list for PBXNativeTarget "CommonCrypto" */;
buildPhases = (
B54D0C531CA58722004343BD /* Sources */,
B54D0C541CA58722004343BD /* Frameworks */,
B54D0C551CA58722004343BD /* Headers */,
B54D0C561CA58722004343BD /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = CommonCrypto;
productName = CommonCrypto;
productReference = B54D0C581CA58722004343BD /* CommonCrypto.framework */;
productType = "com.apple.product-type.framework";
};
B585AB731C3833450093FA41 /* BitTorrent */ = {
isa = PBXNativeTarget;
buildConfigurationList = B585AB881C3833450093FA41 /* Build configuration list for PBXNativeTarget "BitTorrent" */;
buildPhases = (
B585AB6F1C3833450093FA41 /* Sources */,
B585AB701C3833450093FA41 /* Frameworks */,
B585AB711C3833450093FA41 /* Headers */,
B585AB721C3833450093FA41 /* Resources */,
);
buildRules = (
);
dependencies = (
B54D0C781CA589B4004343BD /* PBXTargetDependency */,
B54D0C1E1CA5398F004343BD /* PBXTargetDependency */,
);
name = BitTorrent;
productName = BitTorrent;
productReference = B585AB741C3833450093FA41 /* BitTorrent.framework */;
productType = "com.apple.product-type.framework";
};
B585AB7D1C3833450093FA41 /* BitTorrentTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = B585AB8B1C3833450093FA41 /* Build configuration list for PBXNativeTarget "BitTorrentTests" */;
buildPhases = (
B585AB7A1C3833450093FA41 /* Sources */,
B585AB7B1C3833450093FA41 /* Frameworks */,
B585AB7C1C3833450093FA41 /* Resources */,
);
buildRules = (
);
dependencies = (
B585AB811C3833450093FA41 /* PBXTargetDependency */,
);
name = BitTorrentTests;
productName = BitTorrentTests;
productReference = B585AB7E1C3833450093FA41 /* BitTorrentTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
B585AB6B1C3833450093FA41 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftMigration = 0720;
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Ben Davis";
TargetAttributes = {
B54D0C571CA58722004343BD = {
CreatedOnToolsVersion = 7.3;
};
B585AB731C3833450093FA41 = {
CreatedOnToolsVersion = 7.2;
};
B585AB7D1C3833450093FA41 = {
CreatedOnToolsVersion = 7.2;
};
};
};
buildConfigurationList = B585AB6E1C3833450093FA41 /* Build configuration list for PBXProject "BitTorrent" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = B585AB6A1C3833450093FA41;
productRefGroup = B585AB751C3833450093FA41 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = B54D0C151CA53983004343BD /* Products */;
ProjectRef = B54D0C141CA53983004343BD /* BEncode.xcodeproj */;
},
);
projectRoot = "";
targets = (
B585AB731C3833450093FA41 /* BitTorrent */,
B585AB7D1C3833450093FA41 /* BitTorrentTests */,
B54D0C571CA58722004343BD /* CommonCrypto */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
B54D0C1A1CA53983004343BD /* BEncode.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = BEncode.framework;
remoteRef = B54D0C191CA53983004343BD /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
B54D0C1C1CA53983004343BD /* BEncodeTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = BEncodeTests.xctest;
remoteRef = B54D0C1B1CA53983004343BD /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
B54D0C561CA58722004343BD /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
B585AB721C3833450093FA41 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
B585AB7C1C3833450093FA41 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B55D3FC21CA81372005CBDFF /* TestText.torrent in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
B54D0C531CA58722004343BD /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
B585AB6F1C3833450093FA41 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B54D0C7A1CA69FAD004343BD /* TorrentMetaInfo.swift in Sources */,
B54D0C7B1CA69FD8004343BD /* NSData+sha1.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B585AB7A1C3833450093FA41 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B56A8A071C83539300426AC8 /* TestHelpers.swift in Sources */,
B585AB841C3833450093FA41 /* BitTorrentTests.swift in Sources */,
B54D0C271CA56ADB004343BD /* TorrentMetaInfoTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
B54D0C1E1CA5398F004343BD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = BEncode;
targetProxy = B54D0C1D1CA5398F004343BD /* PBXContainerItemProxy */;
};
B54D0C781CA589B4004343BD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = B54D0C571CA58722004343BD /* CommonCrypto */;
targetProxy = B54D0C771CA589B4004343BD /* PBXContainerItemProxy */;
};
B585AB811C3833450093FA41 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = B585AB731C3833450093FA41 /* BitTorrent */;
targetProxy = B585AB801C3833450093FA41 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
B54D0C6A1CA58722004343BD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B54D0C711CA58767004343BD /* CommonCrypto.xcconfig */;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = CommonCrypto/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = uk.co.bendavisapps.CommonCrypto;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
B54D0C6B1CA58722004343BD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B54D0C711CA58767004343BD /* CommonCrypto.xcconfig */;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = CommonCrypto/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = uk.co.bendavisapps.CommonCrypto;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
B585AB861C3833450093FA41 /* 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;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
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_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 = 9.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
B585AB871C3833450093FA41 /* 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;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
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 = 9.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
B585AB891C3833450093FA41 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = BitTorrent/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = bendavis.BitTorrent;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
B585AB8A1C3833450093FA41 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = BitTorrent/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = bendavis.BitTorrent;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "";
};
name = Release;
};
B585AB8C1C3833450093FA41 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = BitTorrentTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = bendavis.BitTorrentTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
};
name = Debug;
};
B585AB8D1C3833450093FA41 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = BitTorrentTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = bendavis.BitTorrentTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
B54D0C691CA58722004343BD /* Build configuration list for PBXNativeTarget "CommonCrypto" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B54D0C6A1CA58722004343BD /* Debug */,
B54D0C6B1CA58722004343BD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B585AB6E1C3833450093FA41 /* Build configuration list for PBXProject "BitTorrent" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B585AB861C3833450093FA41 /* Debug */,
B585AB871C3833450093FA41 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B585AB881C3833450093FA41 /* Build configuration list for PBXNativeTarget "BitTorrent" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B585AB891C3833450093FA41 /* Debug */,
B585AB8A1C3833450093FA41 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B585AB8B1C3833450093FA41 /* Build configuration list for PBXNativeTarget "BitTorrentTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B585AB8C1C3833450093FA41 /* Debug */,
B585AB8D1C3833450093FA41 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = B585AB6B1C3833450093FA41 /* Project object */;
}