Skip to content

Commit

Permalink
Add umbrella header to framework headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Montak Oleg committed Sep 16, 2015
1 parent 5c0d780 commit bde50f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Facade.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
8C1E6DEF1BAA16FE00816732 /* UIView+Facade.m in Sources */ = {isa = PBXBuildFile; fileRef = 2704AD891AF047A200A2D19C /* UIView+Facade.m */; };
8C1E6DF01BAA174300816732 /* UIView+Facade.h in Headers */ = {isa = PBXBuildFile; fileRef = 2704AD881AF047A200A2D19C /* UIView+Facade.h */; settings = {ATTRIBUTES = (Public, ); }; };
8C1E6DF81BAA1AAD00816732 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8C1E6DF71BAA1AAD00816732 /* Info.plist */; };
8C1E6DF91BAA21A300816732 /* Facade.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C1E6DF61BAA1AAD00816732 /* Facade.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -211,6 +212,7 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
8C1E6DF91BAA21A300816732 /* Facade.h in Headers */,
8C1E6DF01BAA174300816732 /* UIView+Facade.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
2 changes: 2 additions & 0 deletions Framework/Facade.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#import <Foundation/Foundation.h>

//! Project version number for Facade.
FOUNDATION_EXPORT double FacadeVersionNumber;

Expand Down

0 comments on commit bde50f8

Please sign in to comment.