测试代码
This commit is contained in:
parent
7f9e8987cb
commit
fd9561ae5a
@ -40,7 +40,7 @@
|
|||||||
</Testables>
|
</Testables>
|
||||||
</TestAction>
|
</TestAction>
|
||||||
<LaunchAction
|
<LaunchAction
|
||||||
buildConfiguration = "Debug"
|
buildConfiguration = "Release"
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
launchStyle = "0"
|
launchStyle = "0"
|
||||||
|
|||||||
@ -36,6 +36,7 @@
|
|||||||
self.window.rootViewController = VC;
|
self.window.rootViewController = VC;
|
||||||
[self.window makeKeyAndVisible];
|
[self.window makeKeyAndVisible];
|
||||||
|
|
||||||
|
//关闭可视对讲功能 需打开时再解注释
|
||||||
[self initSound];
|
[self initSound];
|
||||||
_udp = [[UdpHelper alloc] init];
|
_udp = [[UdpHelper alloc] init];
|
||||||
[_udp Open];
|
[_udp Open];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user