This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpMacOSAdapter
Watch
10
Star
1
Fork
0
Code
Issues
Pull Requests
0
Releases
20
Wiki
Activity
Browse Source
stop auto updates
works_for_me
Volker Birk
2 years ago
parent
c2d9b6866f
commit
3564ae1e11
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
pEpMacOSAdapter/pEpUpdater.mm
+0
-0
pEpMacOSAdapter/p≡p for Thunderbird.der
+ 10
- 0
pEpMacOSAdapter/pEpUpdater.mm
View File
@ -37,6 +37,16 @@ NSString* CONFIG_PATH = @"/Library/Application Support/pEp/Updater";
}
}
- (void)stopUpdates
{
NSLog(@"stop auto updates");
if (self.timer) {
[self.timer invalidate];
self.timer = nil;
}
}
- (void)updateAll:(NSTimer*)timer
{
NSLog(@"update all registered products");
pEpMacOSAdapter/test.der → pEpMacOSAdapter/p≡p for Thunderbird.der
View File
Write
Preview
Loading…
Cancel
Save