mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-04 00:36:36 +00:00
updated build and fixed an issue with the analyzer
This commit is contained in:
parent
ef98976ebf
commit
c0a3ae9371
BIN
Builds/Limelight_0_1/Limelight_0_1_beta2.ipa
Normal file
BIN
Builds/Limelight_0_1/Limelight_0_1_beta2.ipa
Normal file
Binary file not shown.
BIN
Builds/Limelight_0_1/Limelight_0_1_beta5.ipa
Normal file
BIN
Builds/Limelight_0_1/Limelight_0_1_beta5.ipa
Normal file
Binary file not shown.
@ -21,7 +21,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>5</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.games</string>
|
<string>public.app-category.games</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
@ -202,12 +202,14 @@ static StreamConfiguration* streamConfig;
|
|||||||
|
|
||||||
- (void)viewDidAppear:(BOOL)animated
|
- (void)viewDidAppear:(BOOL)animated
|
||||||
{
|
{
|
||||||
|
[super viewDidAppear:animated];
|
||||||
_mDNSManager = [[MDNSManager alloc] initWithCallback:self];
|
_mDNSManager = [[MDNSManager alloc] initWithCallback:self];
|
||||||
[_mDNSManager searchForHosts];
|
[_mDNSManager searchForHosts];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)viewDidDisappear:(BOOL)animated
|
- (void)viewDidDisappear:(BOOL)animated
|
||||||
{
|
{
|
||||||
|
[super viewDidDisappear:animated];
|
||||||
[_mDNSManager stopSearching];
|
[_mDNSManager stopSearching];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user