Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused lane that duplicated existing one #641

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

mokagio
Copy link
Contributor

@mokagio mokagio commented Jan 20, 2025

Description

I landed here while regenerating the Enterprise provisioning profiles after creating a new distribution certificate. Internal reference pdnsEh-1ZG-p2

I was looking at the code and noticed a lane that looked unused (no git grep matches`) and that had the same implementation of another one, which is instead in use in the codebase.

Testing Steps

N.A. This only removes a duplicated lane.

Having said that, a successful prototype build will show that the code that was touched is still working.

Verified

This commit was signed with the committer’s verified signature.
ddrthall Ryan
Comment on lines -130 to -132
lane :configure_code_signing_prototype_build do |readonly: true|
configure_code_signing(bundle_ids: [bundle_id_prototype_build!], readonly: readonly)
end
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was exactly the same call as :configure_code_signing above.

Copy link
Contributor

Choose a reason for hiding this comment

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

Nice find. I'll just give it a 👍 here, since someone from your team should review (as you requested).

@mokagio mokagio requested a review from a team January 20, 2025 06:56
@wpmobilebot
Copy link

Gravatar Prototype Build📲 You can test the changes from this Pull Request in Gravatar Prototype Build by scanning the QR code below to install the corresponding build.
App NameGravatar Prototype Build Gravatar Prototype Build
Build Number2025
Version1.0
Bundle IDcom.automattic.gravatar-sdk-demo-uikit.prototype-build
Commitbbe95ce
App Center BuildGravatar SDK Demo - UIKit #555
Automatticians: You can use our internal self-serve MC tool to give yourself access to App Center if needed.

Copy link
Contributor

@iangmaia iangmaia left a comment

Choose a reason for hiding this comment

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

👍

@mokagio mokagio merged commit 41fa702 into trunk Jan 21, 2025
13 checks passed
@mokagio mokagio deleted the mokagio/remove-duplicated-lane branch January 21, 2025 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants