Skip to content

Commit

Permalink
fix build CE - add header to CE modulemap
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Sep 6, 2024
1 parent c4c4590 commit ec4505a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Swift/CouchbaseLiteSwift.private.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
framework module CouchbaseLiteSwift_Private {
header "CBLArray.h"
header "CBLArrayFragment.h"
header "CBLArrayIndexConfiguration.h"
header "CBLAuthenticator.h"
header "CBLBasicAuthenticator.h"
header "CBLBlob.h"
Expand Down
2 changes: 1 addition & 1 deletion Swift/IndexConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public struct ArrayIndexConfiguration: IndexConfiguration, IndexConfigConvertabl
// MARK: Internal

func toImpl() -> CBLIndexConfiguration {
return CBLArrayIndexConfiguration(path:path, expressions: expressions)
return CBLArrayIndexConfiguration(path: path, expressions: expressions)
}
}

Expand Down

0 comments on commit ec4505a

Please sign in to comment.