测试代码

This commit is contained in:
Daisy 2023-11-01 18:03:50 +08:00
parent 7f9e8987cb
commit fd9561ae5a
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"

View File

@ -36,6 +36,7 @@
self.window.rootViewController = VC;
[self.window makeKeyAndVisible];
//
[self initSound];
_udp = [[UdpHelper alloc] init];
[_udp Open];