Skip to content

Ssw 2880 profile paths dedup#316

Merged
lpusok merged 3 commits into
v1from
SSW-2880-profile-paths-dedup
Mar 10, 2026
Merged

Ssw 2880 profile paths dedup#316
lpusok merged 3 commits into
v1from
SSW-2880-profile-paths-dedup

Conversation

@lpusok
Copy link
Copy Markdown
Contributor

@lpusok lpusok commented Mar 9, 2026

feat: Added ProvisioningProfilesDirPath() ProvisioningProfilesDirModernPath() and ProvisioningProfilesDirLegacyPath() for reusable way to get provisioning profile dirs

feat: Added IOSExtension and MacExtension

refactor: removed some duplication in listing logic

Integrated with xcode-archive: bitrise-steplib/steps-xcode-archive#416

lpusok added 2 commits March 9, 2026 16:54
…rnPath() and ProvisioningProfilesDirLegacyPath() for reusable way to get provisioning profile dirs

feat: Added IOSExtension and MacExtension

refactor: removed some duplication in listing logic
@lpusok lpusok changed the base branch from master to v1 March 9, 2026 16:28
@lpusok lpusok marked this pull request as ready for review March 9, 2026 17:10
@lpusok lpusok requested a review from godrei March 10, 2026 13:40
Comment thread profileutil/util.go
if err != nil {
return nil, "", err
}
macOSPaths, err := listProfiles(ProfileTypeMacOs, uuid)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

NIT: the previous logic returned early, we could do the same here, if an ios profile found let's return it and don't do the macos profile search unnecessarily.

@lpusok lpusok merged commit 740af34 into v1 Mar 10, 2026
3 checks passed
@lpusok lpusok deleted the SSW-2880-profile-paths-dedup branch March 10, 2026 14:36
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.

2 participants