Skip to content

Commit

Permalink
Make sure the extension version can be used on iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Mar 18, 2024
1 parent 9092ffc commit f18f6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/wireguard-apple",
"state" : {
"revision" : "2d8172c11478ab11b0f5ad49bdb4f93f4b3d5e0d",
"version" : "1.1.1"
"revision" : "13fd026384b1af11048451061cc1b21434990668",
"version" : "1.1.3"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public final class NetworkProtectionLastVersionRunStore {
}
}

@available(macOS 11.0, *)
public var lastExtensionVersionRun: String? {
get {
userDefaults.string(forKey: Self.lastExtensionVersionRunKey)
Expand Down

0 comments on commit f18f6c8

Please sign in to comment.