We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5746ec3 commit 55f2112Copy full SHA for 55f2112
Sources/Helpers/Images/ImagesHelper.swift
@@ -50,11 +50,9 @@ extension ImagesHelper {
50
@Option(name: .long, help: "XPC service prefix")
51
var serviceIdentifier: String = "com.apple.container.core.container-core-images"
52
53
- @Option(
54
- name: .shortAndLong,
55
- help: "Application data directory",
56
- transform: { URL(filePath: $0) })
57
- var appRoot = ApplicationRoot.defaultURL
+ var appRoot = ApplicationRoot.url
+
+ var installRoot = InstallRoot.url
58
59
private static let unpackStrategy = SnapshotStore.defaultUnpackStrategy
60
0 commit comments