diff --git a/baRSS/Info.plist b/baRSS/Info.plist index 87dac77..38ba826 100644 --- a/baRSS/Info.plist +++ b/baRSS/Info.plist @@ -70,7 +70,7 @@ CFBundleVersion - 14833 + 14835 LSApplicationCategoryType public.app-category.news LSMinimumSystemVersion diff --git a/baRSS/Preferences/About Tab/SettingsAboutView.m b/baRSS/Preferences/About Tab/SettingsAboutView.m index 2cce57d..c921586 100644 --- a/baRSS/Preferences/About Tab/SettingsAboutView.m +++ b/baRSS/Preferences/About Tab/SettingsAboutView.m @@ -33,16 +33,16 @@ NSMutableAttributedString *mas = [NSMutableAttributedString new]; [mas beginEditing]; [self str:mas add:@"Programming\n" bold:YES]; - [self str:mas add:@"Oleg Geier\n\n" bold:NO]; - [self str:mas add:@"Source Code Available\n" bold:YES]; + [self str:mas add:@"Oleg Geier\n" bold:NO]; + [self str:mas add:@"\nSource Code Available\n" bold:YES]; [self str:mas add:@"github.com" link:@"https://github.com/relikd/baRSS"]; - [self str:mas add:@" (MIT License)\nor " bold:NO]; - [self str:mas add:@"gitlab.com" link:@"https://gitlab.com/relikd/baRSS"]; - [self str:mas add:@" (MIT License)\n\n" bold:NO]; - [self str:mas add:@"3rd-Party Libraries\n" bold:YES]; + [self str:mas add:@" (MIT License)\n" bold:NO]; + [self str:mas add:@"\nLibraries\n" bold:YES]; [self str:mas add:@"RSXML2" link:@"https://github.com/relikd/RSXML2"]; - [self str:mas add:@" (MIT License)" bold:NO]; - [self str:mas add:@"\n\n\n\nOptions\n" bold:YES]; + [self str:mas add:@" (MIT License)\n" bold:NO]; + [self str:mas add:@"QLOPML" link:@"https://github.com/relikd/QLOPML"]; + [self str:mas add:@" (MIT License)\n" bold:NO]; + [self str:mas add:@"\n\n\nOptions\n" bold:YES]; [self str:mas add:@"Fix Cache\n" link:@"barss:config/fixcache"]; [self str:mas add:@"Backup now\n" link:@"barss:backup/show"]; [mas endEditing];