From b31eae7514a520ff2caddfae74f0d0cb63ba5287 Mon Sep 17 00:00:00 2001 From: Jesse Bounds Date: Tue, 16 Jan 2018 16:36:26 -0800 Subject: [ios] Remove unused reference to reachability This removes a reference to reachability that has been used and incorrect since the file does not exist at the referenced location. --- platform/ios/ios.xcodeproj/project.pbxproj | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/platform/ios/ios.xcodeproj/project.pbxproj b/platform/ios/ios.xcodeproj/project.pbxproj index 9614bd009a..e177a9bc87 100644 --- a/platform/ios/ios.xcodeproj/project.pbxproj +++ b/platform/ios/ios.xcodeproj/project.pbxproj @@ -1645,16 +1645,6 @@ path = ../vendor/SMCalloutView; sourceTree = ""; }; - DA8848911CBB049300AB86E3 /* reachability */ = { - isa = PBXGroup; - children = ( - DA88488D1CBB047F00AB86E3 /* reachability.h */, - DA88488F1CBB048E00AB86E3 /* reachability.m */, - ); - name = reachability; - path = ..; - sourceTree = ""; - }; DA8933B91CCD2C6700E68420 /* Foundation Resources */ = { isa = PBXGroup; children = ( -- cgit v1.2.1