Skip to content

Commit e1332af

Browse files
cleanup
1 parent ac29e1b commit e1332af

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

dist/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58524,8 +58524,6 @@ async function GetProjectDetails(credential, xcodeVersion) {
5852458524
core.info(`CFBundleShortVersionString: ${cFBundleShortVersionString}`);
5852558525
const cFBundleVersion = infoPlist['CFBundleVersion'];
5852658526
core.info(`CFBundleVersion: ${cFBundleVersion}`);
58527-
const derivedDataPathInput = core.getInput('derived-data-path') || path.join(projectDirectory, 'DerivedData');
58528-
core.debug(`DerivedData path input: ${derivedDataPathInput}`);
5852958527
const projectRef = new XcodeProject_1.XcodeProject(projectPath, projectName, platform, destination, bundleId, projectDirectory, cFBundleShortVersionString, cFBundleVersion, scheme, credential, xcodeVersion);
5853058528
projectRef.autoIncrementBuildNumber = core.getInput('auto-increment-build-number') === 'true';
5853158529
await getExportOptions(projectRef);

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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ export async function GetProjectDetails(credential: AppleCredential, xcodeVersio
107107
core.info(`CFBundleShortVersionString: ${cFBundleShortVersionString}`);
108108
const cFBundleVersion = infoPlist['CFBundleVersion'] as string;
109109
core.info(`CFBundleVersion: ${cFBundleVersion}`);
110-
const derivedDataPathInput = core.getInput('derived-data-path') || path.join(projectDirectory, 'DerivedData');
111-
core.debug(`DerivedData path input: ${derivedDataPathInput}`);
112110
const projectRef = new XcodeProject(
113111
projectPath,
114112
projectName,

0 commit comments

Comments
 (0)