|
23 | 23 | F534A5B21BDAFE0200CBD11A /* Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = F534A5B11BDAFE0200CBD11A /* Subscription.swift */; };
|
24 | 24 | F534A5B41BDB09CE00CBD11A /* Operation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F534A5B31BDB09CE00CBD11A /* Operation.swift */; };
|
25 | 25 | F54D58B81C8E3446009F8D6C /* ClientPrivate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F54D58B71C8E3446009F8D6C /* ClientPrivate.swift */; };
|
26 |
| - F54D58BA1C8E345F009F8D6C /* BoltsHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = F54D58B91C8E345F009F8D6C /* BoltsHelpers.swift */; }; |
27 | 26 | F59CA92F1C8E496200329737 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59CA92E1C8E496200329737 /* Errors.swift */; };
|
28 | 27 | F5A88F4A1C9B6EBA002F0E0D /* PFQuery+Subscribe.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5A88F491C9B6EBA002F0E0D /* PFQuery+Subscribe.swift */; };
|
29 | 28 | F5A88F4E1C9B7341002F0E0D /* QueryEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5591BA91BD97BB70072F966 /* QueryEncoder.swift */; };
|
30 | 29 | F5A88F4F1C9B7341002F0E0D /* Operation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F534A5B31BDB09CE00CBD11A /* Operation.swift */; };
|
31 | 30 | F5A88F501C9B7341002F0E0D /* ClientPrivate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F54D58B71C8E3446009F8D6C /* ClientPrivate.swift */; };
|
32 |
| - F5A88F511C9B7341002F0E0D /* BoltsHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = F54D58B91C8E345F009F8D6C /* BoltsHelpers.swift */; }; |
33 | 31 | F5A88F521C9B7341002F0E0D /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5591BA31BD720E10072F966 /* Client.swift */; };
|
34 | 32 | F5A88F531C9B7341002F0E0D /* Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = F534A5B11BDAFE0200CBD11A /* Subscription.swift */; };
|
35 | 33 | F5A88F551C9B7341002F0E0D /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59CA92E1C8E496200329737 /* Errors.swift */; };
|
|
296 | 294 | F534A5B31BDB09CE00CBD11A /* Operation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Operation.swift; sourceTree = "<group>"; };
|
297 | 295 | F54D58B51C8E33D9009F8D6C /* ObjCCompat.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjCCompat.swift; sourceTree = "<group>"; };
|
298 | 296 | F54D58B71C8E3446009F8D6C /* ClientPrivate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientPrivate.swift; sourceTree = "<group>"; };
|
299 |
| - F54D58B91C8E345F009F8D6C /* BoltsHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BoltsHelpers.swift; sourceTree = "<group>"; }; |
300 | 297 | F5591BA31BD720E10072F966 /* Client.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Client.swift; sourceTree = "<group>"; };
|
301 | 298 | F5591BA91BD97BB70072F966 /* QueryEncoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QueryEncoder.swift; sourceTree = "<group>"; };
|
302 | 299 | F5903CEA1BD999C500C3EFFE /* ParseLiveQuery.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ParseLiveQuery.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
456 | 453 | F5591BA91BD97BB70072F966 /* QueryEncoder.swift */,
|
457 | 454 | F534A5B31BDB09CE00CBD11A /* Operation.swift */,
|
458 | 455 | F54D58B71C8E3446009F8D6C /* ClientPrivate.swift */,
|
459 |
| - F54D58B91C8E345F009F8D6C /* BoltsHelpers.swift */, |
460 | 456 | );
|
461 | 457 | path = Internal;
|
462 | 458 | sourceTree = "<group>";
|
|
814 | 810 | F54D58B81C8E3446009F8D6C /* ClientPrivate.swift in Sources */,
|
815 | 811 | F5D965351BD99DA200C3AAFC /* Client.swift in Sources */,
|
816 | 812 | 0632EDD51CA1A6DB00DD3CB8 /* Parse+LiveQuery.swift in Sources */,
|
817 |
| - F54D58BA1C8E345F009F8D6C /* BoltsHelpers.swift in Sources */, |
818 | 813 | F5D965381BD99DA200C3AAFC /* QueryEncoder.swift in Sources */,
|
819 | 814 | F534A5B21BDAFE0200CBD11A /* Subscription.swift in Sources */,
|
820 | 815 | F59CA92F1C8E496200329737 /* Errors.swift in Sources */,
|
|
830 | 825 | files = (
|
831 | 826 | F5A88F531C9B7341002F0E0D /* Subscription.swift in Sources */,
|
832 | 827 | 0632EDD41CA1A6DB00DD3CB8 /* Parse+LiveQuery.swift in Sources */,
|
833 |
| - F5A88F511C9B7341002F0E0D /* BoltsHelpers.swift in Sources */, |
834 | 828 | F5A88F501C9B7341002F0E0D /* ClientPrivate.swift in Sources */,
|
835 | 829 | F5A88F551C9B7341002F0E0D /* Errors.swift in Sources */,
|
836 | 830 | F5A88F4E1C9B7341002F0E0D /* QueryEncoder.swift in Sources */,
|
|
0 commit comments