Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
3883ff3
Add `.xcodeproj`
sbooth Jan 4, 2025
21f5c88
Merge branch 'main' into xcodeproj
sbooth Jan 5, 2025
119ecda
Update xcodeproj
sbooth Jan 5, 2025
113c01a
Merge branch 'main' into xcodeproj
sbooth Jan 7, 2025
91e9c8a
Merge branch 'main' into xcodeproj
sbooth Jan 13, 2025
96791b6
Merge branch 'main' into xcodeproj
sbooth Jan 14, 2025
11a8402
Add new files to xcodeproj
sbooth Jan 14, 2025
4cd750c
Merge branch 'main' into xcodeproj
sbooth Jan 14, 2025
9e62f41
Merge branch 'main' into xcodeproj
sbooth Jan 17, 2025
39c91e4
Merge branch 'main' into xcodeproj
sbooth Jan 20, 2025
aeb784c
Merge branch 'main' into xcodeproj
sbooth Jan 29, 2025
63f3cae
Merge branch 'main' into xcodeproj
sbooth Jan 29, 2025
9bfd3e7
Merge branch 'main' into xcodeproj
sbooth Jan 29, 2025
b6f22fa
Add `RemoveDecoderFromQueue` (#565)
sbooth Feb 1, 2025
aa851dc
Update documentation comment (#566)
sbooth Feb 1, 2025
73b53c7
Refactor playback position and time (#567)
sbooth Feb 3, 2025
52b17b2
Merge branch 'main' into xcodeproj
sbooth Feb 5, 2025
ab085ad
Update xcodeproj
sbooth Feb 5, 2025
904ca0e
Merge branch 'main' into xcodeproj
sbooth Apr 2, 2025
cc3d311
Merge branch 'main' into xcodeproj
sbooth Apr 4, 2025
df4fd61
Merge branch 'main' into xcodeproj
sbooth Jun 29, 2025
192ec7d
Update package versions for dependencies
sbooth Jun 29, 2025
bd1c1e8
Replace `SFBShortenFile.m` with `SFBShortenFile.mm`
sbooth Jun 29, 2025
98139ff
Merge branch 'main' into xcodeproj
sbooth Jul 27, 2025
01e4c6e
Update package versions
sbooth Jul 27, 2025
b4ee629
Merge branch 'main' into xcodeproj
sbooth Sep 12, 2025
972f23e
Update to latest project settings
sbooth Oct 12, 2025
643f683
Merge branch 'main' into xcodeproj
sbooth Oct 12, 2025
256faf9
Increase `SWIFT_VERSION` to 6
sbooth Oct 12, 2025
df2e694
Add Mac Catalyst support and XCFramework Makefile
sbooth Oct 12, 2025
157c880
Merge branch 'main' into xcodeproj
sbooth Nov 30, 2025
a0c1df0
Update xcodeproj
sbooth Nov 30, 2025
05d3fab
Merge branch 'main' into xcodeproj
sbooth Dec 8, 2025
9250f4e
Merge branch 'main' into xcodeproj
sbooth Dec 28, 2025
c56bf82
Update xcodeproj
sbooth Dec 28, 2025
0b43863
Merge branch 'main' into xcodeproj
sbooth Jan 16, 2026
41ca3b3
Update project file
sbooth Jan 16, 2026
caa34ca
Merge branch 'main' into xcodeproj
sbooth Jan 23, 2026
ff6a0ba
Add new files to project
sbooth Jan 23, 2026
2c5ef20
Merge branch 'main' into xcodeproj
sbooth Feb 3, 2026
3e916cb
Update project
sbooth Feb 3, 2026
fa66f79
Add -Wall -Wextra
sbooth Feb 3, 2026
3e7cf99
Merge branch 'main' into xcodeproj
sbooth Feb 8, 2026
1e13b0e
Update xcodeproj
sbooth Feb 8, 2026
76659f8
Merge branch 'main' into xcodeproj
sbooth Feb 8, 2026
42e95d9
Merge branch 'main' into xcodeproj
sbooth Feb 8, 2026
924036b
Merge branch 'main' into xcodeproj
sbooth Feb 11, 2026
cde1e48
Update project file
sbooth Feb 11, 2026
0b6ec16
Merge branch 'main' into xcodeproj
sbooth Apr 5, 2026
c24849e
Update package dependencies
sbooth Apr 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FRAMEWORK_NAME := SFBAudioEngine
XCODEPROJ := SFBAudioEngine.xcodeproj
SCHEME := SFBAudioEngine

include ./xcframework.mk
Comment on lines +1 to +5
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Makefile should include a comment header explaining its purpose and basic usage, similar to the comprehensive documentation in xcframework.mk. This would help users understand how to build the xcframework.

Copilot uses AI. Check for mistakes.
Loading