Skip to content

Commit

Permalink
Bump version and clean up commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Jun 9, 2023
1 parent 1eb1f27 commit add61dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion App/Sources/UI/Views/Commands/OpenCommandView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ struct OpenCommandView: View {
})
.menuStyle(GradientMenuStyle(.init(nsColor: .systemGray, grayscaleEffect: false),
menuIndicator: applicationStore.applicationsToOpen(command.wrappedValue.name).isEmpty ? .hidden : .visible))
// .frame(maxWidth: 120, alignment: .trailing)
}
}
}, subContent: { command in
Expand Down
4 changes: 2 additions & 2 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ let project = Project(
"ASSETCATALOG_COMPILER_APPICON_NAME": "AppIcon",
"CODE_SIGN_IDENTITY": "Apple Development",
"CODE_SIGN_STYLE": "Automatic",
"CURRENT_PROJECT_VERSION": "151",
"CURRENT_PROJECT_VERSION": "160",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.5.0",
"MARKETING_VERSION": "3.5.1",
"PRODUCT_NAME": "Keyboard Cowboy"
],
configurations: [
Expand Down

0 comments on commit add61dc

Please sign in to comment.