Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add example projects
  • Loading branch information
dplewis committed Mar 31, 2023
commit de5b6c7935c64be4d0aff28dea3fa0a78944efd2
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,46 @@
objects = {

/* Begin PBXBuildFile section */
395FFA7429D761B4006502C5 /* ParseLiveQuery.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 395FFA4429D75F1F006502C5 /* ParseLiveQuery.framework */; };
F509D5461CA9E5B8007B15B0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F519CBB41CA9CA04005295C0 /* main.m */; };
F509D5471CA9E5B8007B15B0 /* Message.m in Sources */ = {isa = PBXBuildFile; fileRef = F519CBBC1CA9CA2B005295C0 /* Message.m */; };
F509D5481CA9E5B8007B15B0 /* Room.m in Sources */ = {isa = PBXBuildFile; fileRef = F519CBBF1CA9CA34005295C0 /* Room.m */; };
F509D5491CA9E5B8007B15B0 /* ChatRoomManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F519CBCF1CA9CC4D005295C0 /* ChatRoomManager.m */; };
F570348B1CAC837800EB3067 /* ParseLiveQuery.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F519CBCA1CA9CB31005295C0 /* ParseLiveQuery.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
F519CBC71CA9CB31005295C0 /* PBXContainerItemProxy */ = {
395FFA4129D75F1F006502C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F519CBC21CA9CB31005295C0 /* ParseLiveQuery.xcodeproj */;
containerPortal = 395FFA3A29D75F1F006502C5 /* ParseLiveQuery.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = F5A9BFCA1BE0248D00E78326;
remoteInfo = "ParseLiveQuery-iOS";
};
F519CBC91CA9CB31005295C0 /* PBXContainerItemProxy */ = {
395FFA4329D75F1F006502C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F519CBC21CA9CB31005295C0 /* ParseLiveQuery.xcodeproj */;
containerPortal = 395FFA3A29D75F1F006502C5 /* ParseLiveQuery.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = F5903CEA1BD999C500C3EFFE;
remoteInfo = "ParseLiveQuery-OSX";
};
F57034871CAC836900EB3067 /* PBXContainerItemProxy */ = {
395FFA4529D75F1F006502C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F519CBC21CA9CB31005295C0 /* ParseLiveQuery.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = F5903CE91BD999C500C3EFFE;
remoteInfo = "ParseLiveQuery-OSX";
containerPortal = 395FFA3A29D75F1F006502C5 /* ParseLiveQuery.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 708836722561F502005B32F0;
remoteInfo = "ParseLiveQuery-watchOS";
};
395FFA4729D75F1F006502C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 395FFA3A29D75F1F006502C5 /* ParseLiveQuery.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 708836942561F55B005B32F0;
remoteInfo = "ParseLiveQuery-tvOS";
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
395FFA3A29D75F1F006502C5 /* ParseLiveQuery.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ParseLiveQuery.xcodeproj; path = ../ParseLiveQuery.xcodeproj; sourceTree = "<group>"; };
46BB59B59BEB1C1B30D1528A /* Pods-LiveQueryDemo-ObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LiveQueryDemo-ObjC.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-LiveQueryDemo-ObjC/Pods-LiveQueryDemo-ObjC.debug.xcconfig"; sourceTree = "<group>"; };
B8FE714A9B78962AE71BE6E5 /* Pods_LiveQueryDemo_ObjC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LiveQueryDemo_ObjC.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BBA908F914DAEEBB466454E2 /* Pods-LiveQueryDemo-ObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LiveQueryDemo-ObjC.release.xcconfig"; path = "../Pods/Target Support Files/Pods-LiveQueryDemo-ObjC/Pods-LiveQueryDemo-ObjC.release.xcconfig"; sourceTree = "<group>"; };
Expand All @@ -49,7 +57,6 @@
F519CBBC1CA9CA2B005295C0 /* Message.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Message.m; sourceTree = "<group>"; };
F519CBBE1CA9CA34005295C0 /* Room.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Room.h; sourceTree = "<group>"; };
F519CBBF1CA9CA34005295C0 /* Room.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Room.m; sourceTree = "<group>"; };
F519CBC21CA9CB31005295C0 /* ParseLiveQuery.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ParseLiveQuery.xcodeproj; path = ../Sources/ParseLiveQuery.xcodeproj; sourceTree = "<group>"; };
F519CBCE1CA9CC4D005295C0 /* ChatRoomManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChatRoomManager.h; sourceTree = "<group>"; };
F519CBCF1CA9CC4D005295C0 /* ChatRoomManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChatRoomManager.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -59,17 +66,28 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F570348B1CAC837800EB3067 /* ParseLiveQuery.framework in Frameworks */,
395FFA7429D761B4006502C5 /* ParseLiveQuery.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
395FFA3B29D75F1F006502C5 /* Products */ = {
isa = PBXGroup;
children = (
395FFA4229D75F1F006502C5 /* ParseLiveQuery.framework */,
395FFA4429D75F1F006502C5 /* ParseLiveQuery.framework */,
395FFA4629D75F1F006502C5 /* ParseLiveQuery_watchOS.framework */,
395FFA4829D75F1F006502C5 /* ParseLiveQuery_tvOS.framework */,
);
name = Products;
sourceTree = "<group>";
};
E0B5CD933BEBE8518E7750F2 /* Frameworks */ = {
isa = PBXGroup;
children = (
F519CBC21CA9CB31005295C0 /* ParseLiveQuery.xcodeproj */,
395FFA3A29D75F1F006502C5 /* ParseLiveQuery.xcodeproj */,
B8FE714A9B78962AE71BE6E5 /* Pods_LiveQueryDemo_ObjC.framework */,
);
name = Frameworks;
Expand Down Expand Up @@ -117,15 +135,6 @@
path = "LiveQueryDemo-ObjC";
sourceTree = "<group>";
};
F519CBC31CA9CB31005295C0 /* Products */ = {
isa = PBXGroup;
children = (
F519CBC81CA9CB31005295C0 /* ParseLiveQuery.framework */,
F519CBCA1CA9CB31005295C0 /* ParseLiveQuery.framework */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -140,7 +149,6 @@
buildRules = (
);
dependencies = (
F57034881CAC836900EB3067 /* PBXTargetDependency */,
);
name = "LiveQueryDemo-ObjC";
productName = LiveQueryDemo;
Expand Down Expand Up @@ -174,8 +182,8 @@
projectDirPath = "";
projectReferences = (
{
ProductGroup = F519CBC31CA9CB31005295C0 /* Products */;
ProjectRef = F519CBC21CA9CB31005295C0 /* ParseLiveQuery.xcodeproj */;
ProductGroup = 395FFA3B29D75F1F006502C5 /* Products */;
ProjectRef = 395FFA3A29D75F1F006502C5 /* ParseLiveQuery.xcodeproj */;
},
);
projectRoot = "";
Expand All @@ -186,18 +194,32 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
F519CBC81CA9CB31005295C0 /* ParseLiveQuery.framework */ = {
395FFA4229D75F1F006502C5 /* ParseLiveQuery.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = ParseLiveQuery.framework;
remoteRef = F519CBC71CA9CB31005295C0 /* PBXContainerItemProxy */;
remoteRef = 395FFA4129D75F1F006502C5 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
F519CBCA1CA9CB31005295C0 /* ParseLiveQuery.framework */ = {
395FFA4429D75F1F006502C5 /* ParseLiveQuery.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = ParseLiveQuery.framework;
remoteRef = F519CBC91CA9CB31005295C0 /* PBXContainerItemProxy */;
remoteRef = 395FFA4329D75F1F006502C5 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
395FFA4629D75F1F006502C5 /* ParseLiveQuery_watchOS.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = ParseLiveQuery_watchOS.framework;
remoteRef = 395FFA4529D75F1F006502C5 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
395FFA4829D75F1F006502C5 /* ParseLiveQuery_tvOS.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = ParseLiveQuery_tvOS.framework;
remoteRef = 395FFA4729D75F1F006502C5 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
Expand Down Expand Up @@ -226,19 +248,10 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
F57034881CAC836900EB3067 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "ParseLiveQuery-OSX";
targetProxy = F57034871CAC836900EB3067 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
F509D5401CA9E597007B15B0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "$(SRCROOT)/LiveQueryDemo-ObjC/Info.plist";
Expand All @@ -252,7 +265,6 @@
F509D5411CA9E597007B15B0 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "$(SRCROOT)/LiveQueryDemo-ObjC/Info.plist";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
13 changes: 8 additions & 5 deletions ParseLiveQuery/Examples/LiveQueryDemo-ObjC/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@
char buffer[1024];
fgets(buffer, 1024, stdin);

NSString *username = [NSString stringWithUTF8String:buffer];
NSString *usernameInput = [NSString stringWithUTF8String:buffer];

NSString *prompt = [NSString stringWithFormat:@"Enter password for %@", username];
NSString *password = [NSString stringWithUTF8String:getpass([prompt UTF8String])];
NSString *prompt = [NSString stringWithFormat:@"Enter password for %@", usernameInput];
NSString *passwordInput = [NSString stringWithUTF8String:getpass([prompt UTF8String])];

NSString *username = [usernameInput stringByTrimmingCharactersInSet:[NSCharacterSet newlineCharacterSet]];
NSString *password = [passwordInput stringByTrimmingCharactersInSet:[NSCharacterSet newlineCharacterSet]];

return [[PFUser logInWithUsernameInBackground:username password:password] continueWithBlock:^id (BFTask<PFUser *> *task) {
if (task.result) {
Expand All @@ -43,7 +46,7 @@
NSString *roomName = [NSString stringWithUTF8String:buffer];

return [[[[Room query] whereKey:@"name"
equalTo:roomName]
equalTo:[roomName stringByTrimmingCharactersInSet:[NSCharacterSet newlineCharacterSet]]]
getFirstObjectInBackground]
continueWithBlock:^id _Nullable(BFTask * _Nonnull task) {
if (task.result) {
Expand Down Expand Up @@ -75,7 +78,7 @@ - (instancetype)initWithRoom:(Room *)room {
}

- (PFQuery *)queryForChatRoomManager:(ChatRoomManager *)manager {
return [[[Message query] whereKey:@"room_name"
return [[[Message query] whereKey:@"roomName"
equalTo:self.room.name]
orderByAscending:@"createdAt"];
}
Expand Down
64 changes: 45 additions & 19 deletions ParseLiveQuery/Examples/LiveQueryDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,48 +7,59 @@
objects = {

/* Begin PBXBuildFile section */
F509D5281CA9E4D9007B15B0 /* ParseLiveQuery.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8199A4061CA1EF1800BF61E1 /* ParseLiveQuery.framework */; };
F509D5291CA9E53D007B15B0 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85B61C9BB4B600566A29 /* Message.swift */; };
F509D52A1CA9E53D007B15B0 /* Room.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85B71C9BB4B600566A29 /* Room.swift */; };
F509D52B1CA9E53D007B15B0 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59F85AF1C9BB48200566A29 /* main.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
8199A4031CA1EF1800BF61E1 /* PBXContainerItemProxy */ = {
395FFA9129D7740B006502C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */;
containerPortal = 395FFA8A29D7740B006502C5 /* ParseLiveQuery.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = F5A9BFCA1BE0248D00E78326;
remoteInfo = "ParseLiveQuery-iOS";
};
8199A4051CA1EF1800BF61E1 /* PBXContainerItemProxy */ = {
395FFA9329D7740B006502C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */;
containerPortal = 395FFA8A29D7740B006502C5 /* ParseLiveQuery.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = F5903CEA1BD999C500C3EFFE;
remoteInfo = "ParseLiveQuery-OSX";
};
395FFA9529D7740B006502C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 395FFA8A29D7740B006502C5 /* ParseLiveQuery.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 708836722561F502005B32F0;
remoteInfo = "ParseLiveQuery-watchOS";
};
395FFA9729D7740B006502C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 395FFA8A29D7740B006502C5 /* ParseLiveQuery.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 708836942561F55B005B32F0;
remoteInfo = "ParseLiveQuery-tvOS";
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
395FFA8A29D7740B006502C5 /* ParseLiveQuery.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ParseLiveQuery.xcodeproj; path = ../ParseLiveQuery.xcodeproj; sourceTree = "<group>"; };
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>"; };
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>"; };
8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ParseLiveQuery.xcodeproj; path = ../Sources/ParseLiveQuery.xcodeproj; sourceTree = "<group>"; };
E6A6F02FD57E57309877DA38 /* Pods_LiveQueryDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LiveQueryDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
F509D5171CA9E4AE007B15B0 /* LiveQueryDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LiveQueryDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
F509D5241CA9E4AE007B15B0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F59F85AF1C9BB48200566A29 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
F59F85B61C9BB4B600566A29 /* Message.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = "<group>"; };
F59F85B71C9BB4B600566A29 /* Room.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Room.swift; sourceTree = "<group>"; };
F59F85BC1C9BB66C00566A29 /* ParseLiveQuery.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ParseLiveQuery.framework; path = "../../../../Library/Developer/Xcode/DerivedData/ParseLiveQuery-dstaosuetnlsavabgvfvntbqxpxo/Build/Products/Debug/ParseLiveQuery.framework"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
F509D5141CA9E4AE007B15B0 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F509D5281CA9E4D9007B15B0 /* ParseLiveQuery.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -58,18 +69,19 @@
2E2DAD338FCB65EC95CB7AA9 /* Frameworks */ = {
isa = PBXGroup;
children = (
8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */,
F59F85BC1C9BB66C00566A29 /* ParseLiveQuery.framework */,
395FFA8A29D7740B006502C5 /* ParseLiveQuery.xcodeproj */,
E6A6F02FD57E57309877DA38 /* Pods_LiveQueryDemo.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
8199A3FF1CA1EF1800BF61E1 /* Products */ = {
395FFA8B29D7740B006502C5 /* Products */ = {
isa = PBXGroup;
children = (
8199A4041CA1EF1800BF61E1 /* ParseLiveQuery.framework */,
8199A4061CA1EF1800BF61E1 /* ParseLiveQuery.framework */,
395FFA9229D7740B006502C5 /* ParseLiveQuery.framework */,
395FFA9429D7740B006502C5 /* ParseLiveQuery.framework */,
395FFA9629D7740B006502C5 /* ParseLiveQuery_watchOS.framework */,
395FFA9829D7740B006502C5 /* ParseLiveQuery_tvOS.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -163,8 +175,8 @@
projectDirPath = "";
projectReferences = (
{
ProductGroup = 8199A3FF1CA1EF1800BF61E1 /* Products */;
ProjectRef = 8199A3FE1CA1EF1800BF61E1 /* ParseLiveQuery.xcodeproj */;
ProductGroup = 395FFA8B29D7740B006502C5 /* Products */;
ProjectRef = 395FFA8A29D7740B006502C5 /* ParseLiveQuery.xcodeproj */;
},
);
projectRoot = "";
Expand All @@ -175,18 +187,32 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
8199A4041CA1EF1800BF61E1 /* ParseLiveQuery.framework */ = {
395FFA9229D7740B006502C5 /* ParseLiveQuery.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = ParseLiveQuery.framework;
remoteRef = 8199A4031CA1EF1800BF61E1 /* PBXContainerItemProxy */;
remoteRef = 395FFA9129D7740B006502C5 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
8199A4061CA1EF1800BF61E1 /* ParseLiveQuery.framework */ = {
395FFA9429D7740B006502C5 /* ParseLiveQuery.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = ParseLiveQuery.framework;
remoteRef = 8199A4051CA1EF1800BF61E1 /* PBXContainerItemProxy */;
remoteRef = 395FFA9329D7740B006502C5 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
395FFA9629D7740B006502C5 /* ParseLiveQuery_watchOS.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = ParseLiveQuery_watchOS.framework;
remoteRef = 395FFA9529D7740B006502C5 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
395FFA9829D7740B006502C5 /* ParseLiveQuery_tvOS.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = ParseLiveQuery_tvOS.framework;
remoteRef = 395FFA9729D7740B006502C5 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
Expand Down
Loading