Skip to content

Commit

Permalink
Replace UIDevice+Hardware with a method
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jan 4, 2015
1 parent b52f4e7 commit e3ebd25
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 440 deletions.
Binary file modified TCBlobDownload/Docs/TCBlobDownloadDocset.zip
Binary file not shown.
19 changes: 0 additions & 19 deletions TCBlobDownload/TCBlobDownload.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
C30D071318C375FB00D5CBB3 /* TCBlobDownloadTestsBase.m in Sources */ = {isa = PBXBuildFile; fileRef = C30D071218C375FB00D5CBB3 /* TCBlobDownloadTestsBase.m */; };
C30D071618C3772F00D5CBB3 /* TCBlobDownloadManagerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C30D071518C3772F00D5CBB3 /* TCBlobDownloadManagerTests.m */; };
C30D071918C380BB00D5CBB3 /* TCBlobDownload.h in Headers */ = {isa = PBXBuildFile; fileRef = C30D071818C380BB00D5CBB3 /* TCBlobDownload.h */; settings = {ATTRIBUTES = (Public, ); }; };
C317CBD918CB69DB00160ED6 /* UIDevice-Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = C317CBD718CB69DB00160ED6 /* UIDevice-Hardware.h */; };
C317CBDA18CB69DB00160ED6 /* UIDevice-Hardware.m in Sources */ = {isa = PBXBuildFile; fileRef = C317CBD818CB69DB00160ED6 /* UIDevice-Hardware.m */; };
C3F05BC9191C98B900002575 /* UIDevice-Hardware.m in Sources */ = {isa = PBXBuildFile; fileRef = C317CBD818CB69DB00160ED6 /* UIDevice-Hardware.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -85,8 +82,6 @@
C30D071218C375FB00D5CBB3 /* TCBlobDownloadTestsBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TCBlobDownloadTestsBase.m; sourceTree = "<group>"; };
C30D071518C3772F00D5CBB3 /* TCBlobDownloadManagerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TCBlobDownloadManagerTests.m; sourceTree = "<group>"; };
C30D071818C380BB00D5CBB3 /* TCBlobDownload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TCBlobDownload.h; path = TCBlobDownload/TCBlobDownload.h; sourceTree = "<group>"; };
C317CBD718CB69DB00160ED6 /* UIDevice-Hardware.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIDevice-Hardware.h"; sourceTree = "<group>"; };
C317CBD818CB69DB00160ED6 /* UIDevice-Hardware.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIDevice-Hardware.m"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -141,7 +136,6 @@
2177620E172FFBD9001956C7 /* TCBlobDownloader.m */,
2177620F172FFBD9001956C7 /* TCBlobDownloadManager.h */,
21776210172FFBD9001956C7 /* TCBlobDownloadManager.m */,
C30D076118C398FF00D5CBB3 /* Categories */,
21776221172FFE8F001956C7 /* Supporting Files */,
21203ADA178C593900C19335 /* TCBlobDownloadTests */,
217761FE172FFBBB001956C7 /* Frameworks */,
Expand Down Expand Up @@ -185,16 +179,6 @@
name = Base;
sourceTree = "<group>";
};
C30D076118C398FF00D5CBB3 /* Categories */ = {
isa = PBXGroup;
children = (
C317CBD718CB69DB00160ED6 /* UIDevice-Hardware.h */,
C317CBD818CB69DB00160ED6 /* UIDevice-Hardware.m */,
);
name = Categories;
path = TCBlobDownload/Categories;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand All @@ -206,7 +190,6 @@
21776215172FFC56001956C7 /* TCBlobDownloader.h in Headers */,
21776214172FFC4A001956C7 /* TCBlobDownloadManager.h in Headers */,
21776220172FFE64001956C7 /* TCBlobDownload-Prefix.pch in Headers */,
C317CBD918CB69DB00160ED6 /* UIDevice-Hardware.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -315,7 +298,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C3F05BC9191C98B900002575 /* UIDevice-Hardware.m in Sources */,
C30D071618C3772F00D5CBB3 /* TCBlobDownloadManagerTests.m in Sources */,
21203AED178C63AE00C19335 /* TCBlobDownloader.m in Sources */,
21D06E281818539500CAADCD /* DownloadFailureTests.m in Sources */,
Expand All @@ -331,7 +313,6 @@
files = (
21776211172FFBD9001956C7 /* TCBlobDownloader.m in Sources */,
21776212172FFBD9001956C7 /* TCBlobDownloadManager.m in Sources */,
C317CBDA18CB69DB00160ED6 /* UIDevice-Hardware.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
108 changes: 0 additions & 108 deletions TCBlobDownload/TCBlobDownload/Categories/UIDevice-Hardware.h

This file was deleted.

Loading

0 comments on commit e3ebd25

Please sign in to comment.