Skip to content

Conversation

@lpusok
Copy link
Contributor

@lpusok lpusok commented Nov 11, 2025

No description provided.

ofalvai
ofalvai previously approved these changes Nov 11, 2025
godrei
godrei previously approved these changes Nov 11, 2025
settingsList = append(settingsList, buildSettings{settings: settings, basePath: p.XcWorkspace.Path})
// Settings like INFOPLIST_FILE and CODE_SIGN_ENTITLEMENTS are project-relative
// https://developer.apple.com/documentation/xcode/build-settings-reference#Infoplist-File
settingsList = append(settingsList, buildSettings{settings: settings, basePath: p.XcProj.Path})
Copy link
Contributor

@godrei godrei Nov 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we always use the project path, when fetching settings with file path value, we can get rid of the buildSettings structure and directly pass the settings map across functions.

@lpusok lpusok dismissed stale reviews from godrei and ofalvai via 298a759 November 11, 2025 14:21
@lpusok lpusok merged commit a2b580b into master Nov 11, 2025
3 checks passed
@lpusok lpusok deleted the SSW-2705-workspace-codesign-entitlements-path branch November 11, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants