Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit 0763295

Browse files
HenrikHenrik
Henrik
authored and
Henrik
committed
Remove Reachability
1 parent a6e4923 commit 0763295

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

CapturePlusControl 1.xcodeproj/project.pbxproj

-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
6950EB1D1DE4D4D1003984CA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6950EB1B1DE4D4D1003984CA /* Main.storyboard */; };
1313
6950EB1F1DE4D4D1003984CA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6950EB1E1DE4D4D1003984CA /* Assets.xcassets */; };
1414
6950EB221DE4D4D1003984CA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6950EB201DE4D4D1003984CA /* LaunchScreen.storyboard */; };
15-
69D352B01DF9FBCE005D1463 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69D352AF1DF9FBCE005D1463 /* Reachability.swift */; };
1615
E93FF35F11465EF47900860A /* Pods_CapturePlusControl_1.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED279EF438F9918E88966503 /* Pods_CapturePlusControl_1.framework */; };
1716
/* End PBXBuildFile section */
1817

@@ -26,7 +25,6 @@
2625
6950EB1E1DE4D4D1003984CA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2726
6950EB211DE4D4D1003984CA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2827
6950EB231DE4D4D1003984CA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29-
69D352AF1DF9FBCE005D1463 /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reachability.swift; sourceTree = "<group>"; };
3028
ED279EF438F9918E88966503 /* Pods_CapturePlusControl_1.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CapturePlusControl_1.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3129
/* End PBXFileReference section */
3230

@@ -69,7 +67,6 @@
6967
6950EB201DE4D4D1003984CA /* LaunchScreen.storyboard */,
7068
6950EB231DE4D4D1003984CA /* Info.plist */,
7169
690AF00A1DF20A2C008698BB /* FormViewController.swift */,
72-
69D352AF1DF9FBCE005D1463 /* Reachability.swift */,
7370
);
7471
path = "CapturePlusControl 1";
7572
sourceTree = "<group>";
@@ -217,7 +214,6 @@
217214
files = (
218215
690AF00B1DF20A2C008698BB /* FormViewController.swift in Sources */,
219216
6950EB181DE4D4D1003984CA /* AppDelegate.swift in Sources */,
220-
69D352B01DF9FBCE005D1463 /* Reachability.swift in Sources */,
221217
);
222218
runOnlyForDeploymentPostprocessing = 0;
223219
};

CapturePlusControl 1/Reachability.swift

-33
This file was deleted.

0 commit comments

Comments
 (0)