Update readme

This commit is contained in:
relikd
2019-08-19 00:24:46 +02:00
parent 571aac4533
commit a777b5672f
4 changed files with 13 additions and 7 deletions

View File

@@ -70,7 +70,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>11155</string>
<string>11159</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.news</string>
<key>LSMinimumSystemVersion</key>

View File

@@ -93,7 +93,7 @@
NSArray<NSURL*> *urls = CFBridgingRelease(LSCopyApplicationURLsForBundleIdentifier((__bridge CFStringRef)bundleID, NULL));
if (urls.count > 0) {
NSDictionary *info = CFBridgingRelease(CFBundleCopyInfoDictionaryForURL((CFURLRef)urls.firstObject));
return info[(NSString*)kCFBundleNameKey];
return info[(NSString*)kCFBundleExecutableKey];
}
return nil;
}