Skip to content

Commit

Permalink
[0.1.7] Add public header
Browse files Browse the repository at this point in the history
  • Loading branch information
Shial committed May 24, 2018
1 parent 4c460d4 commit 9d969b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SLazeKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
623695B920B67437000D7684 /* SLazeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 6236959120B66E92000D7684 /* SLazeKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
623922782002D8C30018982A /* LazeConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 623922762002D8C30018982A /* LazeConfiguration.swift */; };
6239227E2002DF1A0018982A /* Laze.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6239227D2002DF1A0018982A /* Laze.swift */; };
625B23AD1FF3462B001976C3 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 625B23AB1FF34625001976C3 /* Object.swift */; };
Expand Down Expand Up @@ -190,12 +191,24 @@
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
623695B820B67427000D7684 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
623695B920B67437000D7684 /* SLazeKit.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
"SLazeKit::SLazeKit" /* SLazeKit */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_45 /* Build configuration list for PBXNativeTarget "SLazeKit" */;
buildPhases = (
OBJ_48 /* Sources */,
623695B820B67427000D7684 /* Headers */,
OBJ_56 /* Frameworks */,
);
buildRules = (
Expand Down

0 comments on commit 9d969b4

Please sign in to comment.