| 
20 | 20 | 		A4317FE126BA71610012CCA6 /* extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A408075026AAF3BE009FD4F4 /* extensions.swift */; };  | 
21 | 21 | 		A4317FE226BA718E0012CCA6 /* file_operations.swift in Sources */ = {isa = PBXBuildFile; fileRef = A44447B326AC60C6004A4D4D /* file_operations.swift */; };  | 
22 | 22 | 		A44447B426AC60C6004A4D4D /* file_operations.swift in Sources */ = {isa = PBXBuildFile; fileRef = A44447B326AC60C6004A4D4D /* file_operations.swift */; };  | 
 | 23 | +		A46598B926BC48300032651E /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46598B826BC48300032651E /* main.swift */; };  | 
 | 24 | +		A46598BE26BC48470032651E /* cli.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46598BD26BC48470032651E /* cli.swift */; };  | 
 | 25 | +		A46598BF26BC484D0032651E /* placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A408075426AAF3FD009FD4F4 /* placeholder.swift */; };  | 
 | 26 | +		A46598C026BC48500032651E /* extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A408075026AAF3BE009FD4F4 /* extensions.swift */; };  | 
 | 27 | +		A46598C126BC48520032651E /* file_operations.swift in Sources */ = {isa = PBXBuildFile; fileRef = A44447B326AC60C6004A4D4D /* file_operations.swift */; };  | 
 | 28 | +		A46598C326BC48960032651E /* walk.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46598C226BC48960032651E /* walk.swift */; };  | 
 | 29 | +		A46598C526BC48D00032651E /* stats.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46598C426BC48D00032651E /* stats.swift */; };  | 
 | 30 | +		A46598C726BC48DC0032651E /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = A46598C626BC48DC0032651E /* ArgumentParser */; };  | 
23 | 31 | 		A490AB7926B9AA2A007C1120 /* Chalk in Frameworks */ = {isa = PBXBuildFile; productRef = A490AB7826B9AA2A007C1120 /* Chalk */; };  | 
24 | 32 | 		A4A9A89626AAF1F900706A28 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4A9A89526AAF1F900706A28 /* main.swift */; };  | 
25 | 33 | 		A4BCBAA326AD5F3500CE89F6 /* walk_src.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4BCBAA226AD5F3500CE89F6 /* walk_src.swift */; };  | 
 | 
43 | 51 | 			);  | 
44 | 52 | 			runOnlyForDeploymentPostprocessing = 1;  | 
45 | 53 | 		};  | 
 | 54 | +		A46598B426BC48300032651E /* CopyFiles */ = {  | 
 | 55 | +			isa = PBXCopyFilesBuildPhase;  | 
 | 56 | +			buildActionMask = 2147483647;  | 
 | 57 | +			dstPath = /usr/share/man/man1/;  | 
 | 58 | +			dstSubfolderSpec = 0;  | 
 | 59 | +			files = (  | 
 | 60 | +			);  | 
 | 61 | +			runOnlyForDeploymentPostprocessing = 1;  | 
 | 62 | +		};  | 
46 | 63 | 		A4A9A89026AAF1F900706A28 /* CopyFiles */ = {  | 
47 | 64 | 			isa = PBXCopyFilesBuildPhase;  | 
48 | 65 | 			buildActionMask = 2147483647;  | 
 | 
73 | 90 | 		A4317FD826BA6D4A0012CCA6 /* cli.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = cli.swift; sourceTree = "<group>"; };  | 
74 | 91 | 		A4317FDA26BA6EDE0012CCA6 /* walk.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = walk.swift; sourceTree = "<group>"; };  | 
75 | 92 | 		A44447B326AC60C6004A4D4D /* file_operations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = file_operations.swift; sourceTree = "<group>"; };  | 
 | 93 | +		A46598B626BC48300032651E /* icloudstats */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = icloudstats; sourceTree = BUILT_PRODUCTS_DIR; };  | 
 | 94 | +		A46598B826BC48300032651E /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };  | 
 | 95 | +		A46598BD26BC48470032651E /* cli.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = cli.swift; sourceTree = "<group>"; };  | 
 | 96 | +		A46598C226BC48960032651E /* walk.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = walk.swift; sourceTree = "<group>"; };  | 
 | 97 | +		A46598C426BC48D00032651E /* stats.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = stats.swift; sourceTree = "<group>"; };  | 
76 | 98 | 		A4A9A89226AAF1F900706A28 /* icloudbackup */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = icloudbackup; sourceTree = BUILT_PRODUCTS_DIR; };  | 
77 | 99 | 		A4A9A89526AAF1F900706A28 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };  | 
78 | 100 | 		A4BCBAA226AD5F3500CE89F6 /* walk_src.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = walk_src.swift; sourceTree = "<group>"; };  | 
 | 
92 | 114 | 			);  | 
93 | 115 | 			runOnlyForDeploymentPostprocessing = 0;  | 
94 | 116 | 		};  | 
 | 117 | +		A46598B326BC48300032651E /* Frameworks */ = {  | 
 | 118 | +			isa = PBXFrameworksBuildPhase;  | 
 | 119 | +			buildActionMask = 2147483647;  | 
 | 120 | +			files = (  | 
 | 121 | +				A46598C726BC48DC0032651E /* ArgumentParser in Frameworks */,  | 
 | 122 | +			);  | 
 | 123 | +			runOnlyForDeploymentPostprocessing = 0;  | 
 | 124 | +		};  | 
95 | 125 | 		A4A9A88F26AAF1F900706A28 /* Frameworks */ = {  | 
96 | 126 | 			isa = PBXFrameworksBuildPhase;  | 
97 | 127 | 			buildActionMask = 2147483647;  | 
 | 
139 | 169 | 			path = shared;  | 
140 | 170 | 			sourceTree = "<group>";  | 
141 | 171 | 		};  | 
 | 172 | +		A46598B726BC48300032651E /* icloudstats */ = {  | 
 | 173 | +			isa = PBXGroup;  | 
 | 174 | +			children = (  | 
 | 175 | +				A46598B826BC48300032651E /* main.swift */,  | 
 | 176 | +				A46598BD26BC48470032651E /* cli.swift */,  | 
 | 177 | +				A46598C226BC48960032651E /* walk.swift */,  | 
 | 178 | +				A46598C426BC48D00032651E /* stats.swift */,  | 
 | 179 | +			);  | 
 | 180 | +			path = icloudstats;  | 
 | 181 | +			sourceTree = "<group>";  | 
 | 182 | +		};  | 
142 | 183 | 		A4A9A88926AAF1F800706A28 = {  | 
143 | 184 | 			isa = PBXGroup;  | 
144 | 185 | 			children = (  | 
145 | 186 | 				A4317FDF26BA71450012CCA6 /* shared */,  | 
146 | 187 | 				A4A9A89426AAF1F900706A28 /* icloudbackup */,  | 
147 | 188 | 				A4317FD126BA6CAB0012CCA6 /* iclouddownload */,  | 
148 | 189 | 				A4D287C026BAE77A00EE9157 /* icloudoffload */,  | 
 | 190 | +				A46598B726BC48300032651E /* icloudstats */,  | 
149 | 191 | 				A4A9A89326AAF1F900706A28 /* Products */,  | 
150 | 192 | 				A4317FDC26BA6F6A0012CCA6 /* Frameworks */,  | 
151 | 193 | 			);  | 
 | 
157 | 199 | 				A4A9A89226AAF1F900706A28 /* icloudbackup */,  | 
158 | 200 | 				A4317FD026BA6CAB0012CCA6 /* iclouddownload */,  | 
159 | 201 | 				A4D287BF26BAE77A00EE9157 /* icloudoffload */,  | 
 | 202 | +				A46598B626BC48300032651E /* icloudstats */,  | 
160 | 203 | 			);  | 
161 | 204 | 			name = Products;  | 
162 | 205 | 			sourceTree = "<group>";  | 
 | 
206 | 249 | 			productReference = A4317FD026BA6CAB0012CCA6 /* iclouddownload */;  | 
207 | 250 | 			productType = "com.apple.product-type.tool";  | 
208 | 251 | 		};  | 
 | 252 | +		A46598B526BC48300032651E /* icloudstats */ = {  | 
 | 253 | +			isa = PBXNativeTarget;  | 
 | 254 | +			buildConfigurationList = A46598BC26BC48300032651E /* Build configuration list for PBXNativeTarget "icloudstats" */;  | 
 | 255 | +			buildPhases = (  | 
 | 256 | +				A46598B226BC48300032651E /* Sources */,  | 
 | 257 | +				A46598B326BC48300032651E /* Frameworks */,  | 
 | 258 | +				A46598B426BC48300032651E /* CopyFiles */,  | 
 | 259 | +			);  | 
 | 260 | +			buildRules = (  | 
 | 261 | +			);  | 
 | 262 | +			dependencies = (  | 
 | 263 | +			);  | 
 | 264 | +			name = icloudstats;  | 
 | 265 | +			packageProductDependencies = (  | 
 | 266 | +				A46598C626BC48DC0032651E /* ArgumentParser */,  | 
 | 267 | +			);  | 
 | 268 | +			productName = icloudstats;  | 
 | 269 | +			productReference = A46598B626BC48300032651E /* icloudstats */;  | 
 | 270 | +			productType = "com.apple.product-type.tool";  | 
 | 271 | +		};  | 
209 | 272 | 		A4A9A89126AAF1F900706A28 /* icloudbackup */ = {  | 
210 | 273 | 			isa = PBXNativeTarget;  | 
211 | 274 | 			buildConfigurationList = A4A9A89926AAF1F900706A28 /* Build configuration list for PBXNativeTarget "icloudbackup" */;  | 
 | 
259 | 322 | 					A4317FCF26BA6CAB0012CCA6 = {  | 
260 | 323 | 						CreatedOnToolsVersion = 12.5.1;  | 
261 | 324 | 					};  | 
 | 325 | +					A46598B526BC48300032651E = {  | 
 | 326 | +						CreatedOnToolsVersion = 12.5.1;  | 
 | 327 | +					};  | 
262 | 328 | 					A4A9A89126AAF1F900706A28 = {  | 
263 | 329 | 						CreatedOnToolsVersion = 12.5.1;  | 
264 | 330 | 					};  | 
 | 
287 | 353 | 				A4A9A89126AAF1F900706A28 /* icloudbackup */,  | 
288 | 354 | 				A4317FCF26BA6CAB0012CCA6 /* iclouddownload */,  | 
289 | 355 | 				A4D287BE26BAE77A00EE9157 /* icloudoffload */,  | 
 | 356 | +				A46598B526BC48300032651E /* icloudstats */,  | 
290 | 357 | 			);  | 
291 | 358 | 		};  | 
292 | 359 | /* End PBXProject section */  | 
 | 
305 | 372 | 			);  | 
306 | 373 | 			runOnlyForDeploymentPostprocessing = 0;  | 
307 | 374 | 		};  | 
 | 375 | +		A46598B226BC48300032651E /* Sources */ = {  | 
 | 376 | +			isa = PBXSourcesBuildPhase;  | 
 | 377 | +			buildActionMask = 2147483647;  | 
 | 378 | +			files = (  | 
 | 379 | +				A46598C326BC48960032651E /* walk.swift in Sources */,  | 
 | 380 | +				A46598C526BC48D00032651E /* stats.swift in Sources */,  | 
 | 381 | +				A46598BF26BC484D0032651E /* placeholder.swift in Sources */,  | 
 | 382 | +				A46598BE26BC48470032651E /* cli.swift in Sources */,  | 
 | 383 | +				A46598B926BC48300032651E /* main.swift in Sources */,  | 
 | 384 | +				A46598C026BC48500032651E /* extensions.swift in Sources */,  | 
 | 385 | +				A46598C126BC48520032651E /* file_operations.swift in Sources */,  | 
 | 386 | +			);  | 
 | 387 | +			runOnlyForDeploymentPostprocessing = 0;  | 
 | 388 | +		};  | 
308 | 389 | 		A4A9A88E26AAF1F900706A28 /* Sources */ = {  | 
309 | 390 | 			isa = PBXSourcesBuildPhase;  | 
310 | 391 | 			buildActionMask = 2147483647;  | 
 | 
358 | 439 | 			};  | 
359 | 440 | 			name = Release;  | 
360 | 441 | 		};  | 
 | 442 | +		A46598BA26BC48300032651E /* Debug */ = {  | 
 | 443 | +			isa = XCBuildConfiguration;  | 
 | 444 | +			buildSettings = {  | 
 | 445 | +				CODE_SIGN_STYLE = Automatic;  | 
 | 446 | +				DEVELOPMENT_TEAM = QEZ83PUW72;  | 
 | 447 | +				ENABLE_HARDENED_RUNTIME = YES;  | 
 | 448 | +				PRODUCT_NAME = "$(TARGET_NAME)";  | 
 | 449 | +				SWIFT_VERSION = 5.0;  | 
 | 450 | +			};  | 
 | 451 | +			name = Debug;  | 
 | 452 | +		};  | 
 | 453 | +		A46598BB26BC48300032651E /* Release */ = {  | 
 | 454 | +			isa = XCBuildConfiguration;  | 
 | 455 | +			buildSettings = {  | 
 | 456 | +				CODE_SIGN_STYLE = Automatic;  | 
 | 457 | +				DEVELOPMENT_TEAM = QEZ83PUW72;  | 
 | 458 | +				ENABLE_HARDENED_RUNTIME = YES;  | 
 | 459 | +				PRODUCT_NAME = "$(TARGET_NAME)";  | 
 | 460 | +				SWIFT_VERSION = 5.0;  | 
 | 461 | +			};  | 
 | 462 | +			name = Release;  | 
 | 463 | +		};  | 
361 | 464 | 		A4A9A89726AAF1F900706A28 /* Debug */ = {  | 
362 | 465 | 			isa = XCBuildConfiguration;  | 
363 | 466 | 			buildSettings = {  | 
 | 
479 | 582 | 				CODE_SIGN_STYLE = Automatic;  | 
480 | 583 | 				DEVELOPMENT_TEAM = QEZ83PUW72;  | 
481 | 584 | 				ENABLE_HARDENED_RUNTIME = YES;  | 
482 |  | -				MACOSX_DEPLOYMENT_TARGET = 11.3;  | 
483 | 585 | 				PRODUCT_BUNDLE_IDENTIFIER = "se.eberl.icloud-backup";  | 
484 | 586 | 				PRODUCT_NAME = "$(TARGET_NAME)";  | 
485 | 587 | 				SWIFT_VERSION = 5.0;  | 
 | 
492 | 594 | 				CODE_SIGN_STYLE = Automatic;  | 
493 | 595 | 				DEVELOPMENT_TEAM = QEZ83PUW72;  | 
494 | 596 | 				ENABLE_HARDENED_RUNTIME = YES;  | 
495 |  | -				MACOSX_DEPLOYMENT_TARGET = 11.3;  | 
496 | 597 | 				PRODUCT_BUNDLE_IDENTIFIER = "se.eberl.icloud-backup";  | 
497 | 598 | 				PRODUCT_NAME = "$(TARGET_NAME)";  | 
498 | 599 | 				SWIFT_VERSION = 5.0;  | 
 | 
533 | 634 | 			defaultConfigurationIsVisible = 0;  | 
534 | 635 | 			defaultConfigurationName = Release;  | 
535 | 636 | 		};  | 
 | 637 | +		A46598BC26BC48300032651E /* Build configuration list for PBXNativeTarget "icloudstats" */ = {  | 
 | 638 | +			isa = XCConfigurationList;  | 
 | 639 | +			buildConfigurations = (  | 
 | 640 | +				A46598BA26BC48300032651E /* Debug */,  | 
 | 641 | +				A46598BB26BC48300032651E /* Release */,  | 
 | 642 | +			);  | 
 | 643 | +			defaultConfigurationIsVisible = 0;  | 
 | 644 | +			defaultConfigurationName = Release;  | 
 | 645 | +		};  | 
536 | 646 | 		A4A9A88D26AAF1F800706A28 /* Build configuration list for PBXProject "icloud-backup" */ = {  | 
537 | 647 | 			isa = XCConfigurationList;  | 
538 | 648 | 			buildConfigurations = (  | 
 | 
592 | 702 | 			package = A408074B26AAF305009FD4F4 /* XCRemoteSwiftPackageReference "swift-argument-parser" */;  | 
593 | 703 | 			productName = ArgumentParser;  | 
594 | 704 | 		};  | 
 | 705 | +		A46598C626BC48DC0032651E /* ArgumentParser */ = {  | 
 | 706 | +			isa = XCSwiftPackageProductDependency;  | 
 | 707 | +			package = A408074B26AAF305009FD4F4 /* XCRemoteSwiftPackageReference "swift-argument-parser" */;  | 
 | 708 | +			productName = ArgumentParser;  | 
 | 709 | +		};  | 
595 | 710 | 		A490AB7826B9AA2A007C1120 /* Chalk */ = {  | 
596 | 711 | 			isa = XCSwiftPackageProductDependency;  | 
597 | 712 | 			package = A490AB7726B9AA2A007C1120 /* XCRemoteSwiftPackageReference "Chalk" */;  | 
 | 
0 commit comments