Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 4c70388

Browse files
committed
Reordered files
1 parent 9bba4ba commit 4c70388

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

R.swift.Library.xcodeproj/project.pbxproj

+12-12
Original file line numberDiff line numberDiff line change
@@ -91,31 +91,31 @@
9191
D543F9C21C14987000D16A0C /* UIKit */ = {
9292
isa = PBXGroup;
9393
children = (
94-
D543F9C31C1498FB00D16A0C /* UITableView+ReuseIdentifierProtocol.swift */,
95-
D543F9C51C14992000D16A0C /* UICollectionView+ReuseIdentifierProtocol.swift */,
96-
D543F9C71C14995800D16A0C /* UIViewController+NibResource.swift */,
97-
D543F9C91C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift */,
98-
D543F9CB1C1499AB00D16A0C /* UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift */,
99-
D543F9CE1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */,
10094
D5E435A81C3CFB460091090C /* NibResource+UIKit.swift */,
101-
D57E1EB41C3D774000DDA68F /* UIFont+FontResource.swift */,
10295
D57E1EB81C3E4C1A00DDA68F /* StoryboardResourceWithInitialController+UIKit.swift */,
103-
D57E1EBA1C3E4C4300DDA68F /* UIStoryboard+StoryboardResource.swift */,
96+
D543F9CE1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */,
97+
D543F9C51C14992000D16A0C /* UICollectionView+ReuseIdentifierProtocol.swift */,
98+
D57E1EB41C3D774000DDA68F /* UIFont+FontResource.swift */,
10499
D5588CAA1C3F9DBE00912F97 /* UINib+NibResource.swift */,
100+
D57E1EBA1C3E4C4300DDA68F /* UIStoryboard+StoryboardResource.swift */,
101+
D543F9CB1C1499AB00D16A0C /* UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift */,
102+
D543F9C31C1498FB00D16A0C /* UITableView+ReuseIdentifierProtocol.swift */,
103+
D543F9C71C14995800D16A0C /* UIViewController+NibResource.swift */,
104+
D543F9C91C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift */,
105105
);
106106
path = UIKit;
107107
sourceTree = "<group>";
108108
};
109109
D543F9CD1C1499CF00D16A0C /* Core */ = {
110110
isa = PBXGroup;
111111
children = (
112-
D543F9BA1C1497EB00D16A0C /* Identifier.swift */,
113-
D543F9BC1C14980600D16A0C /* ReuseIdentifierProtocol.swift */,
114-
D543F9BE1C14983100D16A0C /* StoryboardSegueIdentifierProtocol.swift */,
115-
D543F9C01C14984300D16A0C /* NibResource.swift */,
116112
D5E435AC1C3D00770091090C /* FileResource.swift */,
117113
D57E1EB21C3D762300DDA68F /* FontResource.swift */,
114+
D543F9BA1C1497EB00D16A0C /* Identifier.swift */,
115+
D543F9C01C14984300D16A0C /* NibResource.swift */,
116+
D543F9BC1C14980600D16A0C /* ReuseIdentifierProtocol.swift */,
118117
D57E1EB61C3E482A00DDA68F /* StoryboardResource.swift */,
118+
D543F9BE1C14983100D16A0C /* StoryboardSegueIdentifierProtocol.swift */,
119119
D53F19231C229D7200AE2FAD /* Validatable.swift */,
120120
);
121121
path = Core;

0 commit comments

Comments
 (0)