diff --git a/Source/common/SNTFileInfo.m b/Source/common/SNTFileInfo.m index ae3763b9b..3bfac38e9 100644 --- a/Source/common/SNTFileInfo.m +++ b/Source/common/SNTFileInfo.m @@ -423,9 +423,8 @@ - (NSDictionary *)infoPlist { return self.infoDict; } - // `-[NSDictionary infoDictionary]` is heavily cached, changes to the Info.plist are not - // realized. Use `CFBundleCopyInfoDictionaryInDirectory` instead, which does not appear to - // cache. + // `-[NSBundle infoDictionary]` is heavily cached, changes to the Info.plist are not realized. + // Use `CFBundleCopyInfoDictionaryInDirectory` instead, which does not appear to cache. NSString *bundlePath = [self bundlePath]; if (bundlePath.length) { d = CFBridgingRelease(CFBundleCopyInfoDictionaryInDirectory(