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

Commit b324c4f

Browse files
committed
Add an explicit dependency on LiveQuery framework in demo app.
1 parent 48d3900 commit b324c4f

File tree

2 files changed

+70
-17
lines changed

2 files changed

+70
-17
lines changed

Examples/LiveQueryDemo.xcodeproj/project.pbxproj

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,36 @@
88

99
/* Begin PBXBuildFile section */
1010
7F64F07377979A28C88AF3AE /* Pods_LiveQueryDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6A6F02FD57E57309877DA38 /* Pods_LiveQueryDemo.framework */; };
11+
8199A4091CA1EF3300BF61E1 /* ParseLiveQuery.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8199A4061CA1EF1800BF61E1 /* ParseLiveQuery.framework */; };
1112
F59F85B01C9BB48200566A29 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85AF1C9BB48200566A29 /* main.swift */; };
1213
F59F85B81C9BB4B600566A29 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85B61C9BB4B600566A29 /* Message.swift */; };
1314
F59F85B91C9BB4B600566A29 /* Room.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85B71C9BB4B600566A29 /* Room.swift */; };
14-
F59F85BD1C9BB66C00566A29 /* ParseLiveQuery.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F59F85BC1C9BB66C00566A29 /* ParseLiveQuery.framework */; };
1515
/* End PBXBuildFile section */
1616

17+
/* Begin PBXContainerItemProxy section */
18+
8199A4031CA1EF1800BF61E1 /* PBXContainerItemProxy */ = {
19+
isa = PBXContainerItemProxy;
20+
containerPortal = 8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */;
21+
proxyType = 2;
22+
remoteGlobalIDString = F5A9BFCA1BE0248D00E78326;
23+
remoteInfo = "ParseLiveQuery-iOS";
24+
};
25+
8199A4051CA1EF1800BF61E1 /* PBXContainerItemProxy */ = {
26+
isa = PBXContainerItemProxy;
27+
containerPortal = 8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */;
28+
proxyType = 2;
29+
remoteGlobalIDString = F5903CEA1BD999C500C3EFFE;
30+
remoteInfo = "ParseLiveQuery-OSX";
31+
};
32+
8199A4071CA1EF2100BF61E1 /* PBXContainerItemProxy */ = {
33+
isa = PBXContainerItemProxy;
34+
containerPortal = 8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */;
35+
proxyType = 1;
36+
remoteGlobalIDString = F5903CE91BD999C500C3EFFE;
37+
remoteInfo = "ParseLiveQuery-OSX";
38+
};
39+
/* End PBXContainerItemProxy section */
40+
1741
/* Begin PBXCopyFilesBuildPhase section */
1842
F59F85AA1C9BB48200566A29 /* CopyFiles */ = {
1943
isa = PBXCopyFilesBuildPhase;
@@ -29,6 +53,7 @@
2953
/* Begin PBXFileReference section */
3054
3AC9312CEDA0007F8EAA9880 /* Pods-LiveQueryDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LiveQueryDemo.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-LiveQueryDemo/Pods-LiveQueryDemo.debug.xcconfig"; sourceTree = "<group>"; };
3155
497772719B97C861F0896BFC /* Pods-LiveQueryDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LiveQueryDemo.release.xcconfig"; path = "../Pods/Target Support Files/Pods-LiveQueryDemo/Pods-LiveQueryDemo.release.xcconfig"; sourceTree = "<group>"; };
56+
8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ParseLiveQuery.xcodeproj; path = ../Sources/ParseLiveQuery.xcodeproj; sourceTree = "<group>"; };
3257
E6A6F02FD57E57309877DA38 /* Pods_LiveQueryDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LiveQueryDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3358
F59F85AC1C9BB48200566A29 /* LiveQueryDemo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = LiveQueryDemo; sourceTree = BUILT_PRODUCTS_DIR; };
3459
F59F85AF1C9BB48200566A29 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
@@ -42,7 +67,7 @@
4267
isa = PBXFrameworksBuildPhase;
4368
buildActionMask = 2147483647;
4469
files = (
45-
F59F85BD1C9BB66C00566A29 /* ParseLiveQuery.framework in Frameworks */,
70+
8199A4091CA1EF3300BF61E1 /* ParseLiveQuery.framework in Frameworks */,
4671
7F64F07377979A28C88AF3AE /* Pods_LiveQueryDemo.framework in Frameworks */,
4772
);
4873
runOnlyForDeploymentPostprocessing = 0;
@@ -53,12 +78,22 @@
5378
2E2DAD338FCB65EC95CB7AA9 /* Frameworks */ = {
5479
isa = PBXGroup;
5580
children = (
81+
8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */,
5682
F59F85BC1C9BB66C00566A29 /* ParseLiveQuery.framework */,
5783
E6A6F02FD57E57309877DA38 /* Pods_LiveQueryDemo.framework */,
5884
);
5985
name = Frameworks;
6086
sourceTree = "<group>";
6187
};
88+
8199A3FF1CA1EF1800BF61E1 /* Products */ = {
89+
isa = PBXGroup;
90+
children = (
91+
8199A4041CA1EF1800BF61E1 /* ParseLiveQuery.framework */,
92+
8199A4061CA1EF1800BF61E1 /* ParseLiveQuery.framework */,
93+
);
94+
name = Products;
95+
sourceTree = "<group>";
96+
};
6297
B4367C9D9257525F9D28B542 /* Pods */ = {
6398
isa = PBXGroup;
6499
children = (
@@ -114,6 +149,7 @@
114149
buildRules = (
115150
);
116151
dependencies = (
152+
8199A4081CA1EF2100BF61E1 /* PBXTargetDependency */,
117153
);
118154
name = LiveQueryDemo;
119155
productName = LiveQueryDemo;
@@ -145,13 +181,36 @@
145181
mainGroup = F59F85A31C9BB48200566A29;
146182
productRefGroup = F59F85AD1C9BB48200566A29 /* Products */;
147183
projectDirPath = "";
184+
projectReferences = (
185+
{
186+
ProductGroup = 8199A3FF1CA1EF1800BF61E1 /* Products */;
187+
ProjectRef = 8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */;
188+
},
189+
);
148190
projectRoot = "";
149191
targets = (
150192
F59F85AB1C9BB48200566A29 /* LiveQueryDemo */,
151193
);
152194
};
153195
/* End PBXProject section */
154196

197+
/* Begin PBXReferenceProxy section */
198+
8199A4041CA1EF1800BF61E1 /* ParseLiveQuery.framework */ = {
199+
isa = PBXReferenceProxy;
200+
fileType = wrapper.framework;
201+
path = ParseLiveQuery.framework;
202+
remoteRef = 8199A4031CA1EF1800BF61E1 /* PBXContainerItemProxy */;
203+
sourceTree = BUILT_PRODUCTS_DIR;
204+
};
205+
8199A4061CA1EF1800BF61E1 /* ParseLiveQuery.framework */ = {
206+
isa = PBXReferenceProxy;
207+
fileType = wrapper.framework;
208+
path = ParseLiveQuery.framework;
209+
remoteRef = 8199A4051CA1EF1800BF61E1 /* PBXContainerItemProxy */;
210+
sourceTree = BUILT_PRODUCTS_DIR;
211+
};
212+
/* End PBXReferenceProxy section */
213+
155214
/* Begin PBXShellScriptBuildPhase section */
156215
15BD0AAA808A79D4D9BF001B /* 📦 Check Pods Manifest.lock */ = {
157216
isa = PBXShellScriptBuildPhase;
@@ -198,6 +257,14 @@
198257
};
199258
/* End PBXSourcesBuildPhase section */
200259

260+
/* Begin PBXTargetDependency section */
261+
8199A4081CA1EF2100BF61E1 /* PBXTargetDependency */ = {
262+
isa = PBXTargetDependency;
263+
name = "ParseLiveQuery-OSX";
264+
targetProxy = 8199A4071CA1EF2100BF61E1 /* PBXContainerItemProxy */;
265+
};
266+
/* End PBXTargetDependency section */
267+
201268
/* Begin XCBuildConfiguration section */
202269
F59F85B11C9BB48200566A29 /* Debug */ = {
203270
isa = XCBuildConfiguration;

Examples/LiveQueryDemo.xcodeproj/xcshareddata/xcschemes/LiveQueryDemo.xcscheme

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,9 @@
33
LastUpgradeVersion = "0720"
44
version = "1.3">
55
<BuildAction
6-
parallelizeBuildables = "NO"
6+
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
88
<BuildActionEntries>
9-
<BuildActionEntry
10-
buildForTesting = "YES"
11-
buildForRunning = "YES"
12-
buildForProfiling = "YES"
13-
buildForArchiving = "YES"
14-
buildForAnalyzing = "YES">
15-
<BuildableReference
16-
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "F5903CE91BD999C500C3EFFE"
18-
BuildableName = "ParseLiveQuery.framework"
19-
BlueprintName = "ParseLiveQuery-OSX"
20-
ReferencedContainer = "container:../Sources/ParseLiveQuery.xcodeproj">
21-
</BuildableReference>
22-
</BuildActionEntry>
239
<BuildActionEntry
2410
buildForTesting = "YES"
2511
buildForRunning = "YES"

0 commit comments

Comments
 (0)