|
11 | 11 | 940A61142C92CE210083FEB8 /* configManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940A61112C92CE210083FEB8 /* configManager.cpp */; }; |
12 | 12 | 940A61172C92CE960083FEB8 /* serviceA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940A61152C92CE960083FEB8 /* serviceA.cpp */; }; |
13 | 13 | 940A61182C92CE960083FEB8 /* serviceA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940A61152C92CE960083FEB8 /* serviceA.cpp */; }; |
| 14 | + 941408AE2D59F93F000ED1F9 /* sqlManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 941408AD2D59F93F000ED1F9 /* sqlManager.cpp */; }; |
| 15 | + 941408AF2D59F93F000ED1F9 /* sqlManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 941408AD2D59F93F000ED1F9 /* sqlManager.cpp */; }; |
14 | 16 | 941B549A2D3BBADE00E3BF64 /* trading_definitions_json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 941B54992D3BBADD00E3BF64 /* trading_definitions_json.cpp */; }; |
15 | 17 | 941B549B2D3BBADE00E3BF64 /* trading_definitions_json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 941B54992D3BBADD00E3BF64 /* trading_definitions_json.cpp */; }; |
16 | 18 | 94280BA32D2FC00200F1CF56 /* base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94280BA22D2FC00200F1CF56 /* base64.cpp */; }; |
|
51 | 53 | 940A61122C92CE210083FEB8 /* configManager.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = configManager.hpp; sourceTree = "<group>"; }; |
52 | 54 | 940A61152C92CE960083FEB8 /* serviceA.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serviceA.cpp; sourceTree = "<group>"; }; |
53 | 55 | 940A61162C92CE960083FEB8 /* serviceA.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = serviceA.hpp; sourceTree = "<group>"; }; |
| 56 | + 941408AD2D59F93F000ED1F9 /* sqlManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = sqlManager.cpp; sourceTree = "<group>"; }; |
| 57 | + 941408B02D59F954000ED1F9 /* sqlManager.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = sqlManager.hpp; sourceTree = "<group>"; }; |
54 | 58 | 941B54902D3BBA4900E3BF64 /* ohlc_variables.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ohlc_variables.hpp; sourceTree = "<group>"; }; |
55 | 59 | 941B54912D3BBA5600E3BF64 /* ohlc_rsi_variables.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ohlc_rsi_variables.hpp; sourceTree = "<group>"; }; |
56 | 60 | 941B54922D3BBA6500E3BF64 /* trading_variables.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = trading_variables.hpp; sourceTree = "<group>"; }; |
|
1317 | 1321 | 94CD849E2D2D22C900041BBA /* external */, |
1318 | 1322 | 944D0DD22C8C3704004DD0FC /* images */, |
1319 | 1323 | 944D0DCE2C8C3704004DD0FC /* scripts */, |
| 1324 | + 94DE4F772C8C3E7C00FE48FF /* include */, |
1320 | 1325 | 9470B5A22C8C5AD0007D9CC6 /* source */, |
1321 | 1326 | 9470B5AD2C8C5B99007D9CC6 /* tests */, |
1322 | 1327 | 948A9CEC2C906ADB00E23669 /* resources */, |
|
1395 | 1400 | 9470B5A22C8C5AD0007D9CC6 /* source */ = { |
1396 | 1401 | isa = PBXGroup; |
1397 | 1402 | children = ( |
1398 | | - 943398232D57E53400287A2D /* jsonParser.cpp */, |
1399 | 1403 | 94674B8C2D533E7800973137 /* models */, |
1400 | 1404 | 94674B862D533B4000973137 /* trading */, |
1401 | | - 94DE4F772C8C3E7C00FE48FF /* include */, |
1402 | 1405 | 941B54982D3BBAD800E3BF64 /* trading_definitions */, |
1403 | 1406 | 94280BA72D2FC29F00F1CF56 /* utilities */, |
1404 | 1407 | 9470B5A32C8C5AD0007D9CC6 /* main.cpp */, |
1405 | 1408 | 940A61112C92CE210083FEB8 /* configManager.cpp */, |
1406 | 1409 | 940A61152C92CE960083FEB8 /* serviceA.cpp */, |
1407 | 1410 | 94CD8B9F2D2E8CE500041BBA /* databaseConnection.cpp */, |
| 1411 | + 943398232D57E53400287A2D /* jsonParser.cpp */, |
| 1412 | + 941408AD2D59F93F000ED1F9 /* sqlManager.cpp */, |
1408 | 1413 | ); |
1409 | 1414 | path = source; |
1410 | 1415 | sourceTree = "<group>"; |
|
3510 | 3515 | 94DE4F772C8C3E7C00FE48FF /* include */ = { |
3511 | 3516 | isa = PBXGroup; |
3512 | 3517 | children = ( |
| 3518 | + 941408B02D59F954000ED1F9 /* sqlManager.hpp */, |
3513 | 3519 | 943398222D57E52900287A2D /* jsonParser.hpp */, |
3514 | 3520 | 94674B842D533B2F00973137 /* trading */, |
3515 | 3521 | 942966D72D48E84100532862 /* models */, |
|
3616 | 3622 | isa = PBXSourcesBuildPhase; |
3617 | 3623 | buildActionMask = 2147483647; |
3618 | 3624 | files = ( |
| 3625 | + 941408AE2D59F93F000ED1F9 /* sqlManager.cpp in Sources */, |
3619 | 3626 | 9470B5A42C8C5AD0007D9CC6 /* main.cpp in Sources */, |
3620 | 3627 | 943398252D57E53400287A2D /* jsonParser.cpp in Sources */, |
3621 | 3628 | 94280BA32D2FC00200F1CF56 /* base64.cpp in Sources */, |
|
3633 | 3640 | buildActionMask = 2147483647; |
3634 | 3641 | files = ( |
3635 | 3642 | 94CD8BA12D2E8CE500041BBA /* databaseConnection.cpp in Sources */, |
| 3643 | + 941408AF2D59F93F000ED1F9 /* sqlManager.cpp in Sources */, |
3636 | 3644 | 943398242D57E53400287A2D /* jsonParser.cpp in Sources */, |
3637 | 3645 | 94280BA42D2FC00200F1CF56 /* base64.cpp in Sources */, |
3638 | 3646 | 94674B8D2D533E7800973137 /* trade.cpp in Sources */, |
|
3777 | 3785 | ); |
3778 | 3786 | INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = ""; |
3779 | 3787 | LIBRARY_SEARCH_PATHS = ( |
3780 | | - "\"$(SRCROOT)/external/libpqxx/src\"", |
3781 | | - "$(SRCROOT)/build/external/libpqxx/src", |
3782 | | - "/opt/homebrew/Cellar/postgresql@14/14.15/lib/postgresql@14", |
| 3788 | + "\"$(SRCROOT)/external/libpqxx/build/src\"", |
| 3789 | + "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
3783 | 3790 | ); |
3784 | 3791 | OTHER_LDFLAGS = ""; |
3785 | 3792 | OTHER_LIBTOOLFLAGS = ""; |
|
3800 | 3807 | ); |
3801 | 3808 | INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = ""; |
3802 | 3809 | LIBRARY_SEARCH_PATHS = ( |
3803 | | - "\"$(SRCROOT)/external/libpqxx/src\"", |
3804 | | - "$(SRCROOT)/build/external/libpqxx/src", |
3805 | | - "/opt/homebrew/Cellar/postgresql@14/14.15/lib/postgresql@14", |
| 3810 | + "\"$(SRCROOT)/external/libpqxx/build/src\"", |
| 3811 | + "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
3806 | 3812 | ); |
3807 | 3813 | OTHER_LDFLAGS = ""; |
3808 | 3814 | OTHER_LIBTOOLFLAGS = ""; |
|
3823 | 3829 | "\"$(SRCROOT)/external/", |
3824 | 3830 | ); |
3825 | 3831 | LIBRARY_SEARCH_PATHS = ( |
3826 | | - "\"$(SRCROOT)/external/libpqxx/src\"", |
3827 | | - "$(PROJECT_DIR)/build/external/libpqxx/src", |
3828 | | - "/opt/homebrew/Cellar/postgresql@14/14.15/lib/postgresql@14", |
| 3832 | + "\"$(SRCROOT)/external/libpqxx/build/src\"", |
| 3833 | + "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
3829 | 3834 | ); |
3830 | 3835 | MARKETING_VERSION = 1.0; |
3831 | 3836 | PRODUCT_BUNDLE_IDENTIFIER = com.mccaffers.tests; |
|
3846 | 3851 | "\"$(SRCROOT)/external/", |
3847 | 3852 | ); |
3848 | 3853 | LIBRARY_SEARCH_PATHS = ( |
3849 | | - "\"$(SRCROOT)/external/libpqxx/src\"", |
3850 | | - "$(PROJECT_DIR)/build/external/libpqxx/src", |
3851 | | - "/opt/homebrew/Cellar/postgresql@14/14.15/lib/postgresql@14", |
| 3854 | + "\"$(SRCROOT)/external/libpqxx/build/src\"", |
| 3855 | + "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
3852 | 3856 | ); |
3853 | 3857 | MARKETING_VERSION = 1.0; |
3854 | 3858 | PRODUCT_BUNDLE_IDENTIFIER = com.mccaffers.tests; |
|
0 commit comments