Skip to content

Commit d3967ba

Browse files
committed
~ Button icons
1 parent 677b27b commit d3967ba

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

Cork/Localizable.xcstrings

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34091,7 +34091,6 @@
3409134091
}
3409234092
},
3409334093
"navigation.upgrade-packages.help" : {
34094-
"extractionState" : "stale",
3409534094
"localizations" : {
3409634095
"cs" : {
3409734096
"stringUnit" : {

Cork/Views/Reusables/Buttons/Packages/Update Packages Button.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct UpgradePackagesButton: View
1818
{
1919
appState.showSheet(ofType: .fullUpdate)
2020
} label: {
21-
Label("navigation.menu.packages.update", systemImage: "arrow.clockwise")
21+
Label("navigation.menu.packages.update", systemImage: "square.and.arrow.down")
2222
}
2323
}
2424
}

Derived/Sources/TuistAssets+Cork.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ public enum CorkAsset: Sendable {
2121
public enum Assets {
2222
public static let accentColor = CorkColors(name: "AccentColor")
2323
public static let customAppleTerminalBadgeMagnifyingglass = CorkImages(name: "custom.apple.terminal.badge.magnifyingglass")
24+
public static let customBrainSlash = CorkImages(name: "custom.brain.slash")
2425
public static let customMacwindowBadgeMagnifyingglass = CorkImages(name: "custom.macwindow.badge.magnifyingglass")
2526
public static let customMacwindowBadgeXmark = CorkImages(name: "custom.macwindow.badge.xmark")
2627
public static let customPinFillQuestionmark = CorkImages(name: "custom.pin.fill.questionmark")
2728
public static let customShippingboxBadgeMagnifyingglass = CorkImages(name: "custom.shippingbox.badge.magnifyingglass")
29+
public static let customShippingboxBadgePlus = CorkImages(name: "custom.shippingbox.badge.plus")
2830
public static let customSparklesSlash = CorkImages(name: "custom.sparkles.slash")
31+
public static let customSpigotBadgePlus = CorkImages(name: "custom.spigot.badge.plus")
2932
public static let customSpigotBadgeXmark = CorkImages(name: "custom.spigot.badge.xmark")
3033
public static let customSquareStackBadgePause = CorkImages(name: "custom.square.stack.badge.pause")
3134
public static let customSquareStackBadgePlay = CorkImages(name: "custom.square.stack.badge.play")

Derived/Sources/TuistAssets+SelfCompiled.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ public enum CorkAsset: Sendable {
2121
public enum Assets {
2222
public static let accentColor = CorkColors(name: "AccentColor")
2323
public static let customAppleTerminalBadgeMagnifyingglass = CorkImages(name: "custom.apple.terminal.badge.magnifyingglass")
24+
public static let customBrainSlash = CorkImages(name: "custom.brain.slash")
2425
public static let customMacwindowBadgeMagnifyingglass = CorkImages(name: "custom.macwindow.badge.magnifyingglass")
2526
public static let customMacwindowBadgeXmark = CorkImages(name: "custom.macwindow.badge.xmark")
2627
public static let customPinFillQuestionmark = CorkImages(name: "custom.pin.fill.questionmark")
2728
public static let customShippingboxBadgeMagnifyingglass = CorkImages(name: "custom.shippingbox.badge.magnifyingglass")
29+
public static let customShippingboxBadgePlus = CorkImages(name: "custom.shippingbox.badge.plus")
2830
public static let customSparklesSlash = CorkImages(name: "custom.sparkles.slash")
31+
public static let customSpigotBadgePlus = CorkImages(name: "custom.spigot.badge.plus")
2932
public static let customSpigotBadgeXmark = CorkImages(name: "custom.spigot.badge.xmark")
3033
public static let customSquareStackBadgePause = CorkImages(name: "custom.square.stack.badge.pause")
3134
public static let customSquareStackBadgePlay = CorkImages(name: "custom.square.stack.badge.play")

0 commit comments

Comments
 (0)