Skip to content

Commit f0b3375

Browse files
sort
1 parent 86a7d12 commit f0b3375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/xcode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ export async function GetProjectDetails(credential: AppleCredential, xcodeVersio
6060
if (!platform) {
6161
throw new Error('Unable to determine the platform to build for.');
6262
}
63-
await getPlatformSdkVersion(projectPath, scheme, platform);
6463
core.info(`Bundle ID: ${bundleId}`);
6564
if (!bundleId) {
6665
throw new Error('Unable to determine the bundle ID');
6766
}
67+
await getPlatformSdkVersion(projectPath, scheme, platform);
6868
let infoPlistPath = `${projectDirectory}/${projectName}/Info.plist`;
6969
if (!fs.existsSync(infoPlistPath)) {
7070
infoPlistPath = `${projectDirectory}/Info.plist`;

0 commit comments

Comments
 (0)