Skip to content

Commit 639898d

Browse files
sort
1 parent f0b3375 commit 639898d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58036,11 +58036,11 @@ async function GetProjectDetails(credential, xcodeVersion) {
5803658036
if (!platform) {
5803758037
throw new Error('Unable to determine the platform to build for.');
5803858038
}
58039-
await getPlatformSdkVersion(projectPath, scheme, platform);
5804058039
core.info(`Bundle ID: ${bundleId}`);
5804158040
if (!bundleId) {
5804258041
throw new Error('Unable to determine the bundle ID');
5804358042
}
58043+
await getPlatformSdkVersion(projectPath, scheme, platform);
5804458044
let infoPlistPath = `${projectDirectory}/${projectName}/Info.plist`;
5804558045
if (!fs.existsSync(infoPlistPath)) {
5804658046
infoPlistPath = `${projectDirectory}/Info.plist`;

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.

0 commit comments

Comments
 (0)