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
APPLEMAIL-51 Add missing stop implementation.
APPLEMAIL-51
David Alarcon
1 year ago
parent
b3b1d03eea
commit
cffb6ccec0
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Subprojects/PEPUpdatesXPCService/PEPUpdatesXPCService/PEPUpdateDownloadXPCService/PEPUpdateDownloadXPCService/XPCService/PEPUpdateDownloadXPCService.m
+ 4
- 0
Subprojects/PEPUpdatesXPCService/PEPUpdatesXPCService/PEPUpdateDownloadXPCService/PEPUpdateDownloadXPCService/XPCService/PEPUpdateDownloadXPCService.m
View File
@ -36,6 +36,10 @@
NSAssert
(
opened
,
@
"
Fail
to
open
'
p≡p updates.app'
.
"
)
;
}
-
(
void
)
stop
{
self
.
listener
=
nil
;
}
/
/
MARK
:
-
Private
-
(
BOOL
)
startPEPUpdatesApp
{
Write
Preview
Loading…
Cancel
Save