|
39 | 39 | BC0A015B1C9BEDB200CD4A7C /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC0A01591C9BEDB200CD4A7C /* Error.swift */; }; |
40 | 40 | BC0A01641C9C19CD00CD4A7C /* QueryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC0A01631C9C19CD00CD4A7C /* QueryTests.swift */; }; |
41 | 41 | BC0A01651C9C19CD00CD4A7C /* QueryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC0A01631C9C19CD00CD4A7C /* QueryTests.swift */; }; |
| 42 | + BC15FAC11E01C041005E3B56 /* NetworkReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC15FAC01E01C041005E3B56 /* NetworkReachability.swift */; }; |
42 | 43 | BC23A6F41D63541500DF9034 /* AsyncOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC4A7F381CB5308100AF1DCB /* AsyncOperation.swift */; }; |
43 | 44 | BC23A6F51D63541500DF9034 /* Cache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D67400E1B4AA22600B326EC /* Cache.swift */; }; |
44 | 45 | BC23A6F61D63541500DF9034 /* Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D7495A01A8E277400B0263F /* Client.swift */; }; |
|
50 | 51 | BC23A6FC1D63541500DF9034 /* Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D7495A61A8E499B00B0263F /* Query.swift */; }; |
51 | 52 | BC23A6FD1D63541500DF9034 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC01E66C1CA43CEE0067670B /* Request.swift */; }; |
52 | 53 | BC23A6FE1D63541B00DF9034 /* BrowseIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC09F7761CAE743900ABB395 /* BrowseIterator.swift */; }; |
| 54 | + BC3DC7521E02DD7900862F5B /* NetworkReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC15FAC01E01C041005E3B56 /* NetworkReachability.swift */; }; |
| 55 | + BC3DC7531E02DD7A00862F5B /* NetworkReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC15FAC01E01C041005E3B56 /* NetworkReachability.swift */; }; |
| 56 | + BC3DC7541E02DD7B00862F5B /* NetworkReachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC15FAC01E01C041005E3B56 /* NetworkReachability.swift */; }; |
53 | 57 | BC4A7F391CB5308100AF1DCB /* AsyncOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC4A7F381CB5308100AF1DCB /* AsyncOperation.swift */; }; |
54 | 58 | BC4A7F3A1CB5308100AF1DCB /* AsyncOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC4A7F381CB5308100AF1DCB /* AsyncOperation.swift */; }; |
55 | 59 | BC4A7F3C1CB5373E00AF1DCB /* CancelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC4A7F3B1CB5373E00AF1DCB /* CancelTests.swift */; }; |
|
207 | 211 | BC0A01611C9BEDE000CD4A7C /* MirrorSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MirrorSettings.swift; sourceTree = "<group>"; }; |
208 | 212 | BC0A01621C9BEDE000CD4A7C /* OfflineClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OfflineClient.swift; sourceTree = "<group>"; }; |
209 | 213 | BC0A01631C9C19CD00CD4A7C /* QueryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QueryTests.swift; sourceTree = "<group>"; }; |
| 214 | + BC15FAC01E01C041005E3B56 /* NetworkReachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkReachability.swift; sourceTree = "<group>"; }; |
210 | 215 | BC23A6EC1D63539A00DF9034 /* AlgoliaSearch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AlgoliaSearch.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
211 | 216 | BC4A7F381CB5308100AF1DCB /* AsyncOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsyncOperation.swift; sourceTree = "<group>"; }; |
212 | 217 | BC4A7F3B1CB5373E00AF1DCB /* CancelTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CancelTests.swift; sourceTree = "<group>"; }; |
|
360 | 365 | 5DECA2D91A960BC5001A6088 /* Index.swift */, |
361 | 366 | BC68BC561CB69776007F9655 /* IndexQuery.swift */, |
362 | 367 | 5D09E1DB1AC0773A00B799A6 /* Network.swift */, |
| 368 | + BC15FAC01E01C041005E3B56 /* NetworkReachability.swift */, |
363 | 369 | BC4DDEFB1DD11527004D9A6E /* PlacesClient.swift */, |
364 | 370 | BC4DDF071DD12BCC004D9A6E /* PlacesQuery.swift */, |
365 | 371 | 5D7495A61A8E499B00B0263F /* Query.swift */, |
|
877 | 883 | 5D67400F1B4AA22600B326EC /* Cache.swift in Sources */, |
878 | 884 | BC4DDF081DD12BCC004D9A6E /* PlacesQuery.swift in Sources */, |
879 | 885 | BC4DDEF61DD10EBA004D9A6E /* Types.swift in Sources */, |
| 886 | + BC3DC7541E02DD7B00862F5B /* NetworkReachability.swift in Sources */, |
880 | 887 | BC4A7F391CB5308100AF1DCB /* AsyncOperation.swift in Sources */, |
881 | 888 | 5DECA2DA1A960BC5001A6088 /* Index.swift in Sources */, |
882 | 889 | BC4DDEFC1DD11527004D9A6E /* PlacesClient.swift in Sources */, |
|
920 | 927 | 5D6740101B4AA22600B326EC /* Cache.swift in Sources */, |
921 | 928 | BC4DDF091DD12BCC004D9A6E /* PlacesQuery.swift in Sources */, |
922 | 929 | BC4DDEF71DD10EBA004D9A6E /* Types.swift in Sources */, |
| 930 | + BC3DC7531E02DD7A00862F5B /* NetworkReachability.swift in Sources */, |
923 | 931 | BC4A7F3A1CB5308100AF1DCB /* AsyncOperation.swift in Sources */, |
924 | 932 | 5DB2515C1AAD9F3300945339 /* Helpers.swift in Sources */, |
925 | 933 | BC4DDEFD1DD11527004D9A6E /* PlacesClient.swift in Sources */, |
|
982 | 990 | isa = PBXSourcesBuildPhase; |
983 | 991 | buildActionMask = 2147483647; |
984 | 992 | files = ( |
| 993 | + BC15FAC11E01C041005E3B56 /* NetworkReachability.swift in Sources */, |
985 | 994 | BC4BD2821D54E48900170ECC /* Error.swift in Sources */, |
986 | 995 | BCD57D261D89970D00C5DE68 /* MultipleQueryEmulator.swift in Sources */, |
987 | 996 | BC4BD2831D54E48900170ECC /* IndexQuery.swift in Sources */, |
|
1016 | 1025 | BCD1F5621CC61D020006E227 /* Cache.swift in Sources */, |
1017 | 1026 | BC4DDF0A1DD12BCC004D9A6E /* PlacesQuery.swift in Sources */, |
1018 | 1027 | BC4DDEF81DD10EBA004D9A6E /* Types.swift in Sources */, |
| 1028 | + BC3DC7521E02DD7900862F5B /* NetworkReachability.swift in Sources */, |
1019 | 1029 | BCD1F56C1CC61D2D0006E227 /* BrowseIterator.swift in Sources */, |
1020 | 1030 | BCD1F5681CC61D160006E227 /* Network.swift in Sources */, |
1021 | 1031 | BC4DDEFE1DD11527004D9A6E /* PlacesClient.swift in Sources */, |
|
0 commit comments