Skip to content

Commit

Permalink
Fix internal module naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkenso committed Mar 5, 2024
1 parent e903ad5 commit e023024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Sources/Spellbook_macOS/Users & Groups/Membership.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// SOFTWARE.

import Foundation
@_implementationOnly import Spellbook_macOS.ObjC
@_implementationOnly import _Spellbook_macOSObjC

/// Swift wrapper around `membership.h` functional.
public enum Membership {
Expand Down
8 changes: 1 addition & 7 deletions Sources/Spellbook_macOSObjc/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

//module Spellbook_macOSObjC {
// header "shim.h"
// export *
//}
module Spellbook_macOS {}

explicit module Spellbook_macOS.ObjC [system] [extern_c] {
module _Spellbook_macOSObjC [system] [extern_c] {
header "shim.h"
export *
}

0 comments on commit e023024

Please sign in to comment.