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
VideoLAN
VLC-iOS
Commits
f82ffd66
Commit
f82ffd66
authored
Aug 04, 2017
by
Carola
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add VLCNetworkServerLoginInformation category to all targets to avoid crash
parent
e21d42db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Sources/LocalNetworkConnectivity/VLCServerListViewController.m
...es/LocalNetworkConnectivity/VLCServerListViewController.m
+0
-2
VLC.xcodeproj/project.pbxproj
VLC.xcodeproj/project.pbxproj
+2
-0
No files found.
Sources/LocalNetworkConnectivity/VLCServerListViewController.m
View file @
f82ffd66
...
...
@@ -177,8 +177,6 @@
id
<
VLCLocalNetworkService
>
service
=
[
_discoveryController
networkServiceForIndexPath
:
indexPath
];
if
([
service
respondsToSelector
:
@selector
(
serverBrowser
)])
{
id
<
VLCNetworkServerBrowser
>
serverBrowser
=
[
service
serverBrowser
];
if
(
serverBrowser
)
{
...
...
VLC.xcodeproj/project.pbxproj
View file @
f82ffd66
...
...
@@ -21,6 +21,7 @@
41273A3C1A955C4100A2EF77
/* VLCMigrationViewController.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
41273A3A1A955C4100A2EF77
/* VLCMigrationViewController.m */
;
};
41273A3D1A955C4100A2EF77
/* VLCMigrationViewController.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
41273A3B1A955C4100A2EF77
/* VLCMigrationViewController.xib */
;
};
4144C4661A0ED6C700918C89
/* Reachability.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D3784E6183A99E1009EE944
/* Reachability.m */
;
};
415908F71F34ED4000C6A831
/* VLCNetworkServerLoginInformation+Keychain.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
DDA1B9081CE902EE0076BC45
/* VLCNetworkServerLoginInformation+Keychain.m */
;
};
4171D35018A2C19000A16EF9
/* VLCFolderCollectionViewFlowLayout.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
4171D34F18A2C19000A16EF9
/* VLCFolderCollectionViewFlowLayout.m */
;
};
417CDA231A48D1F300D9ACE7
/* VLCCloudServicesTableViewController.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
417CDA211A48D1F300D9ACE7
/* VLCCloudServicesTableViewController.m */
;
};
417CDA241A48D1F300D9ACE7
/* VLCCloudServicesTableViewController.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
417CDA221A48D1F300D9ACE7
/* VLCCloudServicesTableViewController.xib */
;
};
...
...
@@ -4644,6 +4645,7 @@
7DC550101C046615007B4E42
/* VLCOneDriveTableViewController.m in Sources */
,
7DC550111C046615007B4E42
/* VLCKeychainCoordinator.m in Sources */
,
7DC550121C046615007B4E42
/* VLCLocalNetworkServiceUPnP.m in Sources */
,
415908F71F34ED4000C6A831
/* VLCNetworkServerLoginInformation+Keychain.m in Sources */
,
7DC550131C046615007B4E42
/* VLCNetworkListCell.m in Sources */
,
7DC550141C046615007B4E42
/* VLCOneDriveController.m in Sources */
,
7DC550151C046615007B4E42
/* VLCSidebarController.m in Sources */
,
...
...
Carola
@caro
mentioned in issue
#20 (closed)
·
Aug 06, 2017
mentioned in issue
#20 (closed)
mentioned in issue #20
Toggle commit list
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