Files
BitTorrentSwift/BitTorrent.xcodeproj/project.pbxproj
T
2017-06-28 00:32:39 +01:00

1113 lines
50 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
093BCDB0AFF1213952AF9B78 /* Pods_BitTorrent_BitTorrentExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC831BC41AD3DBDC243F2D31 /* Pods_BitTorrent_BitTorrentExample.framework */; };
8214C7DC09DE39DFD4A3A4D4 /* Pods_BitTorrentExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38D46CB7DEC9C9D2E7BFCC79 /* Pods_BitTorrentExample.framework */; };
85A4C242C1CF7B2588181C55 /* Pods_BitTorrentTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C9C10DE7DF23AC06671B75B /* Pods_BitTorrentTests.framework */; };
B537CF061F03148B0084089B /* HTTPConnectionStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = B537CF051F03148B0084089B /* HTTPConnectionStub.swift */; };
B537CF461F031AD20084089B /* TestText.torrent in Resources */ = {isa = PBXBuildFile; fileRef = B5E9B0E31F02F9E700EF58E3 /* TestText.torrent */; };
B537CF491F031C3D0084089B /* BEncode.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B54D0C1A1CA53983004343BD /* BEncode.framework */; };
B537CF4A1F031C3D0084089B /* BEncode.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B54D0C1A1CA53983004343BD /* BEncode.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
B537CF4D1F031C3D0084089B /* BitTorrent.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B585AB741C3833450093FA41 /* BitTorrent.framework */; };
B537CF4E1F031C3D0084089B /* BitTorrent.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B585AB741C3833450093FA41 /* BitTorrent.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
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 /* Data+sha1.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54D0C2B1CA5787E004343BD /* Data+sha1.swift */; };
B5530DB21F03063300F71CCD /* HTTPConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5530DB11F03063300F71CCD /* HTTPConnection.swift */; };
B5530DB51F03063E00F71CCD /* HTTPConnectionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5530DB41F03063E00F71CCD /* HTTPConnectionTests.swift */; };
B55317DC1F02FC4D00909ADF /* TorrentHTTPTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55317DB1F02FC4D00909ADF /* TorrentHTTPTracker.swift */; };
B55317E01F02FE1500909ADF /* URLEncodeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55317DF1F02FE1500909ADF /* URLEncodeTests.swift */; };
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 */; };
B5BD7FD61F03032400621BC2 /* TorrentHTTPTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5BD7FD51F03032400621BC2 /* TorrentHTTPTrackerTests.swift */; };
B5E977961CAFB46B0038EBE7 /* String+URLEncode.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E977951CAFB46B0038EBE7 /* String+URLEncode.swift */; };
B5E9B0D81F02E6F800EF58E3 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E9B0D71F02E6F800EF58E3 /* AppDelegate.swift */; };
B5E9B0DA1F02E6F800EF58E3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B5E9B0D91F02E6F800EF58E3 /* Assets.xcassets */; };
B5E9B0DD1F02E6F800EF58E3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B5E9B0DB1F02E6F800EF58E3 /* LaunchScreen.storyboard */; };
B5E9B0E51F02FAC600EF58E3 /* TestText.torrent in Resources */ = {isa = PBXBuildFile; fileRef = B5E9B0E31F02F9E700EF58E3 /* TestText.torrent */; };
F2A74A776590BB3F37116B02 /* Pods_BitTorrent.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B95A5AC293A32B10DB4660E /* Pods_BitTorrent.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
B537CF471F031C2F0084089B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B585AB6B1C3833450093FA41 /* Project object */;
proxyType = 1;
remoteGlobalIDString = B585AB731C3833450093FA41;
remoteInfo = BitTorrent;
};
B537CF4B1F031C3D0084089B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B54D0C141CA53983004343BD /* BEncode.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = B54D0BDA1CA53299004343BD;
remoteInfo = BEncode;
};
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 PBXCopyFilesBuildPhase section */
B537CF4F1F031C3D0084089B /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
B537CF4A1F031C3D0084089B /* BEncode.framework in Embed Frameworks */,
B537CF4E1F031C3D0084089B /* BitTorrent.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
38D46CB7DEC9C9D2E7BFCC79 /* Pods_BitTorrentExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BitTorrentExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4B42EF97BEA586F1F3D322AF /* Pods-BitTorrentExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BitTorrentExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-BitTorrentExample/Pods-BitTorrentExample.release.xcconfig"; sourceTree = "<group>"; };
4C9C10DE7DF23AC06671B75B /* Pods_BitTorrentTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BitTorrentTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
63B7D3BCB690B552A38F570E /* Pods-BitTorrent-BitTorrentExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BitTorrent-BitTorrentExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BitTorrent-BitTorrentExample/Pods-BitTorrent-BitTorrentExample.debug.xcconfig"; sourceTree = "<group>"; };
935B3E651D3B45CEBF2BF84C /* Pods-BitTorrent.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BitTorrent.release.xcconfig"; path = "Pods/Target Support Files/Pods-BitTorrent/Pods-BitTorrent.release.xcconfig"; sourceTree = "<group>"; };
9B95A5AC293A32B10DB4660E /* Pods_BitTorrent.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BitTorrent.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A40A9CCBA0D27D6AEF58A344 /* Pods-BitTorrentTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BitTorrentTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-BitTorrentTests/Pods-BitTorrentTests.release.xcconfig"; sourceTree = "<group>"; };
AB708F970D0B280193A6EB38 /* Pods-BitTorrentTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BitTorrentTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BitTorrentTests/Pods-BitTorrentTests.debug.xcconfig"; sourceTree = "<group>"; };
B537CF051F03148B0084089B /* HTTPConnectionStub.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = HTTPConnectionStub.swift; path = "HTTP Networking/HTTPConnectionStub.swift"; sourceTree = "<group>"; };
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 /* Data+sha1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Data+sha1.swift"; path = "Utilities/Data+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>"; };
B5530DB11F03063300F71CCD /* HTTPConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = HTTPConnection.swift; path = "HTTP Networking/HTTPConnection.swift"; sourceTree = "<group>"; };
B5530DB41F03063E00F71CCD /* HTTPConnectionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = HTTPConnectionTests.swift; path = "HTTP Networking/HTTPConnectionTests.swift"; sourceTree = "<group>"; };
B55317DB1F02FC4D00909ADF /* TorrentHTTPTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TorrentHTTPTracker.swift; path = Tracker/TorrentHTTPTracker.swift; sourceTree = "<group>"; };
B55317DF1F02FE1500909ADF /* URLEncodeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = URLEncodeTests.swift; path = "HTTP Networking/URLEncodeTests.swift"; 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>"; };
B5BD7FD51F03032400621BC2 /* TorrentHTTPTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TorrentHTTPTrackerTests.swift; path = Tracker/TorrentHTTPTrackerTests.swift; sourceTree = "<group>"; };
B5E977951CAFB46B0038EBE7 /* String+URLEncode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "String+URLEncode.swift"; path = "HTTP Networking/String+URLEncode.swift"; sourceTree = "<group>"; };
B5E9B0D51F02E6F800EF58E3 /* BitTorrentExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BitTorrentExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
B5E9B0D71F02E6F800EF58E3 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
B5E9B0D91F02E6F800EF58E3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B5E9B0DC1F02E6F800EF58E3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
B5E9B0DE1F02E6F800EF58E3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B5E9B0E31F02F9E700EF58E3 /* TestText.torrent */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestText.torrent; sourceTree = "<group>"; };
B5E9B0E41F02F9E700EF58E3 /* text.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = text.txt; sourceTree = "<group>"; };
BDA22A3943D47D6B2152CB15 /* Pods-BitTorrent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BitTorrent.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BitTorrent/Pods-BitTorrent.debug.xcconfig"; sourceTree = "<group>"; };
BFDACB202E071FF8247EC868 /* Pods-BitTorrentExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BitTorrentExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BitTorrentExample/Pods-BitTorrentExample.debug.xcconfig"; sourceTree = "<group>"; };
C79B494173728B25AA5E2B62 /* Pods-BitTorrent-BitTorrentExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BitTorrent-BitTorrentExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-BitTorrent-BitTorrentExample/Pods-BitTorrent-BitTorrentExample.release.xcconfig"; sourceTree = "<group>"; };
DC831BC41AD3DBDC243F2D31 /* Pods_BitTorrent_BitTorrentExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BitTorrent_BitTorrentExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* 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 */,
F2A74A776590BB3F37116B02 /* Pods_BitTorrent.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B585AB7B1C3833450093FA41 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B585AB7F1C3833450093FA41 /* BitTorrent.framework in Frameworks */,
85A4C242C1CF7B2588181C55 /* Pods_BitTorrentTests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B5E9B0D21F02E6F800EF58E3 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8214C7DC09DE39DFD4A3A4D4 /* Pods_BitTorrentExample.framework in Frameworks */,
B537CF491F031C3D0084089B /* BEncode.framework in Frameworks */,
B537CF4D1F031C3D0084089B /* BitTorrent.framework in Frameworks */,
093BCDB0AFF1213952AF9B78 /* Pods_BitTorrent_BitTorrentExample.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
78A2F0108F1BFA84BB97BD61 /* Pods */ = {
isa = PBXGroup;
children = (
BDA22A3943D47D6B2152CB15 /* Pods-BitTorrent.debug.xcconfig */,
935B3E651D3B45CEBF2BF84C /* Pods-BitTorrent.release.xcconfig */,
BFDACB202E071FF8247EC868 /* Pods-BitTorrentExample.debug.xcconfig */,
4B42EF97BEA586F1F3D322AF /* Pods-BitTorrentExample.release.xcconfig */,
AB708F970D0B280193A6EB38 /* Pods-BitTorrentTests.debug.xcconfig */,
A40A9CCBA0D27D6AEF58A344 /* Pods-BitTorrentTests.release.xcconfig */,
63B7D3BCB690B552A38F570E /* Pods-BitTorrent-BitTorrentExample.debug.xcconfig */,
C79B494173728B25AA5E2B62 /* Pods-BitTorrent-BitTorrentExample.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
B54D0C131CA53979004343BD /* Frameworks */ = {
isa = PBXGroup;
children = (
B54D0C141CA53983004343BD /* BEncode.xcodeproj */,
9B95A5AC293A32B10DB4660E /* Pods_BitTorrent.framework */,
38D46CB7DEC9C9D2E7BFCC79 /* Pods_BitTorrentExample.framework */,
4C9C10DE7DF23AC06671B75B /* Pods_BitTorrentTests.framework */,
DC831BC41AD3DBDC243F2D31 /* Pods_BitTorrent_BitTorrentExample.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
B54D0C151CA53983004343BD /* Products */ = {
isa = PBXGroup;
children = (
B54D0C1A1CA53983004343BD /* BEncode.framework */,
B54D0C1C1CA53983004343BD /* BEncodeTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
B54D0C211CA56619004343BD /* Test Torrents */ = {
isa = PBXGroup;
children = (
B5E9B0E21F02F9E700EF58E3 /* Single text file */,
);
path = "Test Torrents";
sourceTree = "<group>";
};
B54D0C251CA56A25004343BD /* Models */ = {
isa = PBXGroup;
children = (
B54D0C231CA56A22004343BD /* TorrentMetaInfo.swift */,
B54D0C261CA56ADB004343BD /* TorrentMetaInfoTests.swift */,
);
name = Models;
sourceTree = "<group>";
};
B54D0C291CA5785F004343BD /* Utilities */ = {
isa = PBXGroup;
children = (
B54D0C2B1CA5787E004343BD /* Data+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>";
};
B55317DA1F02FC3000909ADF /* Tracker */ = {
isa = PBXGroup;
children = (
B55317DB1F02FC4D00909ADF /* TorrentHTTPTracker.swift */,
B5BD7FD51F03032400621BC2 /* TorrentHTTPTrackerTests.swift */,
);
name = Tracker;
sourceTree = "<group>";
};
B585AB6A1C3833450093FA41 = {
isa = PBXGroup;
children = (
B54D0C211CA56619004343BD /* Test Torrents */,
B5E9B0D61F02E6F800EF58E3 /* BitTorrentExample */,
B585AB761C3833450093FA41 /* BitTorrent */,
B585AB821C3833450093FA41 /* BitTorrentTests */,
B54D0C591CA58722004343BD /* CommonCrypto */,
B54D0C131CA53979004343BD /* Frameworks */,
B585AB751C3833450093FA41 /* Products */,
78A2F0108F1BFA84BB97BD61 /* Pods */,
);
sourceTree = "<group>";
};
B585AB751C3833450093FA41 /* Products */ = {
isa = PBXGroup;
children = (
B585AB741C3833450093FA41 /* BitTorrent.framework */,
B585AB7E1C3833450093FA41 /* BitTorrentTests.xctest */,
B54D0C581CA58722004343BD /* CommonCrypto.framework */,
B5E9B0D51F02E6F800EF58E3 /* BitTorrentExample.app */,
);
name = Products;
sourceTree = "<group>";
};
B585AB761C3833450093FA41 /* BitTorrent */ = {
isa = PBXGroup;
children = (
B585AB771C3833450093FA41 /* BitTorrent.h */,
B585AB831C3833450093FA41 /* BitTorrentTests.swift */,
B55317DA1F02FC3000909ADF /* Tracker */,
B54D0C251CA56A25004343BD /* Models */,
B54D0C291CA5785F004343BD /* Utilities */,
B5E9778F1CAFB2090038EBE7 /* HTTP Networking */,
B585AB791C3833450093FA41 /* Info.plist */,
);
path = BitTorrent;
sourceTree = "<group>";
};
B585AB821C3833450093FA41 /* BitTorrentTests */ = {
isa = PBXGroup;
children = (
B585AB851C3833450093FA41 /* Info.plist */,
B56A8A061C83539300426AC8 /* TestHelpers.swift */,
);
path = BitTorrentTests;
sourceTree = "<group>";
};
B5E9778F1CAFB2090038EBE7 /* HTTP Networking */ = {
isa = PBXGroup;
children = (
B5E977951CAFB46B0038EBE7 /* String+URLEncode.swift */,
B55317DF1F02FE1500909ADF /* URLEncodeTests.swift */,
B5530DB11F03063300F71CCD /* HTTPConnection.swift */,
B537CF051F03148B0084089B /* HTTPConnectionStub.swift */,
B5530DB41F03063E00F71CCD /* HTTPConnectionTests.swift */,
);
name = "HTTP Networking";
sourceTree = "<group>";
};
B5E9B0D61F02E6F800EF58E3 /* BitTorrentExample */ = {
isa = PBXGroup;
children = (
B5E9B0D71F02E6F800EF58E3 /* AppDelegate.swift */,
B5E9B0D91F02E6F800EF58E3 /* Assets.xcassets */,
B5E9B0DB1F02E6F800EF58E3 /* LaunchScreen.storyboard */,
B5E9B0DE1F02E6F800EF58E3 /* Info.plist */,
);
path = BitTorrentExample;
sourceTree = "<group>";
};
B5E9B0E21F02F9E700EF58E3 /* Single text file */ = {
isa = PBXGroup;
children = (
B5E9B0E31F02F9E700EF58E3 /* TestText.torrent */,
B5E9B0E41F02F9E700EF58E3 /* text.txt */,
);
path = "Single text file";
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 = (
12AC90F633781EF3E22E6344 /* [CP] Check Pods Manifest.lock */,
B585AB6F1C3833450093FA41 /* Sources */,
B585AB701C3833450093FA41 /* Frameworks */,
B585AB711C3833450093FA41 /* Headers */,
B585AB721C3833450093FA41 /* Resources */,
675ADD5995C4967B1FDA8F34 /* [CP] Copy Pods 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 = (
794AC8207A2F6801357BF21C /* [CP] Check Pods Manifest.lock */,
B585AB7A1C3833450093FA41 /* Sources */,
B585AB7B1C3833450093FA41 /* Frameworks */,
B585AB7C1C3833450093FA41 /* Resources */,
9AD83819A2F4C07F5CB417AF /* [CP] Embed Pods Frameworks */,
BD00B85F3B0DA72D8440099C /* [CP] Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
B585AB811C3833450093FA41 /* PBXTargetDependency */,
);
name = BitTorrentTests;
productName = BitTorrentTests;
productReference = B585AB7E1C3833450093FA41 /* BitTorrentTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
B5E9B0D41F02E6F800EF58E3 /* BitTorrentExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = B5E9B0DF1F02E6F800EF58E3 /* Build configuration list for PBXNativeTarget "BitTorrentExample" */;
buildPhases = (
83D69C44459BE9615A543981 /* [CP] Check Pods Manifest.lock */,
B5E9B0D11F02E6F800EF58E3 /* Sources */,
B5E9B0D21F02E6F800EF58E3 /* Frameworks */,
B5E9B0D31F02E6F800EF58E3 /* Resources */,
452A0C5000B0F3E45AA9DBAD /* [CP] Embed Pods Frameworks */,
20B0019C02FBFB67DA726A29 /* [CP] Copy Pods Resources */,
B537CF4F1F031C3D0084089B /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
B537CF481F031C2F0084089B /* PBXTargetDependency */,
B537CF4C1F031C3D0084089B /* PBXTargetDependency */,
);
name = BitTorrentExample;
productName = BitTorrentExample;
productReference = B5E9B0D51F02E6F800EF58E3 /* BitTorrentExample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
B585AB6B1C3833450093FA41 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftMigration = 0720;
LastSwiftUpdateCheck = 0900;
LastUpgradeCheck = 0900;
ORGANIZATIONNAME = "Ben Davis";
TargetAttributes = {
B54D0C571CA58722004343BD = {
CreatedOnToolsVersion = 7.3;
};
B585AB731C3833450093FA41 = {
CreatedOnToolsVersion = 7.2;
DevelopmentTeam = HT9AS2MWK9;
LastSwiftMigration = 0900;
};
B585AB7D1C3833450093FA41 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0900;
};
B5E9B0D41F02E6F800EF58E3 = {
CreatedOnToolsVersion = 9.0;
DevelopmentTeam = HT9AS2MWK9;
};
};
};
buildConfigurationList = B585AB6E1C3833450093FA41 /* Build configuration list for PBXProject "BitTorrent" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = B585AB6A1C3833450093FA41;
productRefGroup = B585AB751C3833450093FA41 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = B54D0C151CA53983004343BD /* Products */;
ProjectRef = B54D0C141CA53983004343BD /* BEncode.xcodeproj */;
},
);
projectRoot = "";
targets = (
B5E9B0D41F02E6F800EF58E3 /* BitTorrentExample */,
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 = (
B5E9B0E51F02FAC600EF58E3 /* TestText.torrent in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B5E9B0D31F02E6F800EF58E3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B537CF461F031AD20084089B /* TestText.torrent in Resources */,
B5E9B0DA1F02E6F800EF58E3 /* Assets.xcassets in Resources */,
B5E9B0DD1F02E6F800EF58E3 /* LaunchScreen.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
12AC90F633781EF3E22E6344 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
20B0019C02FBFB67DA726A29 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BitTorrent-BitTorrentExample/Pods-BitTorrent-BitTorrentExample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
452A0C5000B0F3E45AA9DBAD /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BitTorrent-BitTorrentExample/Pods-BitTorrent-BitTorrentExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
675ADD5995C4967B1FDA8F34 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BitTorrent/Pods-BitTorrent-resources.sh\"\n";
showEnvVarsInLog = 0;
};
794AC8207A2F6801357BF21C /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
83D69C44459BE9615A543981 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
9AD83819A2F4C07F5CB417AF /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BitTorrentTests/Pods-BitTorrentTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
BD00B85F3B0DA72D8440099C /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BitTorrentTests/Pods-BitTorrentTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
B54D0C531CA58722004343BD /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
B585AB6F1C3833450093FA41 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B55317DC1F02FC4D00909ADF /* TorrentHTTPTracker.swift in Sources */,
B5E977961CAFB46B0038EBE7 /* String+URLEncode.swift in Sources */,
B54D0C7A1CA69FAD004343BD /* TorrentMetaInfo.swift in Sources */,
B54D0C7B1CA69FD8004343BD /* Data+sha1.swift in Sources */,
B5530DB21F03063300F71CCD /* HTTPConnection.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B585AB7A1C3833450093FA41 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B537CF061F03148B0084089B /* HTTPConnectionStub.swift in Sources */,
B5BD7FD61F03032400621BC2 /* TorrentHTTPTrackerTests.swift in Sources */,
B5530DB51F03063E00F71CCD /* HTTPConnectionTests.swift in Sources */,
B56A8A071C83539300426AC8 /* TestHelpers.swift in Sources */,
B585AB841C3833450093FA41 /* BitTorrentTests.swift in Sources */,
B54D0C271CA56ADB004343BD /* TorrentMetaInfoTests.swift in Sources */,
B55317E01F02FE1500909ADF /* URLEncodeTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B5E9B0D11F02E6F800EF58E3 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B5E9B0D81F02E6F800EF58E3 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
B537CF481F031C2F0084089B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = B585AB731C3833450093FA41 /* BitTorrent */;
targetProxy = B537CF471F031C2F0084089B /* PBXContainerItemProxy */;
};
B537CF4C1F031C3D0084089B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = BEncode;
targetProxy = B537CF4B1F031C3D0084089B /* PBXContainerItemProxy */;
};
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 PBXVariantGroup section */
B5E9B0DB1F02E6F800EF58E3 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
B5E9B0DC1F02E6F800EF58E3 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
B54D0C6A1CA58722004343BD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B54D0C711CA58767004343BD /* CommonCrypto.xcconfig */;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
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;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
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_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = 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_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = 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_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
B585AB891C3833450093FA41 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = BDA22A3943D47D6B2152CB15 /* Pods-BitTorrent.debug.xcconfig */;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = HT9AS2MWK9;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
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";
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
B585AB8A1C3833450093FA41 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 935B3E651D3B45CEBF2BF84C /* Pods-BitTorrent.release.xcconfig */;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = HT9AS2MWK9;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
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_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
};
name = Release;
};
B585AB8C1C3833450093FA41 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AB708F970D0B280193A6EB38 /* Pods-BitTorrentTests.debug.xcconfig */;
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 = "";
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
B585AB8D1C3833450093FA41 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = A40A9CCBA0D27D6AEF58A344 /* Pods-BitTorrentTests.release.xcconfig */;
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 = "";
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
};
name = Release;
};
B5E9B0E01F02E6F800EF58E3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 63B7D3BCB690B552A38F570E /* Pods-BitTorrent-BitTorrentExample.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
DEVELOPMENT_TEAM = HT9AS2MWK9;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = BitTorrentExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "uk.co.-bendavisapps.BitTorrentExample";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
B5E9B0E11F02E6F800EF58E3 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = C79B494173728B25AA5E2B62 /* Pods-BitTorrent-BitTorrentExample.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
DEVELOPMENT_TEAM = HT9AS2MWK9;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = BitTorrentExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "uk.co.-bendavisapps.BitTorrentExample";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
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;
};
B5E9B0DF1F02E6F800EF58E3 /* Build configuration list for PBXNativeTarget "BitTorrentExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B5E9B0E01F02E6F800EF58E3 /* Debug */,
B5E9B0E11F02E6F800EF58E3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = B585AB6B1C3833450093FA41 /* Project object */;
}