Skip to content

Commit

Permalink
Add missing header to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiuwen-chen committed Mar 7, 2024
1 parent 102010c commit fb30db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions WCDB.objc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Pod::Spec.new do |wcdb|
"src/objc/fts/*.{h,hpp}",
"src/objc/monitor/WCTError.h",
"src/objc/monitor/WCTDatabase+Monitor.h",
"src/objc/monitor/WCTPerformanceInfo.h",
"src/objc/chaincall/WCTInsert.h",
"src/objc/chaincall/WCTDelete.h",
"src/objc/chaincall/WCTUpdate.h",
Expand Down
1 change: 1 addition & 0 deletions WCDB.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Pod::Spec.new do |wcdb|
"src/objc/fts/*.{h,hpp}",
"src/objc/monitor/WCTError.h",
"src/objc/monitor/WCTDatabase+Monitor.h",
"src/objc/monitor/WCTPerformanceInfo.h",
"src/objc/chaincall/WCTInsert.h",
"src/objc/chaincall/WCTDelete.h",
"src/objc/chaincall/WCTUpdate.h",
Expand Down

0 comments on commit fb30db3

Please sign in to comment.