|
25 | 25 | 3A3DA8AC28E0A76D00BFEFAC /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = 3A3DA8AB28E0A76D00BFEFAC /* ArgumentParser */; }; |
26 | 26 | 3A8A035528E3F0800027B16E /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A8A035428E3F0800027B16E /* main.swift */; }; |
27 | 27 | 3A8A035A28E3F6EE0027B16E /* libIOReport.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF36E0B28D21A4C00DA3EB3 /* libIOReport.tbd */; }; |
28 | | - 3A9A722C28D15EBB0021E6F1 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A9A722B28D15EBB0021E6F1 /* main.swift */; }; |
29 | 28 | 3A9A723328D15F5C0021E6F1 /* static.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A9A723228D15F5C0021E6F1 /* static.swift */; }; |
30 | 29 | 3AC9F1EA28F02E7B008C5D5C /* libncurses.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AC9F1E928F02E6F008C5D5C /* libncurses.tbd */; }; |
| 30 | + 3AECE96B297AEB4000D45A12 /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 3AECE96A297AEB4000D45A12 /* Alamofire */; }; |
| 31 | + 3AECE971297AFCF500D45A12 /* neoasitop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AECE970297AFCF500D45A12 /* neoasitop.swift */; }; |
31 | 32 | 3AF36E0C28D21A6B00DA3EB3 /* libIOReport.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF36E0B28D21A4C00DA3EB3 /* libIOReport.tbd */; }; |
32 | 33 | 3AF36E0E28D2ACCC00DA3EB3 /* head.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AF36E0D28D2ACCC00DA3EB3 /* head.swift */; }; |
33 | 34 | /* End PBXBuildFile section */ |
|
73 | 74 | 3A8A035228E3F0800027B16E /* IOReportDump */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = IOReportDump; sourceTree = BUILT_PRODUCTS_DIR; }; |
74 | 75 | 3A8A035428E3F0800027B16E /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
75 | 76 | 3A9A722828D15EBB0021E6F1 /* socpowerbuddy_swift */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = socpowerbuddy_swift; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 | | - 3A9A722B28D15EBB0021E6F1 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
77 | 77 | 3A9A723228D15F5C0021E6F1 /* static.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = static.swift; sourceTree = "<group>"; }; |
78 | 78 | 3AC9F1E928F02E6F008C5D5C /* libncurses.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libncurses.tbd; path = usr/lib/libncurses.tbd; sourceTree = SDKROOT; }; |
| 79 | + 3AECE970297AFCF500D45A12 /* neoasitop.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = neoasitop.swift; sourceTree = "<group>"; }; |
79 | 80 | 3AF36E0728D216A800DA3EB3 /* socpwrbud.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = socpwrbud.h; sourceTree = "<group>"; }; |
80 | 81 | 3AF36E0828D2174A00DA3EB3 /* socpowerbuddy_bridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = socpowerbuddy_bridge.h; sourceTree = "<group>"; }; |
81 | 82 | 3AF36E0B28D21A4C00DA3EB3 /* libIOReport.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libIOReport.tbd; path = usr/lib/libIOReport.tbd; sourceTree = SDKROOT; }; |
|
96 | 97 | buildActionMask = 2147483647; |
97 | 98 | files = ( |
98 | 99 | 3AF36E0C28D21A6B00DA3EB3 /* libIOReport.tbd in Frameworks */, |
| 100 | + 3AECE96B297AEB4000D45A12 /* Alamofire in Frameworks */, |
99 | 101 | 3A3DA8AC28E0A76D00BFEFAC /* ArgumentParser in Frameworks */, |
100 | 102 | 3AC9F1EA28F02E7B008C5D5C /* libncurses.tbd in Frameworks */, |
101 | 103 | ); |
|
135 | 137 | 3A9A722A28D15EBB0021E6F1 /* socpowerbuddy_swift */ = { |
136 | 138 | isa = PBXGroup; |
137 | 139 | children = ( |
138 | | - 3A9A722B28D15EBB0021E6F1 /* main.swift */, |
| 140 | + 3AECE970297AFCF500D45A12 /* neoasitop.swift */, |
139 | 141 | 3A9A723228D15F5C0021E6F1 /* static.swift */, |
140 | 142 | 3AF36E0728D216A800DA3EB3 /* socpwrbud.h */, |
141 | 143 | 3AF36E0828D2174A00DA3EB3 /* socpowerbuddy_bridge.h */, |
|
203 | 205 | name = socpowerbuddy_swift; |
204 | 206 | packageProductDependencies = ( |
205 | 207 | 3A3DA8AB28E0A76D00BFEFAC /* ArgumentParser */, |
| 208 | + 3AECE96A297AEB4000D45A12 /* Alamofire */, |
206 | 209 | ); |
207 | 210 | productName = socpowerbuddy_swift; |
208 | 211 | productReference = 3A9A722828D15EBB0021E6F1 /* socpowerbuddy_swift */; |
|
237 | 240 | mainGroup = 3A9A721F28D15EBB0021E6F1; |
238 | 241 | packageReferences = ( |
239 | 242 | 3A3DA8A628E09E4500BFEFAC /* XCRemoteSwiftPackageReference "swift-argument-parser" */, |
| 243 | + 3AECE969297AEB4000D45A12 /* XCRemoteSwiftPackageReference "Alamofire" */, |
240 | 244 | ); |
241 | 245 | productRefGroup = 3A9A722928D15EBB0021E6F1 /* Products */; |
242 | 246 | projectDirPath = ""; |
|
264 | 268 | 3A238E8928D2FBD60033A580 /* sampler.swift in Sources */, |
265 | 269 | 3A238F0128D5CCEF0033A580 /* Repeater.swift in Sources */, |
266 | 270 | 3A238EE928D5BF410033A580 /* Logger.swift in Sources */, |
| 271 | + 3AECE971297AFCF500D45A12 /* neoasitop.swift in Sources */, |
267 | 272 | 3A3DA88628DEDC5B00BFEFAC /* util.swift in Sources */, |
268 | 273 | 3A238EEB28D5BFC10033A580 /* helper.swift in Sources */, |
269 | 274 | 3A238EF528D5C6710033A580 /* readers.swift in Sources */, |
|
274 | 279 | 3A238EF128D5C2AA0033A580 /* extensions.swift in Sources */, |
275 | 280 | 3A238EFD28D5C9B70033A580 /* Module.swift in Sources */, |
276 | 281 | 3A238EE728D5BED50033A580 /* SystemKit.swift in Sources */, |
277 | | - 3A9A722C28D15EBB0021E6F1 /* main.swift in Sources */, |
278 | 282 | 3A238EF928D5C8210033A580 /* reader.swift in Sources */, |
279 | 283 | 3A9A723328D15F5C0021E6F1 /* static.swift in Sources */, |
280 | 284 | 3A238EF728D5C6910033A580 /* values.swift in Sources */, |
|
503 | 507 | minimumVersion = 1.0.0; |
504 | 508 | }; |
505 | 509 | }; |
| 510 | + 3AECE969297AEB4000D45A12 /* XCRemoteSwiftPackageReference "Alamofire" */ = { |
| 511 | + isa = XCRemoteSwiftPackageReference; |
| 512 | + repositoryURL = "https://github.com/Alamofire/Alamofire.git"; |
| 513 | + requirement = { |
| 514 | + kind = upToNextMajorVersion; |
| 515 | + minimumVersion = 5.0.0; |
| 516 | + }; |
| 517 | + }; |
506 | 518 | /* End XCRemoteSwiftPackageReference section */ |
507 | 519 |
|
508 | 520 | /* Begin XCSwiftPackageProductDependency section */ |
|
511 | 523 | package = 3A3DA8A628E09E4500BFEFAC /* XCRemoteSwiftPackageReference "swift-argument-parser" */; |
512 | 524 | productName = ArgumentParser; |
513 | 525 | }; |
| 526 | + 3AECE96A297AEB4000D45A12 /* Alamofire */ = { |
| 527 | + isa = XCSwiftPackageProductDependency; |
| 528 | + package = 3AECE969297AEB4000D45A12 /* XCRemoteSwiftPackageReference "Alamofire" */; |
| 529 | + productName = Alamofire; |
| 530 | + }; |
514 | 531 | /* End XCSwiftPackageProductDependency section */ |
515 | 532 | }; |
516 | 533 | rootObject = 3A9A722028D15EBB0021E6F1 /* Project object */; |
|
0 commit comments