File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1- # Makefile for Sloth app
1+ # Makefile for hear command line tool
22
33XCODE_PROJ := "hear.xcodeproj"
44PROGRAM_NAME := "hear"
Original file line number Diff line number Diff 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
110110permissions.
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
117116Redistribution and use in source and binary forms, with or without modification,
118117are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 138138 isa = PBXProject;
139139 attributes = {
140140 BuildIndependentTargetsInParallel = 1;
141- LastUpgradeCheck = 1630 ;
141+ LastUpgradeCheck = 2620 ;
142142 TargetAttributes = {
143143 F43A461A27C010B2000469BC = {
144144 CreatedOnToolsVersion = 13.2.1;
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;
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;
You can’t perform that action at this time.
0 commit comments