We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029484c commit 9b1fe25Copy full SHA for 9b1fe25
MacCacheCleaner/Info.plist
@@ -17,9 +17,9 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>1.0.1</string>
+ <string>1.1</string>
21
<key>CFBundleVersion</key>
22
- <string>3</string>
+ <string>4</string>
23
<key>LSApplicationCategoryType</key>
24
<string>public.app-category.utilities</string>
25
<key>LSMinimumSystemVersion</key>
MacCacheCleaner/View/CacheTableCellView.swift
@@ -68,7 +68,7 @@ class LocationView: NSStackView {
68
button.bezelStyle = .roundRect
69
self.addArrangedSubview(LocationLabel(location))
70
self.addArrangedSubview(LocationLabel(size))
71
- self.addArrangedSubview(button)
+// self.addArrangedSubview(button)
72
self.orientation = .horizontal
73
self.spacing = 2
74
}
0 commit comments