Skip to content

Commit a10c68c

Browse files
committed
Run synx
1 parent aefa85d commit a10c68c

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

NativePopup.xcodeproj/project.pbxproj

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
FE8533811EAC7C92004BB756 = {
9393
isa = PBXGroup;
9494
children = (
95-
FE85338D1EAC7C92004BB756 /* NativePopup */,
9695
FECA87B81EAC7CCF00D07CB1 /* Example */,
96+
FE85338D1EAC7C92004BB756 /* NativePopup */,
9797
FE85338C1EAC7C92004BB756 /* Products */,
9898
);
9999
sourceTree = "<group>";
@@ -111,11 +111,11 @@
111111
isa = PBXGroup;
112112
children = (
113113
FECA87F31EADBC2500D07CB1 /* Extensions */,
114-
FE85338E1EAC7C92004BB756 /* NativePopup.h */,
114+
FECA87DE1EAC94B300D07CB1 /* Assets.xcassets */,
115115
FE85338F1EAC7C92004BB756 /* Info.plist */,
116+
FE85338E1EAC7C92004BB756 /* NativePopup.h */,
116117
FECA87D71EAC7D9E00D07CB1 /* NativePopup.swift */,
117118
FECA87E21EACC7F000D07CB1 /* UIImageConvertible.swift */,
118-
FECA87DE1EAC94B300D07CB1 /* Assets.xcassets */,
119119
);
120120
path = NativePopup;
121121
sourceTree = "<group>";
@@ -124,25 +124,26 @@
124124
isa = PBXGroup;
125125
children = (
126126
FECA87B91EAC7CCF00D07CB1 /* AppDelegate.swift */,
127-
FECA87BB1EAC7CCF00D07CB1 /* ViewController.swift */,
128-
FECA87BD1EAC7CCF00D07CB1 /* Main.storyboard */,
129127
FECA87C01EAC7CCF00D07CB1 /* Assets.xcassets */,
130-
FECA87C21EAC7CCF00D07CB1 /* LaunchScreen.storyboard */,
131128
FECA87C51EAC7CCF00D07CB1 /* Info.plist */,
129+
FECA87C21EAC7CCF00D07CB1 /* LaunchScreen.storyboard */,
130+
FECA87BD1EAC7CCF00D07CB1 /* Main.storyboard */,
131+
FECA87BB1EAC7CCF00D07CB1 /* ViewController.swift */,
132132
);
133133
path = Example;
134134
sourceTree = "<group>";
135135
};
136136
FECA87F31EADBC2500D07CB1 /* Extensions */ = {
137137
isa = PBXGroup;
138138
children = (
139+
FECA87ED1EADAC3800D07CB1 /* Bundle.extension.swift */,
139140
FECA87F11EADBA3C00D07CB1 /* Extension.swift */,
140141
FECA87E01EACC77800D07CB1 /* NativePopup.extension.swift */,
141-
FECA87ED1EADAC3800D07CB1 /* Bundle.extension.swift */,
142-
FECA87EF1EADB80700D07CB1 /* UIView.extension.swift */,
143142
FECA87F41EADBD7F00D07CB1 /* UIImage.extension.swift */,
143+
FECA87EF1EADB80700D07CB1 /* UIView.extension.swift */,
144144
);
145145
name = Extensions;
146+
path = Extensions;
146147
sourceTree = "<group>";
147148
};
148149
/* End PBXGroup section */
@@ -298,6 +299,7 @@
298299
FECA87BE1EAC7CCF00D07CB1 /* Base */,
299300
);
300301
name = Main.storyboard;
302+
path = .;
301303
sourceTree = "<group>";
302304
};
303305
FECA87C21EAC7CCF00D07CB1 /* LaunchScreen.storyboard */ = {
@@ -306,6 +308,7 @@
306308
FECA87C31EAC7CCF00D07CB1 /* Base */,
307309
);
308310
name = LaunchScreen.storyboard;
311+
path = .;
309312
sourceTree = "<group>";
310313
};
311314
/* End PBXVariantGroup section */
File renamed without changes.

0 commit comments

Comments
 (0)