Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
711c67f7
Commit
711c67f7
authored
Nov 27, 2015
by
Felix Paul Kühne
Browse files
ATV: set correct hockey identifier
parent
b2606a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Apple-TV/AppleTVAppDelegate.m
View file @
711c67f7
...
@@ -58,9 +58,7 @@
...
@@ -58,9 +58,7 @@
-
(
BOOL
)
application
:(
UIApplication
*
)
application
didFinishLaunchingWithOptions
:(
NSDictionary
*
)
launchOptions
-
(
BOOL
)
application
:(
UIApplication
*
)
application
didFinishLaunchingWithOptions
:(
NSDictionary
*
)
launchOptions
{
{
BITHockeyManager
*
hockeyManager
=
[
BITHockeyManager
sharedHockeyManager
];
BITHockeyManager
*
hockeyManager
=
[
BITHockeyManager
sharedHockeyManager
];
[
hockeyManager
configureWithBetaIdentifier
:
@"0114ca8e265244ce588d2ebd035c3577"
[
hockeyManager
configureWithIdentifier
:
@"f8697706993b44bba1c03cb7016cc325"
];
liveIdentifier:
@"c95f4227dff96c61f8b3a46a25edc584"
delegate:
nil
];
// Configure the SDK in here only!
// Configure the SDK in here only!
[
hockeyManager
startManager
];
[
hockeyManager
startManager
];
...
...
Write
Preview
Supports
Markdown
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