File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ RTCMemoryFixup Changelog
4
4
- Initial release
5
5
6
6
#### v1.0.1
7
- - Bug fix: prevent kext unloading
7
+ - Bug fix: prevent kext unloading
Original file line number Diff line number Diff line change 293
293
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
294
294
CODE_SIGN_STYLE = Manual;
295
295
COMBINE_HIDPI_IMAGES = YES;
296
- CURRENT_PROJECT_VERSION = 1.0.0d1 ;
296
+ CURRENT_PROJECT_VERSION = 1.0.1 ;
297
297
DEVELOPMENT_TEAM = "";
298
298
GCC_PREPROCESSOR_DEFINITIONS = (
299
299
"MODULE_VERSION=$(MODULE_VERSION)",
317
317
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
318
318
CODE_SIGN_STYLE = Manual;
319
319
COMBINE_HIDPI_IMAGES = YES;
320
- CURRENT_PROJECT_VERSION = 1.0.0d1 ;
320
+ CURRENT_PROJECT_VERSION = 1.0.1 ;
321
321
DEVELOPMENT_TEAM = "";
322
322
GCC_PREPROCESSOR_DEFINITIONS = (
323
323
"MODULE_VERSION=$(MODULE_VERSION)",
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ bool RTCMemoryFixup::start(IOService *provider)
189
189
}
190
190
191
191
retain ();
192
+
192
193
hookProvider (provider);
193
194
194
195
return false ;
You can’t perform that action at this time.
0 commit comments