Skip to content

Commit

Permalink
[0.1.5] Add public header
Browse files Browse the repository at this point in the history
  • Loading branch information
Shial committed May 24, 2018
1 parent 22a21a8 commit 82fa6de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion SWindow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
623695BB20B6747A000D7684 /* SWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 623695B020B67170000D7684 /* SWindow.h */; settings = {ATTRIBUTES = (Public, ); }; };
OBJ_18 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
OBJ_24 /* SWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* SWindow.swift */; };
/* End PBXBuildFile section */
Expand All @@ -16,7 +17,7 @@
623695B020B67170000D7684 /* SWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SWindow.h; sourceTree = "<group>"; };
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
OBJ_9 /* SWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SWindow.swift; sourceTree = "<group>"; };
"SWindow::SWindow::Product" /* SWindow.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SWindow.framework; sourceTree = BUILT_PRODUCTS_DIR; };
"SWindow::SWindow::Product" /* SWindow.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SWindow.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -76,12 +77,24 @@
};
/* End PBXGroup section */

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

/* Begin PBXNativeTarget section */
"SWindow::SWindow" /* SWindow */ = {
isa = PBXNativeTarget;
buildConfigurationList = OBJ_20 /* Build configuration list for PBXNativeTarget "SWindow" */;
buildPhases = (
OBJ_23 /* Sources */,
623695BA20B6745C000D7684 /* Headers */,
OBJ_25 /* Frameworks */,
);
buildRules = (
Expand Down
Binary file not shown.

0 comments on commit 82fa6de

Please sign in to comment.