Fixed SMC filtering
This commit is contained in:
@@ -135,7 +135,7 @@ NS_ASSUME_NONNULL_END
|
||||
|
||||
for( NSNumber * key in self.keys )
|
||||
{
|
||||
if( filter == nil || filter( key.unsignedIntValue ) == NO )
|
||||
if( filter != nil && filter( key.unsignedIntValue ) == NO )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.8.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>118</string>
|
||||
<string>127</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
Reference in New Issue
Block a user