We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc3a4b commit 2f82182Copy full SHA for 2f82182
Hot/Classes/SMC/SMC.m
@@ -135,7 +135,7 @@ - ( oneway void )dealloc
135
136
for( NSNumber * key in self.keys )
137
{
138
- if( filter == nil || filter( key.unsignedIntValue ) == NO )
+ if( filter != nil && filter( key.unsignedIntValue ) == NO )
139
140
continue;
141
}
Hot/Info.plist
@@ -19,7 +19,7 @@
19
<key>CFBundleShortVersionString</key>
20
<string>1.8.0</string>
21
<key>CFBundleVersion</key>
22
- <string>118</string>
+ <string>127</string>
23
<key>LSApplicationCategoryType</key>
24
<string>public.app-category.utilities</string>
25
<key>LSMinimumSystemVersion</key>
0 commit comments