Skip to content

Commit

Permalink
removes unused headers
Browse files Browse the repository at this point in the history
- Fix warning with incomplete umbrella header
  • Loading branch information
flovilmart committed Oct 24, 2015
1 parent 9dd505f commit 7e3ac5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
17 changes: 0 additions & 17 deletions SVProgressHUD-Framework/SVProgressHUD-Framework.h

This file was deleted.

4 changes: 0 additions & 4 deletions SVProgressHUD.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
3CB14F9D1AFBCB57003C2641 /* SVRadialGradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CB14F9B1AFBCB57003C2641 /* SVRadialGradientLayer.m */; };
3CB14F9E1AFBCB57003C2641 /* SVRadialGradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CB14F9B1AFBCB57003C2641 /* SVRadialGradientLayer.m */; };
4A9D7DD11AB345540039B273 /* SVIndefiniteAnimatedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A9D7DCF1AB345540039B273 /* SVIndefiniteAnimatedView.m */; };
4A9D7DDD1AB345990039B273 /* SVProgressHUD-Framework.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A9D7DDC1AB345990039B273 /* SVProgressHUD-Framework.h */; settings = {ATTRIBUTES = (Public, ); }; };
4A9D7DF11AB345DD0039B273 /* SVProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 65F0220615C857EF0030BBEF /* SVProgressHUD.m */; };
4A9D7DF21AB345DD0039B273 /* SVIndefiniteAnimatedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A9D7DCF1AB345540039B273 /* SVIndefiniteAnimatedView.m */; };
4A9D7DF31AB345E10039B273 /* SVProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F0220415C857EF0030BBEF /* SVProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -42,7 +41,6 @@
4A9D7DCF1AB345540039B273 /* SVIndefiniteAnimatedView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVIndefiniteAnimatedView.m; sourceTree = "<group>"; };
4A9D7DD81AB345980039B273 /* SVProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SVProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4A9D7DDB1AB345990039B273 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4A9D7DDC1AB345990039B273 /* SVProgressHUD-Framework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SVProgressHUD-Framework.h"; sourceTree = "<group>"; };
65F021FC15C857EF0030BBEF /* libSVProgressHUD.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSVProgressHUD.a; sourceTree = BUILT_PRODUCTS_DIR; };
65F021FF15C857EF0030BBEF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
65F0220315C857EF0030BBEF /* SVProgressHUD-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SVProgressHUD-Prefix.pch"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -73,7 +71,6 @@
4A9D7DD91AB345990039B273 /* SVProgressHUD-Framework */ = {
isa = PBXGroup;
children = (
4A9D7DDC1AB345990039B273 /* SVProgressHUD-Framework.h */,
4A9D7DDA1AB345990039B273 /* Supporting Files */,
);
path = "SVProgressHUD-Framework";
Expand Down Expand Up @@ -147,7 +144,6 @@
4A9D7DF31AB345E10039B273 /* SVProgressHUD.h in Headers */,
4A9D7DF41AB345E80039B273 /* SVIndefiniteAnimatedView.h in Headers */,
3CB14F9C1AFBCB57003C2641 /* SVRadialGradientLayer.h in Headers */,
4A9D7DDD1AB345990039B273 /* SVProgressHUD-Framework.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 7e3ac5c

Please sign in to comment.