File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ on: [push]
33jobs :
44 build :
55 name : Build Xcode app project
6- runs-on : macos-14
6+ runs-on : macos-26
77 env :
88 APP_NAME : Commandoak
9- XCODE_VERSION : 15.2
9+ XCODE_VERSION : 26.0
1010 steps :
1111 - name : Checkout code
1212 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push]
33jobs :
44 lint :
55 name : Run SwiftLint
6- runs-on : macos-14
6+ runs-on : macos-26
77 steps :
88 - name : Checkout code
99 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ struct CommandDetailView: View {
3535 }
3636 }
3737 }
38- ToolbarItem ( placement: . cancellationAction ) {
38+ ToolbarItem ( placement: . destructiveAction ) {
3939 Button ( " Delete " ) {
4040 withAnimation {
4141 delete ( )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ struct CommandsView: View {
2626 }
2727 . navigationSplitViewColumnWidth ( min: 180 , ideal: 200 )
2828 . toolbar {
29- ToolbarItem {
29+ ToolbarItem ( placement : . principal ) {
3030 Button ( action: addItem) {
3131 Label ( " Add command " , systemImage: " plus " )
3232 }
You can’t perform that action at this time.
0 commit comments