File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 131
131
CA6187611F8D21D700FD5234 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
132
132
CA6187621F8D21D700FD5234 /* ReachabilitySwift.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReachabilitySwift.podspec; sourceTree = "<group>"; };
133
133
CA6187651F8D220200FD5234 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
134
+ CA66930222BACD5E001BB352 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
134
135
/* End PBXFileReference section */
135
136
136
137
/* Begin PBXFrameworksBuildPhase section */
229
230
AA7344681BE7678B008AFE69 = {
230
231
isa = PBXGroup;
231
232
children = (
233
+ CA66930222BACD5E001BB352 /* Package.swift */,
232
234
CA1983301F6FD0CD007D2DD1 /* README.md */,
233
235
CA6187651F8D220200FD5234 /* CHANGELOG.md */,
234
236
CA6187601F8D21D700FD5234 /* CONTRIBUTING.md */,
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ extension SCNetworkReachabilityFlags {
291
291
#if targetEnvironment(simulator)
292
292
return . wifi
293
293
#else
294
- var connection = Connection . none
294
+ var connection = Connection . unavailable
295
295
296
296
if !isConnectionRequiredFlagSet {
297
297
connection = . wifi
You can’t perform that action at this time.
0 commit comments