mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
AppConfig: Rename files to CommonConfiguration and AppConfiguration
This commit is contained in:
@@ -75,7 +75,7 @@ typedef NS_ENUM(NSInteger, ImageCompressionMode)
|
||||
[NSNotificationCenter.defaultCenter addObserver:sharedInstance selector:@selector(didReceiveMemoryWarning:) name:UIApplicationDidReceiveMemoryWarningNotification object:nil];
|
||||
|
||||
// Set static application settings
|
||||
sharedInstance->_configuration = [Config new];
|
||||
sharedInstance->_configuration = [CommonConfiguration new];
|
||||
[sharedInstance.configuration setupSettings];
|
||||
|
||||
// NSLog -> console.log file when not debugging the app
|
||||
|
||||
Reference in New Issue
Block a user