summaryrefslogtreecommitdiffhomepage
path: root/ios/relays-prebuild.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-03-13Build and cache relay list per configuration excluding ReleaseBug Magnet1-3/+17
2025-02-11Change cached relay list and how it is updatedJon Petersson1-9/+0
2024-01-18Add a staging configuration that automatically targets the staging environmentBug Magnet1-2/+8
2023-12-11Moving RelayCache into MullvadRESTmojganii1-1/+1
2022-10-21Move RelayCache.IO and CachedRelays into new RelayCache.frameworksajacl1-0/+22
Moved RelayCache.IO and CachedRelays into new RelayCache.framework Moved prebuild script to build phase script. Renamed script, renamed/moved RelayCache.IO to RelayCache. Renamed RelayCache.Tracker to RelayCacheTracker. Set APPLICATION_EXTENSION_API_ONLY to true for RelayCache framework. Updated gitignore. Removed relays.json from git. Removed relays.json from RelayCache framework Removed RelayCache/FetchResult, moved/renamed code into RelayCacheTracker file. Renamed CachedRelaysFetchResult to RelaysFetchResult. Changed access level for RelaysFetchResult and NoCachedRelaysError.