Skip to content

Commit 0fb4dd1

Browse files
authored
Remove main.swift from Keystone (#24383)
1 parent c2e7219 commit 0fb4dd1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

WordPress/WordPress.xcodeproj/project.pbxproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,7 @@
19061906
0C5C46F42D98343300F2CD55 /* Exceptions for "Classes" folder in "Keystone" target */ = {
19071907
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
19081908
membershipExceptions = (
1909+
System/main.swift,
19091910
"System/WordPress-Bridging-Header.h",
19101911
);
19111912
publicHeaders = (
@@ -2011,6 +2012,11 @@
20112012
path = Sources;
20122013
sourceTree = "<group>";
20132014
};
2015+
0C5A1A042D9B080900C25301 /* WordPressAuthenticatorTests */ = {
2016+
isa = PBXFileSystemSynchronizedRootGroup;
2017+
path = WordPressAuthenticatorTests;
2018+
sourceTree = "<group>";
2019+
};
20142020
0C5A3FAB2D9B1EF400C25301 /* Reader */ = {
20152021
isa = PBXFileSystemSynchronizedRootGroup;
20162022
exceptions = (
@@ -2019,11 +2025,6 @@
20192025
path = Reader;
20202026
sourceTree = "<group>";
20212027
};
2022-
0C5A1A042D9B080900C25301 /* WordPressAuthenticatorTests */ = {
2023-
isa = PBXFileSystemSynchronizedRootGroup;
2024-
path = WordPressAuthenticatorTests;
2025-
sourceTree = "<group>";
2026-
};
20272028
0C5C46FE2D98397A00F2CD55 /* Keystone */ = {
20282029
isa = PBXFileSystemSynchronizedRootGroup;
20292030
exceptions = (

0 commit comments

Comments
 (0)