Skip to content

Remove duplicated SFHFKeychainUtils dependency from WordPressUnitTests - #24514

Merged
mokagio merged 1 commit into
trunkfrom
mokagio/remove-duplicated-package-declaration
May 4, 2025
Merged

Remove duplicated SFHFKeychainUtils dependency from WordPressUnitTests#24514
mokagio merged 1 commit into
trunkfrom
mokagio/remove-duplicated-package-declaration

Conversation

@mokagio

@mokagio mokagio commented May 2, 2025

Copy link
Copy Markdown
Contributor

Noticed this because Xcode added a warning sign next to the Modules in the file navigator. Probably a rebase / merge conflict byproduct.

image

image

Noticed this because Xcode added a warning sign next to the Modules in
the file navigator.
Comment thread Modules/Package.swift
.xcodeTarget("XcodeTarget_App", dependencies: keystoneDependencies),
.xcodeTarget("XcodeTarget_Keystone", dependencies: keystoneDependencies),
.xcodeTarget("XcodeTarget_WordPressTests", dependencies: testDependencies + [
"SFHFKeychainUtils",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The remaining one is below at line 324

@mokagio
mokagio requested review from crazytonyli and kean May 2, 2025 06:49
@mokagio mokagio added this to the 26.1 milestone May 2, 2025
@dangermattic

dangermattic commented May 2, 2025

Copy link
Copy Markdown
Collaborator
1 Warning
⚠️ Modules/Package.swift was changed without updating its corresponding Package.resolved. Please resolve the Swift packages as appropriate to your project setup (e.g. in Xcode or by running swift package resolve).

Generated by 🚫 Danger

@mokagio mokagio added the Testing Unit and UI Tests and Tooling label May 2, 2025
@sonarqubecloud

sonarqubecloud Bot commented May 2, 2025

Copy link
Copy Markdown

@wpmobilebot

Copy link
Copy Markdown
Contributor
App Icon📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress
ConfigurationRelease-Alpha
Build Number27570
VersionPR #24514
Bundle IDorg.wordpress.alpha
Commit9fba4e9
Installation URL31uqqu3n76slo
Automatticians: You can use our internal self-serve MC tool to give yourself access to those builds if needed.

@wpmobilebot

Copy link
Copy Markdown
Contributor
App Icon📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack
ConfigurationRelease-Alpha
Build Number27570
VersionPR #24514
Bundle IDcom.jetpack.alpha
Commit9fba4e9
Installation URL2is5ui9153l9o
Automatticians: You can use our internal self-serve MC tool to give yourself access to those builds if needed.

@mokagio
mokagio added this pull request to the merge queue May 4, 2025
Merged via the queue into trunk with commit fd16fb1 May 4, 2025
@mokagio
mokagio deleted the mokagio/remove-duplicated-package-declaration branch May 4, 2025 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Testing Unit and UI Tests and Tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants