|
29 | 29 | 94674B8E2D533E7800973137 /* trade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94674B8B2D533E7800973137 /* trade.cpp */; }; |
30 | 30 | 9470B5A42C8C5AD0007D9CC6 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9470B5A32C8C5AD0007D9CC6 /* main.cpp */; }; |
31 | 31 | 9470B5B62C8C5BFD007D9CC6 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9470B5A32C8C5AD0007D9CC6 /* main.cpp */; }; |
| 32 | + 94724A832F8B92C10029B940 /* operations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94724A822F8B92C10029B940 /* operations.cpp */; }; |
| 33 | + 94724A842F8B92C10029B940 /* operations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94724A822F8B92C10029B940 /* operations.cpp */; }; |
32 | 34 | 94CD8B992D2DCDD800041BBA /* libpqxx-7.10.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 94CD8B982D2DCDD800041BBA /* libpqxx-7.10.a */; }; |
33 | 35 | 94CD8B9C2D2DD02A00041BBA /* libpqxx-7.10.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 94CD8B9A2D2DCF6E00041BBA /* libpqxx-7.10.a */; }; |
34 | 36 | 94CD8BA02D2E8CE500041BBA /* databaseConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94CD8B9F2D2E8CE500041BBA /* databaseConnection.cpp */; }; |
|
89 | 91 | 9470B5A12C8C5AD0007D9CC6 /* source */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = source; sourceTree = BUILT_PRODUCTS_DIR; }; |
90 | 92 | 9470B5A32C8C5AD0007D9CC6 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; }; |
91 | 93 | 9470B5AC2C8C5B99007D9CC6 /* tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 94 | + 94724A822F8B92C10029B940 /* operations.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = operations.cpp; sourceTree = "<group>"; }; |
| 95 | + 94724A852F8B92E30029B940 /* operations.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = operations.hpp; sourceTree = "<group>"; }; |
92 | 96 | 948A9CCD2C906A5600E23669 /* CONVENTIONS.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONVENTIONS.md; sourceTree = "<group>"; }; |
93 | 97 | 948A9CED2C906AFE00E23669 /* 2020.csv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 2020.csv; sourceTree = "<group>"; }; |
94 | 98 | 94BBA4512D2EA2640010E04D /* build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = "<group>"; }; |
|
1302 | 1306 | isa = PBXGroup; |
1303 | 1307 | children = ( |
1304 | 1308 | 94280BA22D2FC00200F1CF56 /* base64.cpp */, |
| 1309 | + 943398232D57E53400287A2D /* jsonParser.cpp */, |
1305 | 1310 | ); |
1306 | 1311 | path = utilities; |
1307 | 1312 | sourceTree = "<group>"; |
|
1408 | 1413 | 940A61112C92CE210083FEB8 /* configManager.cpp */, |
1409 | 1414 | 940A61152C92CE960083FEB8 /* serviceA.cpp */, |
1410 | 1415 | 94CD8B9F2D2E8CE500041BBA /* databaseConnection.cpp */, |
1411 | | - 943398232D57E53400287A2D /* jsonParser.cpp */, |
1412 | 1416 | 941408AD2D59F93F000ED1F9 /* sqlManager.cpp */, |
| 1417 | + 94724A822F8B92C10029B940 /* operations.cpp */, |
1413 | 1418 | ); |
1414 | 1419 | path = source; |
1415 | 1420 | sourceTree = "<group>"; |
|
3515 | 3520 | 94DE4F772C8C3E7C00FE48FF /* include */ = { |
3516 | 3521 | isa = PBXGroup; |
3517 | 3522 | children = ( |
3518 | | - 941408B02D59F954000ED1F9 /* sqlManager.hpp */, |
3519 | | - 943398222D57E52900287A2D /* jsonParser.hpp */, |
3520 | 3523 | 94674B842D533B2F00973137 /* trading */, |
3521 | 3524 | 942966D72D48E84100532862 /* models */, |
3522 | 3525 | 94B8C7932D3D770800E17EB6 /* utilities */, |
3523 | 3526 | 941B548F2D3BBA3B00E3BF64 /* trading_definitions */, |
3524 | 3527 | 941B549C2D3BBFB900E3BF64 /* trading_definitions.hpp */, |
3525 | 3528 | 940A61162C92CE960083FEB8 /* serviceA.hpp */, |
| 3529 | + 943398222D57E52900287A2D /* jsonParser.hpp */, |
3526 | 3530 | 940A61122C92CE210083FEB8 /* configManager.hpp */, |
| 3531 | + 941408B02D59F954000ED1F9 /* sqlManager.hpp */, |
| 3532 | + 94724A852F8B92E30029B940 /* operations.hpp */, |
3527 | 3533 | 94CD8B9E2D2E8CE500041BBA /* databaseConnection.hpp */, |
3528 | 3534 | ); |
3529 | 3535 | path = include; |
|
3631 | 3637 | 94674B872D533B4000973137 /* tradeManager.cpp in Sources */, |
3632 | 3638 | 94CD8BA02D2E8CE500041BBA /* databaseConnection.cpp in Sources */, |
3633 | 3639 | 940A61132C92CE210083FEB8 /* configManager.cpp in Sources */, |
| 3640 | + 94724A842F8B92C10029B940 /* operations.cpp in Sources */, |
3634 | 3641 | 940A61172C92CE960083FEB8 /* serviceA.cpp in Sources */, |
3635 | 3642 | ); |
3636 | 3643 | runOnlyForDeploymentPostprocessing = 0; |
|
3646 | 3653 | 94674B8D2D533E7800973137 /* trade.cpp in Sources */, |
3647 | 3654 | 941B549A2D3BBADE00E3BF64 /* trading_definitions_json.cpp in Sources */, |
3648 | 3655 | 94674B8A2D533BDA00973137 /* tradeManager.mm in Sources */, |
| 3656 | + 94724A832F8B92C10029B940 /* operations.cpp in Sources */, |
3649 | 3657 | 940A61182C92CE960083FEB8 /* serviceA.cpp in Sources */, |
3650 | 3658 | 94674B882D533B4000973137 /* tradeManager.cpp in Sources */, |
3651 | 3659 | 943398272D57E54000287A2D /* jsonParser.mm in Sources */, |
|
3788 | 3796 | "\"$(SRCROOT)/external/libpqxx/build/src\"", |
3789 | 3797 | "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
3790 | 3798 | ); |
| 3799 | + MACOSX_DEPLOYMENT_TARGET = 26.0; |
3791 | 3800 | OTHER_LDFLAGS = ""; |
3792 | 3801 | OTHER_LIBTOOLFLAGS = ""; |
3793 | 3802 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
3810 | 3819 | "\"$(SRCROOT)/external/libpqxx/build/src\"", |
3811 | 3820 | "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
3812 | 3821 | ); |
| 3822 | + MACOSX_DEPLOYMENT_TARGET = 26.0; |
3813 | 3823 | OTHER_LDFLAGS = ""; |
3814 | 3824 | OTHER_LIBTOOLFLAGS = ""; |
3815 | 3825 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
3832 | 3842 | "\"$(SRCROOT)/external/libpqxx/build/src\"", |
3833 | 3843 | "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
3834 | 3844 | ); |
| 3845 | + MACOSX_DEPLOYMENT_TARGET = 26.0; |
3835 | 3846 | MARKETING_VERSION = 1.0; |
3836 | 3847 | PRODUCT_BUNDLE_IDENTIFIER = com.mccaffers.tests; |
3837 | 3848 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
3854 | 3865 | "\"$(SRCROOT)/external/libpqxx/build/src\"", |
3855 | 3866 | "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
3856 | 3867 | ); |
| 3868 | + MACOSX_DEPLOYMENT_TARGET = 26.0; |
3857 | 3869 | MARKETING_VERSION = 1.0; |
3858 | 3870 | PRODUCT_BUNDLE_IDENTIFIER = com.mccaffers.tests; |
3859 | 3871 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments