Skip to content

Remove main.swift from Keystone #24383

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

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions WordPress/WordPress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1906,6 +1906,7 @@
0C5C46F42D98343300F2CD55 /* Exceptions for "Classes" folder in "Keystone" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
System/main.swift,
Comment on lines 1906 to +1909
Copy link
Contributor

Choose a reason for hiding this comment

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

What is says in the tin.

"System/WordPress-Bridging-Header.h",
);
publicHeaders = (
Expand Down Expand Up @@ -2011,6 +2012,11 @@
path = Sources;
sourceTree = "<group>";
};
0C5A1A042D9B080900C25301 /* WordPressAuthenticatorTests */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = WordPressAuthenticatorTests;
sourceTree = "<group>";
};
0C5A3FAB2D9B1EF400C25301 /* Reader */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
Expand All @@ -2019,11 +2025,6 @@
path = Reader;
sourceTree = "<group>";
};
0C5A1A042D9B080900C25301 /* WordPressAuthenticatorTests */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = WordPressAuthenticatorTests;
sourceTree = "<group>";
};
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah! Glad you committed this project change. I got it yesterday too but kept thinking "I'll open another PR then one for this one." I didn't want it out in a PR that did not work on the project file...

0C5C46FE2D98397A00F2CD55 /* Keystone */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
Expand Down