Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Add AspenHelpers to module map.
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Mar 19, 2016
1 parent ae96fe6 commit 6e35e91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Aspen.xcodeproj/project.pbxproj
Expand Up @@ -135,7 +135,6 @@
6D6387B01BBD05F400CDE359 /* C Support */ = {
isa = PBXGroup;
children = (
D0AB31DD1C9DC61A004D92E7 /* module.modulemap */,
6D6387B21BBD064F00CDE359 /* AspenHelpers.swift */,
6D6387B11BBD064F00CDE359 /* AspenHelpers.h */,
);
Expand Down Expand Up @@ -179,6 +178,7 @@
isa = PBXGroup;
children = (
D040580C1B72C86400494FCD /* Aspen.h */,
D0AB31DD1C9DC61A004D92E7 /* module.modulemap */,
D04058231B72C8A500494FCD /* Aspen.swift */,
D041E3771B73DBF9002D6FB7 /* Core */,
D041E3761B73DBE5002D6FB7 /* Log Destinations */,
Expand Down
4 changes: 3 additions & 1 deletion module.modulemap
@@ -1,5 +1,7 @@
framework module Aspen {
umbrella header "Aspen.h"


textual header "AspenHelpers.h"

export *
}

0 comments on commit 6e35e91

Please sign in to comment.