diff options
| author | sajacl <sajaclvishkai@gmail.com> | 2022-10-21 13:27:05 +0200 |
|---|---|---|
| committer | sajacl <sajaclvishkai@gmail.com> | 2022-10-21 15:16:32 +0200 |
| commit | 8ad5803493f26eefaa4d2e72980919e3b7233cd7 (patch) | |
| tree | f543cabaa48d6e942b79500d0129d9606484f713 /ios/RelayCache/RelayCache.h | |
| parent | d3ef8d298dbd3ceee5bc2dfbe0c25d610e664c5f (diff) | |
| download | mullvadvpn-8ad5803493f26eefaa4d2e72980919e3b7233cd7.tar.xz mullvadvpn-8ad5803493f26eefaa4d2e72980919e3b7233cd7.zip | |
Move RelayCache.IO and CachedRelays into new RelayCache.framework
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.
Diffstat (limited to 'ios/RelayCache/RelayCache.h')
| -rw-r--r-- | ios/RelayCache/RelayCache.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ios/RelayCache/RelayCache.h b/ios/RelayCache/RelayCache.h new file mode 100644 index 0000000000..abe3d1b983 --- /dev/null +++ b/ios/RelayCache/RelayCache.h @@ -0,0 +1,19 @@ +// +// RelayCache.h +// RelayCache +// +// Created by Sajad Vishkai on 2022-10-21. +// Copyright © 2022 Mullvad VPN AB. All rights reserved. +// + +#import <Foundation/Foundation.h> + +//! Project version number for RelayCache. +FOUNDATION_EXPORT double RelayCacheVersionNumber; + +//! Project version string for RelayCache. +FOUNDATION_EXPORT const unsigned char RelayCacheVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import <RelayCache/PublicHeader.h> + + |
