Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Soomin Lee
VLC-iOS
Commits
5f6491b3
Commit
5f6491b3
authored
Jan 24, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app delegate: minor QuincyKit API update
parent
24774c66
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Sources/VLCAppDelegate.m
Sources/VLCAppDelegate.m
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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