mirror of
https://github.com/codybrom/blankie.git
synced 2026-05-14 07:40:35 +00:00
0d17ec9923
feat(tests): Implement async XCTestCase extension for handling asynchronous operations feat(audio): Enhance Sound class with public access and loadSound method feat(settings): Update GlobalSettings methods to use @MainActor for thread safety
31 lines
700 B
Plaintext
31 lines
700 B
Plaintext
{
|
|
"configurations" : [
|
|
{
|
|
"id" : "9B22136B-03AA-4556-A3CA-6156C33341BF",
|
|
"name" : "Test Scheme Action",
|
|
"options" : {
|
|
"defaultTestExecutionTimeAllowance" : 60,
|
|
"testTimeoutsEnabled" : true
|
|
}
|
|
}
|
|
],
|
|
"defaultOptions" : {
|
|
"targetForVariableExpansion" : {
|
|
"containerPath" : "container:Blankie.xcodeproj",
|
|
"identifier" : "F913505E2D233A43003C85BE",
|
|
"name" : "Blankie"
|
|
}
|
|
},
|
|
"testTargets" : [
|
|
{
|
|
"parallelizable" : true,
|
|
"target" : {
|
|
"containerPath" : "container:Blankie.xcodeproj",
|
|
"identifier" : "F9ED6BA92D321D3300240F13",
|
|
"name" : "BlankieTests"
|
|
}
|
|
}
|
|
],
|
|
"version" : 1
|
|
}
|