Skip to content

Commit

Permalink
add WebRTC-Sample-App scheme and fail test on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Jun 1, 2024
1 parent 9f9d0b9 commit 066ce70
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1530"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A8DAC0022A063AB30007CDE7"
BuildableName = "WebRTC-Sample-App.app"
BlueprintName = "WebRTC-Sample-App"
ReferencedContainer = "container:WebRTCiOSSDK.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A8DAC0022A063AB30007CDE7"
BuildableName = "WebRTC-Sample-App.app"
BlueprintName = "WebRTC-Sample-App"
ReferencedContainer = "container:WebRTCiOSSDK.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A8DAC0022A063AB30007CDE7"
BuildableName = "WebRTC-Sample-App.app"
BlueprintName = "WebRTC-Sample-App"
ReferencedContainer = "container:WebRTCiOSSDK.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
3 changes: 2 additions & 1 deletion WebRTCiOSSDKTests/WebRTCiOSSDKTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ final class WebRTCiOSSDKTests: XCTestCase {
rtcStatsTimerExpectation.fulfill()
}
}

await fulfillment(of: [rtcStatsTimerExpectation], timeout: 3)

XCTAssertTrue(false)


}
Expand Down

0 comments on commit 066ce70

Please sign in to comment.