Skip to content

Commit 6720b50

Browse files
committed
Move the unit tests code into UIKit folder
1 parent 1b7d131 commit 6720b50

9 files changed

Lines changed: 9 additions & 33 deletions

File tree

FloatingPanel.xcodeproj/project.pbxproj

Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 60;
6+
objectVersion = 70;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
542753C622C49A6E00D17955 /* LayoutTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 542753C522C49A6E00D17955 /* LayoutTests.swift */; };
1110
5431025B2DB8AAB800A927EF /* View+floatingPanelSurface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543102592DB8AAB800A927EF /* View+floatingPanelSurface.swift */; };
1211
5431025E2DB8AAB800A927EF /* View+floatingPanelConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543102572DB8AAB800A927EF /* View+floatingPanelConfiguration.swift */; };
1312
543102B22DB8B4AC00A927EF /* View+floatingPanelLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543102B12DB8B4A300A927EF /* View+floatingPanelLayout.swift */; };
@@ -17,11 +16,9 @@
1716
54352E9821A521CA00CBCA08 /* PassthroughView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54352E9721A521CA00CBCA08 /* PassthroughView.swift */; };
1817
5450EEE421646DF500135936 /* Behavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5450EEE321646DF500135936 /* Behavior.swift */; };
1918
545DB9CB2151169500CA77B8 /* FloatingPanel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 545DB9C12151169500CA77B8 /* FloatingPanel.framework */; };
20-
545DB9D02151169500CA77B8 /* ControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 545DB9CF2151169500CA77B8 /* ControllerTests.swift */; };
2119
545DB9D22151169500CA77B8 /* FloatingPanel.h in Headers */ = {isa = PBXBuildFile; fileRef = 545DB9C42151169500CA77B8 /* FloatingPanel.h */; settings = {ATTRIBUTES = (Public, ); }; };
2220
545DB9E021511AC100CA77B8 /* Controller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 545DB9DF21511AC100CA77B8 /* Controller.swift */; };
2321
545DBA2B2152383100CA77B8 /* GrabberView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 545DBA2A2152383100CA77B8 /* GrabberView.swift */; };
24-
546055BF2333C4740069F400 /* TestSupports.swift in Sources */ = {isa = PBXBuildFile; fileRef = 542753C722C49A8F00D17955 /* TestSupports.swift */; };
2522
5469F4AE24B30D7E00537F8A /* State.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5469F4AD24B30D7E00537F8A /* State.swift */; };
2623
5469F4B024B30E1500537F8A /* LayoutAnchoring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5469F4AF24B30E1500537F8A /* LayoutAnchoring.swift */; };
2724
5469F4B224B30F1100537F8A /* Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5469F4B124B30F1100537F8A /* Position.swift */; };
@@ -30,12 +27,7 @@
3027
5471AF902CB53FFC001B7A64 /* FloatingPanelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5471AF8F2CB53FFC001B7A64 /* FloatingPanelView.swift */; };
3128
5471AF922CB5462C001B7A64 /* FloatingPanelProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5471AF912CB54628001B7A64 /* FloatingPanelProxy.swift */; };
3229
547B44912CC0E8B300F7E68C /* FloatingPanelCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 547B44902CC0E8AD00F7E68C /* FloatingPanelCoordinator.swift */; };
33-
547F7A9C2A6E946000303905 /* GestureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 547F7A9B2A6E946000303905 /* GestureTests.swift */; };
3430
5484E7432DCF90AC0058E962 /* View+floatingPanelState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5484E7422DCF90A60058E962 /* View+floatingPanelState.swift */; };
35-
549C371F2361E15E007D8058 /* ExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 549C371E2361E15D007D8058 /* ExtensionTests.swift */; };
36-
549E944522CF295D0050AECF /* StateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 549E944422CF295D0050AECF /* StateTests.swift */; };
37-
54A6B6B122968B530077F348 /* CoreTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54A6B6B022968B530077F348 /* CoreTests.swift */; };
38-
54A6B6B82296A8520077F348 /* SurfaceViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54A6B6B72296A8520077F348 /* SurfaceViewTests.swift */; };
3931
54ABD7AF216CCFF7002E6C13 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54ABD7AE216CCFF7002E6C13 /* Logging.swift */; };
4032
54CDC5D3215B6D5A007D205C /* SurfaceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54CDC5D2215B6D5A007D205C /* SurfaceView.swift */; };
4133
54CDC5D5215B6D8D007D205C /* BackdropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54CDC5D4215B6D8D007D205C /* BackdropView.swift */; };
@@ -58,8 +50,6 @@
5850
/* End PBXContainerItemProxy section */
5951

6052
/* Begin PBXFileReference section */
61-
542753C522C49A6E00D17955 /* LayoutTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoutTests.swift; sourceTree = "<group>"; };
62-
542753C722C49A8F00D17955 /* TestSupports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSupports.swift; sourceTree = "<group>"; };
6353
543102572DB8AAB800A927EF /* View+floatingPanelConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+floatingPanelConfiguration.swift"; sourceTree = "<group>"; };
6454
543102592DB8AAB800A927EF /* View+floatingPanelSurface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+floatingPanelSurface.swift"; sourceTree = "<group>"; };
6555
543102B12DB8B4A300A927EF /* View+floatingPanelLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+floatingPanelLayout.swift"; sourceTree = "<group>"; };
@@ -72,7 +62,6 @@
7262
545DB9C42151169500CA77B8 /* FloatingPanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FloatingPanel.h; sourceTree = "<group>"; };
7363
545DB9C52151169500CA77B8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7464
545DB9CA2151169500CA77B8 /* FloatingPanelTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FloatingPanelTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
75-
545DB9CF2151169500CA77B8 /* ControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControllerTests.swift; sourceTree = "<group>"; };
7665
545DB9D12151169500CA77B8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7766
545DB9DF21511AC100CA77B8 /* Controller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Controller.swift; sourceTree = "<group>"; };
7867
545DBA2A2152383100CA77B8 /* GrabberView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GrabberView.swift; sourceTree = "<group>"; };
@@ -84,12 +73,7 @@
8473
5471AF8F2CB53FFC001B7A64 /* FloatingPanelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingPanelView.swift; sourceTree = "<group>"; };
8574
5471AF912CB54628001B7A64 /* FloatingPanelProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingPanelProxy.swift; sourceTree = "<group>"; };
8675
547B44902CC0E8AD00F7E68C /* FloatingPanelCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingPanelCoordinator.swift; sourceTree = "<group>"; };
87-
547F7A9B2A6E946000303905 /* GestureTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GestureTests.swift; sourceTree = "<group>"; };
8876
5484E7422DCF90A60058E962 /* View+floatingPanelState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+floatingPanelState.swift"; sourceTree = "<group>"; };
89-
549C371E2361E15D007D8058 /* ExtensionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionTests.swift; sourceTree = "<group>"; };
90-
549E944422CF295D0050AECF /* StateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateTests.swift; sourceTree = "<group>"; };
91-
54A6B6B022968B530077F348 /* CoreTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreTests.swift; sourceTree = "<group>"; };
92-
54A6B6B72296A8520077F348 /* SurfaceViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SurfaceViewTests.swift; sourceTree = "<group>"; };
9377
54ABD7AE216CCFF7002E6C13 /* Logging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logging.swift; sourceTree = "<group>"; };
9478
54CDC5D2215B6D5A007D205C /* SurfaceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SurfaceView.swift; sourceTree = "<group>"; };
9579
54CDC5D4215B6D8D007D205C /* BackdropView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BackdropView.swift; sourceTree = "<group>"; };
@@ -101,6 +85,10 @@
10185
5D82A6B428D18461006A44BA /* libswiftCoreGraphics.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libswiftCoreGraphics.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/swift/libswiftCoreGraphics.tbd; sourceTree = DEVELOPER_DIR; };
10286
/* End PBXFileReference section */
10387

88+
/* Begin PBXFileSystemSynchronizedRootGroup section */
89+
5404FB662F3D70D600BCC99B /* UKit */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = UKit; sourceTree = "<group>"; };
90+
/* End PBXFileSystemSynchronizedRootGroup section */
91+
10492
/* Begin PBXFrameworksBuildPhase section */
10593
545DB9BE2151169500CA77B8 /* Frameworks */ = {
10694
isa = PBXFrameworksBuildPhase;
@@ -169,14 +157,7 @@
169157
545DB9CE2151169500CA77B8 /* Tests */ = {
170158
isa = PBXGroup;
171159
children = (
172-
54A6B6B022968B530077F348 /* CoreTests.swift */,
173-
545DB9CF2151169500CA77B8 /* ControllerTests.swift */,
174-
547F7A9B2A6E946000303905 /* GestureTests.swift */,
175-
542753C522C49A6E00D17955 /* LayoutTests.swift */,
176-
54A6B6B72296A8520077F348 /* SurfaceViewTests.swift */,
177-
549E944422CF295D0050AECF /* StateTests.swift */,
178-
549C371E2361E15D007D8058 /* ExtensionTests.swift */,
179-
542753C722C49A8F00D17955 /* TestSupports.swift */,
160+
5404FB662F3D70D600BCC99B /* UKit */,
180161
545DB9D12151169500CA77B8 /* Info.plist */,
181162
);
182163
path = Tests;
@@ -254,6 +235,9 @@
254235
dependencies = (
255236
545DB9CD2151169500CA77B8 /* PBXTargetDependency */,
256237
);
238+
fileSystemSynchronizedGroups = (
239+
5404FB662F3D70D600BCC99B /* UKit */,
240+
);
257241
name = FloatingPanelTests;
258242
productName = FloatingModalControllerTests;
259243
productReference = 545DB9CA2151169500CA77B8 /* FloatingPanelTests.xctest */;
@@ -356,14 +340,6 @@
356340
isa = PBXSourcesBuildPhase;
357341
buildActionMask = 2147483647;
358342
files = (
359-
54A6B6B122968B530077F348 /* CoreTests.swift in Sources */,
360-
549C371F2361E15E007D8058 /* ExtensionTests.swift in Sources */,
361-
545DB9D02151169500CA77B8 /* ControllerTests.swift in Sources */,
362-
549E944522CF295D0050AECF /* StateTests.swift in Sources */,
363-
542753C622C49A6E00D17955 /* LayoutTests.swift in Sources */,
364-
54A6B6B82296A8520077F348 /* SurfaceViewTests.swift in Sources */,
365-
546055BF2333C4740069F400 /* TestSupports.swift in Sources */,
366-
547F7A9C2A6E946000303905 /* GestureTests.swift in Sources */,
367343
);
368344
runOnlyForDeploymentPostprocessing = 0;
369345
};

0 commit comments

Comments
 (0)