Skip to content

Commit

Permalink
add CBLArrayIndexConfiguration to CouchbaseLite.h and exports
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Sep 6, 2024
1 parent 2161c72 commit c4c4590
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Objective-C/CouchbaseLite.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ FOUNDATION_EXPORT const unsigned char CouchbaseLiteVersionString[];

#import <CouchbaseLite/CBLArray.h>
#import <CouchbaseLite/CBLArrayFragment.h>
#import <CouchbaseLite/CBLArrayIndexConfiguration.h>
#import <CouchbaseLite/CBLAuthenticator.h>
#import <CouchbaseLite/CBLBasicAuthenticator.h>
#import <CouchbaseLite/CBLBlob.h>
Expand Down
1 change: 1 addition & 0 deletions Objective-C/Exports/CBL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# Classes:
.objc_class_name_CBLArray
.objc_class_name_CBLAuthenticator
.objc_class_name_CBLArrayIndexConfiguration
.objc_class_name_CBLBasicAuthenticator
.objc_class_name_CBLBlob
.objc_class_name_CBLCollection
Expand Down
1 change: 1 addition & 0 deletions Objective-C/Exports/Generated/CBL.exp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# GENERATED BY generate_exports.sh -- DO NOT EDIT

.objc_class_name_CBLArray
.objc_class_name_CBLArrayIndexConfiguration
.objc_class_name_CBLAuthenticator
.objc_class_name_CBLBasicAuthenticator
.objc_class_name_CBLBlob
Expand Down
1 change: 1 addition & 0 deletions Objective-C/Exports/Generated/CBL_EE.exp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# GENERATED BY generate_exports.sh -- DO NOT EDIT

.objc_class_name_CBLArray
.objc_class_name_CBLArrayIndexConfiguration
.objc_class_name_CBLAuthenticator
.objc_class_name_CBLBasicAuthenticator
.objc_class_name_CBLBlob
Expand Down

0 comments on commit c4c4590

Please sign in to comment.