chore: update about page
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>14833</string>
|
<string>14835</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.news</string>
|
<string>public.app-category.news</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|||||||
@@ -33,16 +33,16 @@
|
|||||||
NSMutableAttributedString *mas = [NSMutableAttributedString new];
|
NSMutableAttributedString *mas = [NSMutableAttributedString new];
|
||||||
[mas beginEditing];
|
[mas beginEditing];
|
||||||
[self str:mas add:@"Programming\n" bold:YES];
|
[self str:mas add:@"Programming\n" bold:YES];
|
||||||
[self str:mas add:@"Oleg Geier\n\n" bold:NO];
|
[self str:mas add:@"Oleg Geier\n" bold:NO];
|
||||||
[self str:mas add:@"Source Code Available\n" bold:YES];
|
[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:@"github.com" link:@"https://github.com/relikd/baRSS"];
|
||||||
[self str:mas add:@" (MIT License)\nor " bold:NO];
|
[self str:mas add:@" (MIT License)\n" bold:NO];
|
||||||
[self str:mas add:@"gitlab.com" link:@"https://gitlab.com/relikd/baRSS"];
|
[self str:mas add:@"\nLibraries\n" bold:YES];
|
||||||
[self str:mas add:@" (MIT License)\n\n" bold:NO];
|
|
||||||
[self str:mas add:@"3rd-Party Libraries\n" bold:YES];
|
|
||||||
[self str:mas add:@"RSXML2" link:@"https://github.com/relikd/RSXML2"];
|
[self str:mas add:@"RSXML2" link:@"https://github.com/relikd/RSXML2"];
|
||||||
[self str:mas add:@" (MIT License)" bold:NO];
|
[self str:mas add:@" (MIT License)\n" bold:NO];
|
||||||
[self str:mas add:@"\n\n\n\nOptions\n" bold:YES];
|
[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:@"Fix Cache\n" link:@"barss:config/fixcache"];
|
||||||
[self str:mas add:@"Backup now\n" link:@"barss:backup/show"];
|
[self str:mas add:@"Backup now\n" link:@"barss:backup/show"];
|
||||||
[mas endEditing];
|
[mas endEditing];
|
||||||
|
|||||||
Reference in New Issue
Block a user