Skip to content

Commit d055eb0

Browse files
author
Stephanie Sharp
committed
Move info.plist into Supporting Files group
1 parent 9e10c97 commit d055eb0

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

MaterialFormKit.xcodeproj/project.pbxproj

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,22 @@
6666
/* End PBXFrameworksBuildPhase section */
6767

6868
/* Begin PBXGroup section */
69+
82125D251BEEF6010017F72C /* Supporting Files */ = {
70+
isa = PBXGroup;
71+
children = (
72+
CE58F7BE1BEBE64C0082924A /* Info.plist */,
73+
);
74+
name = "Supporting Files";
75+
sourceTree = "<group>";
76+
};
77+
82125D261BEEF6250017F72C /* Supporting Files */ = {
78+
isa = PBXGroup;
79+
children = (
80+
CE58F7CA1BEBE64C0082924A /* Info.plist */,
81+
);
82+
name = "Supporting Files";
83+
sourceTree = "<group>";
84+
};
6985
CE58F7AF1BEBE64C0082924A = {
7086
isa = PBXGroup;
7187
children = (
@@ -98,7 +114,7 @@
98114
CE58F7D81BEBE77E0082924A /* UIImage+MFTint.m */,
99115
CE58F7D91BEBE77E0082924A /* UITextField+MFClearButton.h */,
100116
CE58F7DA1BEBE77E0082924A /* UITextField+MFClearButton.m */,
101-
CE58F7BE1BEBE64C0082924A /* Info.plist */,
117+
82125D251BEEF6010017F72C /* Supporting Files */,
102118
);
103119
path = MaterialFormKit;
104120
sourceTree = "<group>";
@@ -107,7 +123,7 @@
107123
isa = PBXGroup;
108124
children = (
109125
CE58F7C81BEBE64C0082924A /* MaterialFormKitTests.m */,
110-
CE58F7CA1BEBE64C0082924A /* Info.plist */,
126+
82125D261BEEF6250017F72C /* Supporting Files */,
111127
);
112128
path = MaterialFormKitTests;
113129
sourceTree = "<group>";

0 commit comments

Comments
 (0)