Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package/android/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include(${CMAKE_SOURCE_DIR}/../nitrogen/generated/android/RNNitroSQLite+autolink
# Specifies a path to native header files.
include_directories(
../cpp
../cpp/specs
../cpp/hybridObjects
../cpp/sqlite
src/main/cpp
)
Expand Down
2 changes: 1 addition & 1 deletion package/cpp/operations.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "operations.hpp"
#include "NitroSQLiteException.hpp"
#include "hybridObjects/HybridNitroSQLiteQueryResult.hpp"
#include "logs.hpp"
#include "specs/HybridNitroSQLiteQueryResult.hpp"
#include "utils.hpp"
#include <NitroModules/ArrayBuffer.hpp>
#include <cmath>
Expand Down
2 changes: 1 addition & 1 deletion package/cpp/operations.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "specs/HybridNitroSQLiteQueryResult.hpp"
#include "hybridObjects/HybridNitroSQLiteQueryResult.hpp"
#include "types.hpp"

namespace margelo::rnnitrosqlite {
Expand Down
4 changes: 2 additions & 2 deletions package/ios/NitroSQLite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
path = ../nitrogen;
sourceTree = "<group>";
};
83BC6E5F2C8F78A200B954D2 /* specs */ = {
83BC6E5F2C8F78A200B954D2 /* hybridObjects */ = {
isa = PBXGroup;
children = (
83BC6E5A2C8F78A200B954D2 /* HybridNitroSQLite.cpp */,
Expand All @@ -188,7 +188,7 @@
83BC6E702C8F78A200B954D2 /* cpp */ = {
isa = PBXGroup;
children = (
83BC6E5F2C8F78A200B954D2 /* specs */,
83BC6E5F2C8F78A200B954D2 /* hybridObjects */,
83BC6E602C8F78A200B954D2 /* JSIHelper.cpp */,
83BC6E612C8F78A200B954D2 /* JSIHelper.h */,
83BC6E622C8F78A200B954D2 /* logs.h */,
Expand Down