Skip to content

Commit dfc0758

Browse files
add dest
1 parent 639898d commit dfc0758

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58116,6 +58116,7 @@ async function getPlatformSdkVersion(projectPath, scheme, platform) {
5811658116
'build',
5811758117
'-project', projectPath,
5811858118
'-scheme', scheme,
58119+
'-destination', `generic/platform=${platform}`,
5811958120
'-showBuildSettings'
5812058121
];
5812158122
if (!core.isDebug()) {

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/xcode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ async function getPlatformSdkVersion(projectPath: string, scheme: string, platfo
149149
'build',
150150
'-project', projectPath,
151151
'-scheme', scheme,
152+
'-destination', `generic/platform=${platform}`,
152153
'-showBuildSettings'
153154
];
154155
if (!core.isDebug()) {

0 commit comments

Comments
 (0)