Add automatic platform detection from scheme build settings #524
Annotations
4 errors
|
build-and-test (24.x)
Process completed with exit code 1.
|
|
build-and-test (24.x):
src/utils/platform-detection.ts#L36
Replace `sdkLower.includes('iphonesimulator')·||·sdkLower.includes('iphoneos')·||·sdkLower.includes('ios')` with `⏎····sdkLower.includes('iphonesimulator')·||⏎····sdkLower.includes('iphoneos')·||⏎····sdkLower.includes('ios')⏎··`
|
|
build-and-test (24.x):
src/mcp/tools/simulator/build_sim.ts#L112
Replace `⏎····'info',⏎····`Starting·${logPrefix}·for·scheme·${params.scheme}·from·${projectType}:·${filePath}`,⏎··` with `'info',·`Starting·${logPrefix}·for·scheme·${params.scheme}·from·${projectType}:·${filePath}``
|
|
build-and-test (24.x):
src/mcp/tools/simulator/build_run_sim.ts#L115
Replace `⏎····'info',⏎····`Starting·${logPrefix}·for·scheme·${params.scheme}·from·${projectType}:·${filePath}`,⏎··` with `'info',·`Starting·${logPrefix}·for·scheme·${params.scheme}·from·${projectType}:·${filePath}``
|