AppConfig: Rename files to CommonConfiguration and AppConfiguration

This commit is contained in:
manuroe
2020-07-29 10:13:43 +02:00
parent fafd6f7687
commit 1223d09b42
8 changed files with 80 additions and 26 deletions
@@ -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