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
3200ac1a
Commit
3200ac1a
authored
Sep 29, 2015
by
Felix Paul Kühne
Browse files
hockey: minor code simplification
parent
a1e80a80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCAppDelegate.m
View file @
3200ac1a
...
...
@@ -91,12 +91,9 @@ NSString *const VLCDropboxSessionWasAuthorized = @"VLCDropboxSessionWasAuthorize
-
(
BOOL
)
application
:(
UIApplication
*
)
application
didFinishLaunchingWithOptions
:(
NSDictionary
*
)
launchOptions
{
BITHockeyManager
*
hockeyManager
=
[
BITHockeyManager
sharedHockeyManager
];
if
(
BETA_DISTRIBUTION
)
{
APLog
(
@"Using HockeySDK beta key"
);
[
hockeyManager
configureWithIdentifier
:
@"0114ca8e265244ce588d2ebd035c3577"
];
}
else
[
hockeyManager
configureWithIdentifier
:
@"c95f4227dff96c61f8b3a46a25edc584"
];
[
hockeyManager
configureWithBetaIdentifier
:
@"0114ca8e265244ce588d2ebd035c3577"
liveIdentifier:
@"c95f4227dff96c61f8b3a46a25edc584"
delegate:
nil
];
// Configure the SDK in here only!
[
hockeyManager
startManager
];
...
...
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