|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 46; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | E80CE01F1EA1811E00347D7B /* libZeeQL.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = E80CE01E1EA1811E00347D7B /* libZeeQL.dylib */; }; |
11 | 11 | E80CE0221EA1871900347D7B /* PostgreSQLModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E80CE0211EA1871900347D7B /* PostgreSQLModelTests.swift */; }; |
12 | 12 | E80CE0241EA1897400347D7B /* PostgreSQLModelFetch.swift in Sources */ = {isa = PBXBuildFile; fileRef = E80CE0231EA1897400347D7B /* PostgreSQLModelFetch.swift */; }; |
| 13 | + E84D18042E97F46A00038603 /* ZeeQL in Frameworks */ = {isa = PBXBuildFile; productRef = E84D18032E97F46A00038603 /* ZeeQL */; }; |
13 | 14 | E85E927025C31FE1006CEB40 /* libpq.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E85E926F25C31FE1006CEB40 /* libpq.a */; }; |
14 | 15 | E870FC391E9BA1E800A038AF /* PostgreSQLAdaptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E870FC361E9BA1E800A038AF /* PostgreSQLAdaptor.swift */; }; |
15 | 16 | E870FC3A1E9BA1E800A038AF /* PostgreSQLAdaptorChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E870FC371E9BA1E800A038AF /* PostgreSQLAdaptorChannel.swift */; }; |
|
78 | 79 | isa = PBXFrameworksBuildPhase; |
79 | 80 | buildActionMask = 2147483647; |
80 | 81 | files = ( |
| 82 | + E84D18042E97F46A00038603 /* ZeeQL in Frameworks */, |
81 | 83 | E85E927025C31FE1006CEB40 /* libpq.a in Frameworks */, |
82 | 84 | E8D95FC91E91A7AD0072FF09 /* libZeeQL.dylib in Frameworks */, |
83 | 85 | ); |
|
268 | 270 | Base, |
269 | 271 | ); |
270 | 272 | mainGroup = E8D2794A1E5504FA00453BBE; |
| 273 | + packageReferences = ( |
| 274 | + E84D18022E97F46A00038603 /* XCRemoteSwiftPackageReference "ZeeQL3" */, |
| 275 | + ); |
271 | 276 | productRefGroup = E8D279541E5504FA00453BBE /* Products */; |
272 | 277 | projectDirPath = ""; |
273 | 278 | projectRoot = ""; |
|
365 | 370 | ENABLE_NS_ASSERTIONS = NO; |
366 | 371 | MTL_ENABLE_DEBUG_INFO = NO; |
367 | 372 | REEXPORTED_LIBRARY_PATHS = ""; |
368 | | - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 373 | + SWIFT_COMPILATION_MODE = wholemodule; |
| 374 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; |
369 | 375 | }; |
370 | 376 | name = Release; |
371 | 377 | }; |
|
455 | 461 | defaultConfigurationName = Release; |
456 | 462 | }; |
457 | 463 | /* End XCConfigurationList section */ |
| 464 | + |
| 465 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 466 | + E84D18022E97F46A00038603 /* XCRemoteSwiftPackageReference "ZeeQL3" */ = { |
| 467 | + isa = XCRemoteSwiftPackageReference; |
| 468 | + repositoryURL = "https://github.com/ZeeQL/ZeeQL3.git"; |
| 469 | + requirement = { |
| 470 | + kind = upToNextMajorVersion; |
| 471 | + minimumVersion = 0.9.38; |
| 472 | + }; |
| 473 | + }; |
| 474 | +/* End XCRemoteSwiftPackageReference section */ |
| 475 | + |
| 476 | +/* Begin XCSwiftPackageProductDependency section */ |
| 477 | + E84D18032E97F46A00038603 /* ZeeQL */ = { |
| 478 | + isa = XCSwiftPackageProductDependency; |
| 479 | + package = E84D18022E97F46A00038603 /* XCRemoteSwiftPackageReference "ZeeQL3" */; |
| 480 | + productName = ZeeQL; |
| 481 | + }; |
| 482 | +/* End XCSwiftPackageProductDependency section */ |
458 | 483 | }; |
459 | 484 | rootObject = E8D2794B1E5504FA00453BBE /* Project object */; |
460 | 485 | } |
0 commit comments