Skip to content

Commit df7f762

Browse files
committed
Updated documentation, bumped deployment version to macOS 13, updated project settings
1 parent a7037db commit df7f762

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Makefile for Sloth app
1+
# Makefile for hear command line tool
22

33
XCODE_PROJ := "hear.xcodeproj"
44
PROGRAM_NAME := "hear"

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,14 @@ bash test/test.sh
104104

105105
## Troubleshooting
106106

107-
If running the binary leads to an abort signal, try running the binary by
108-
right-clicking it and selecting Open. This should automatically open the
109-
binary with the your terminal client and prompt you to grant the required
107+
If running the binary leads to an abort signal, try running it by
108+
right-clicking it in the Finder and selecting Open. This should automatically
109+
open the binary with your terminal client and prompt you to grant the required
110110
permissions.
111111

112112
## BSD License
113113

114-
Copyright (c) 2022-2025 Sveinbjorn Thordarson
115-
<[sveinbjorn@sveinbjorn.org](mailto:sveinbjorn@sveinbjorn.org)>
114+
Copyright (c) 2022-2026 [Sveinbjorn Thordarson](mailto:sveinbjorn@sveinbjorn.org)
116115

117116
Redistribution and use in source and binary forms, with or without modification,
118117
are permitted provided that the following conditions are met:

hear.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
isa = PBXProject;
139139
attributes = {
140140
BuildIndependentTargetsInParallel = 1;
141-
LastUpgradeCheck = 1630;
141+
LastUpgradeCheck = 2620;
142142
TargetAttributes = {
143143
F43A461A27C010B2000469BC = {
144144
CreatedOnToolsVersion = 13.2.1;
@@ -233,7 +233,7 @@
233233
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
234234
GCC_WARN_UNUSED_FUNCTION = YES;
235235
GCC_WARN_UNUSED_VARIABLE = YES;
236-
MACOSX_DEPLOYMENT_TARGET = 10.15;
236+
MACOSX_DEPLOYMENT_TARGET = 13.5;
237237
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
238238
MTL_FAST_MATH = YES;
239239
ONLY_ACTIVE_ARCH = YES;
@@ -291,7 +291,7 @@
291291
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
292292
GCC_WARN_UNUSED_FUNCTION = YES;
293293
GCC_WARN_UNUSED_VARIABLE = YES;
294-
MACOSX_DEPLOYMENT_TARGET = 10.15;
294+
MACOSX_DEPLOYMENT_TARGET = 13.5;
295295
MTL_ENABLE_DEBUG_INFO = NO;
296296
MTL_FAST_MATH = YES;
297297
SDKROOT = macosx;

0 commit comments

Comments
 (0)