Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 6b38045

Browse files
committed
Organize Info.plist into a group inside the xcodeproject.
1 parent cd69f91 commit 6b38045

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Sources/ParseLiveQuery.xcodeproj/project.pbxproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@
101101
name = Pods;
102102
sourceTree = "<group>";
103103
};
104+
81464FC51CA31DA0000235E7 /* Resources */ = {
105+
isa = PBXGroup;
106+
children = (
107+
F5256FD31BD71F9A0052FB8A /* Info.plist */,
108+
);
109+
name = Resources;
110+
sourceTree = "<group>";
111+
};
104112
F5256FC41BD71F9A0052FB8A = {
105113
isa = PBXGroup;
106114
children = (
@@ -125,8 +133,8 @@
125133
F5256FD01BD71F9A0052FB8A /* ParseLiveQuery */ = {
126134
isa = PBXGroup;
127135
children = (
128-
F5256FD31BD71F9A0052FB8A /* Info.plist */,
129136
F5DC9D381BD9BAFC00E8FF07 /* Internal */,
137+
81464FC51CA31DA0000235E7 /* Resources */,
130138
F5591BA31BD720E10072F966 /* Client.swift */,
131139
F534A5B11BDAFE0200CBD11A /* Subscription.swift */,
132140
F54D58B51C8E33D9009F8D6C /* ObjCCompat.swift */,

0 commit comments

Comments
 (0)