Add a SwiftTUI terminal app that lists race runners from the start list and results files, with an interactive menu to sort, filter by age group, toggle finishers vs. non-starters, and live-search by name. Parsing and transforms are written as pure functions over the file contents. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
/*.app/Contents/Frameworks/libclang_rt.asan*.dylib
|
|
/*.app/Contents/Frameworks/libclang_rt.tsan*.dylib
|
|
/*.app/Contents/Frameworks/libclang_rt.ubsan*.dylib
|
|
/*.app/Contents/Frameworks/libXCTestBundleInject.dylib
|
|
/*.app/Contents/Frameworks/libXCTestSwiftSupport.dylib
|
|
/*.app/Contents/Frameworks/Testing.framework,
|
|
/*.app/Contents/Frameworks/XCTAutomationSupport.framework
|
|
/*.app/Contents/Frameworks/XCTest.framework
|
|
/*.app/Contents/Frameworks/XCTestCore.framework
|
|
/*.app/Contents/Frameworks/XCTestSupport.framework
|
|
/*.app/Contents/Frameworks/XCUIAutomation.framework
|
|
/*.app/Contents/Frameworks/XCUnit.framework
|
|
/*.app/Frameworks/libclang_rt.asan*.dylib
|
|
/*.app/Frameworks/libclang_rt.tsan*.dylib
|
|
/*.app/Frameworks/libclang_rt.ubsan*.dylib
|
|
/*.app/Frameworks/libXCTestBundleInject.dylib
|
|
/*.app/Frameworks/libXCTestSwiftSupport.dylib
|
|
/*.app/Frameworks/Testing.framework,
|
|
/*.app/Frameworks/XCTAutomationSupport.framework
|
|
/*.app/Frameworks/XCTest.framework
|
|
/*.app/Frameworks/XCTestCore.framework
|
|
/*.app/Frameworks/XCTestSupport.framework
|
|
/*.app/Frameworks/XCUIAutomation.framework
|
|
/*.app/Frameworks/XCUnit.framework
|
|
/*.app/PlugIns/*.xctest
|