You've already forked ios-client
mirror of
https://github.com/netbirdio/ios-client.git
synced 2026-05-22 17:10:12 -07:00
d47cfdd458
* Revert ViewModel creation to synchronous pattern Since the slow configureManager() call was removed from NetworkExtensionAdapter.init() and the remaining operations are lightweight, this asynchronous pattern isn't necessary anymore. Reason for this commit: app is stuck on netbird logo display on cold starts. This was corrected but reintroduced when this ViewModelLoader was introduced. * Run Firebase after UI is visible * Bump version to 0.0.16.1 * Add better fit on NetBird logo for loading screen * Return ViewModelLoader class usage to offload Go runtime initialization * Return Firebase initializing for iOS using AppDelegate Issue wasn't related to Firebase * Return Firebase initialization mechanism for tvOS * Add loadCurrentConnectionState call on .onAppear * Bump NetBird and NetBirdNetworkExtension to 0.0.16.3 * Bump tvOS version to v0.0.16.1