mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Config: Cut AppConfig into Config and AppConfig
so that the app can have its own configuration
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
|
||||
[AppConfig.shared setupSettings];
|
||||
[Config.shared setupSettings];
|
||||
|
||||
// NSLog -> console.log file when not debugging the app
|
||||
if (!isatty(STDERR_FILENO))
|
||||
|
||||
Reference in New Issue
Block a user