|
272 | 272 | 09D80FDD1E26C03E00AC7A2D /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
|
273 | 273 | 09D80FDF1E26C04800AC7A2D /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
274 | 274 | 09D80FE11E26C05200AC7A2D /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
|
275 |
| - 39B8579629D75AE00023ADB0 /* Message.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = "<group>"; }; |
276 |
| - 39B8579729D75AE00023ADB0 /* Room.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Room.swift; sourceTree = "<group>"; }; |
277 |
| - 39B8579829D75AE00023ADB0 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
278 |
| - 39B8579929D75AE00023ADB0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
279 | 275 | 39B8579A29D75AE00023ADB0 /* LiveQueryDemo.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = LiveQueryDemo.xcodeproj; sourceTree = "<group>"; };
|
280 | 276 | 39B8579E29D75AE00023ADB0 /* LiveQueryDemo-ObjC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "LiveQueryDemo-ObjC.xcodeproj"; sourceTree = "<group>"; };
|
281 |
| - 39B857A329D75AE00023ADB0 /* ChatRoomManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ChatRoomManager.h; sourceTree = "<group>"; }; |
282 |
| - 39B857A429D75AE00023ADB0 /* Room.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Room.h; sourceTree = "<group>"; }; |
283 |
| - 39B857A529D75AE00023ADB0 /* Message.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Message.h; sourceTree = "<group>"; }; |
284 |
| - 39B857A629D75AE00023ADB0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
285 |
| - 39B857A729D75AE00023ADB0 /* ChatRoomManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ChatRoomManager.m; sourceTree = "<group>"; }; |
286 |
| - 39B857A829D75AE00023ADB0 /* Room.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Room.m; sourceTree = "<group>"; }; |
287 |
| - 39B857A929D75AE00023ADB0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
288 |
| - 39B857AA29D75AE00023ADB0 /* Message.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Message.m; sourceTree = "<group>"; }; |
289 | 277 | 708836722561F502005B32F0 /* ParseLiveQuery_watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ParseLiveQuery_watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
290 | 278 | 708836742561F503005B32F0 /* ParseLiveQuery_watchOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ParseLiveQuery_watchOS.h; sourceTree = "<group>"; };
|
291 | 279 | 708836752561F503005B32F0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
383 | 371 | 39B8579429D75AE00023ADB0 /* Examples */ = {
|
384 | 372 | isa = PBXGroup;
|
385 | 373 | children = (
|
386 |
| - 39B8579529D75AE00023ADB0 /* LiveQueryDemo */, |
387 | 374 | 39B8579A29D75AE00023ADB0 /* LiveQueryDemo.xcodeproj */,
|
388 | 375 | 39B8579E29D75AE00023ADB0 /* LiveQueryDemo-ObjC.xcodeproj */,
|
389 |
| - 39B857A229D75AE00023ADB0 /* LiveQueryDemo-ObjC */, |
390 | 376 | );
|
391 | 377 | path = Examples;
|
392 | 378 | sourceTree = "<group>";
|
393 | 379 | };
|
394 |
| - 39B8579529D75AE00023ADB0 /* LiveQueryDemo */ = { |
395 |
| - isa = PBXGroup; |
396 |
| - children = ( |
397 |
| - 39B8579629D75AE00023ADB0 /* Message.swift */, |
398 |
| - 39B8579729D75AE00023ADB0 /* Room.swift */, |
399 |
| - 39B8579829D75AE00023ADB0 /* main.swift */, |
400 |
| - 39B8579929D75AE00023ADB0 /* Info.plist */, |
401 |
| - ); |
402 |
| - path = LiveQueryDemo; |
403 |
| - sourceTree = "<group>"; |
404 |
| - }; |
405 | 380 | 39B8579B29D75AE00023ADB0 /* Products */ = {
|
406 | 381 | isa = PBXGroup;
|
407 | 382 | children = (
|
|
418 | 393 | name = Products;
|
419 | 394 | sourceTree = "<group>";
|
420 | 395 | };
|
421 |
| - 39B857A229D75AE00023ADB0 /* LiveQueryDemo-ObjC */ = { |
422 |
| - isa = PBXGroup; |
423 |
| - children = ( |
424 |
| - 39B857A329D75AE00023ADB0 /* ChatRoomManager.h */, |
425 |
| - 39B857A429D75AE00023ADB0 /* Room.h */, |
426 |
| - 39B857A529D75AE00023ADB0 /* Message.h */, |
427 |
| - 39B857A629D75AE00023ADB0 /* main.m */, |
428 |
| - 39B857A729D75AE00023ADB0 /* ChatRoomManager.m */, |
429 |
| - 39B857A829D75AE00023ADB0 /* Room.m */, |
430 |
| - 39B857A929D75AE00023ADB0 /* Info.plist */, |
431 |
| - 39B857AA29D75AE00023ADB0 /* Message.m */, |
432 |
| - ); |
433 |
| - path = "LiveQueryDemo-ObjC"; |
434 |
| - sourceTree = "<group>"; |
435 |
| - }; |
436 | 396 | 708836732561F503005B32F0 /* ParseLiveQuery-watchOS */ = {
|
437 | 397 | isa = PBXGroup;
|
438 | 398 | children = (
|
|
0 commit comments