Skip to content

Commit

Permalink
Merge pull request #149 from geteduroam/feature/147-discovery-v3
Browse files Browse the repository at this point in the history
More discovery v3: now for getgovroam too, fix letswifi
  • Loading branch information
johankool authored Dec 4, 2024
2 parents b52bcc9 + cdbd274 commit d400848
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Q: How to update the included discovery fallback files?
A: Run these commands:

curl --silent --compressed 'https://discovery.eduroam.app/v3/discovery.json' > geteduroam/discovery.json
curl --silent --compressed 'https://getgovroam.nl/v2/discovery.json' > getgovroam/discovery.json
curl --silent --compressed 'https://getgovroam.nl/v3/discovery.json' > getgovroam/discovery.json

care prepare Config/appconfig.yaml geteduroam/appconfig.json
care prepare Config/appconfig.yaml getgovroam/appconfig.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public struct LetsWiFiResponse: Codable, Equatable {
}

enum CodingKeys: String, CodingKey {
case content = "http://letswifi.app/api#v3"
case content = "http://letswifi.app/api#v2"
}

public let content: LetsWiFiVersion
Expand Down
2 changes: 1 addition & 1 deletion geteduroam/discovery.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion getgovroam/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>DiscoveryURL</key>
<string>https://getgovroam.nl/v2/</string>
<string>https://getgovroam.nl/v3/</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion getgovroam/discovery.json

Large diffs are not rendered by default.

0 comments on commit d400848

Please sign in to comment.