Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
5f6491b3
Commit
5f6491b3
authored
Jan 24, 2014
by
Felix Paul Kühne
Browse files
app delegate: minor QuincyKit API update
parent
24774c66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCAppDelegate.m
View file @
5f6491b3
...
...
@@ -64,6 +64,7 @@
[
quincyManager
setSubmissionURL
:
@"http://crash.videolan.org/crash_v200.php"
];
[
quincyManager
setDelegate
:
self
];
[
quincyManager
setShowAlwaysButton
:
YES
];
[
quincyManager
startManager
];
/* clean caches on launch (since those are used for wifi upload only) */
NSArray
*
searchPaths
=
NSSearchPathForDirectoriesInDomains
(
NSCachesDirectory
,
NSUserDomainMask
,
YES
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment