-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9ed809
commit 2342ec8
Showing
12 changed files
with
809 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
VideoSDKSwiftUIExample.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"originHash" : "3bcce08c5dc6773fa23cbda274afbb9a7a53a250e8efbeb017aeed9ef36f18c9", | ||
"pins" : [ | ||
{ | ||
"identity" : "videosdk-rtc-ios-spm", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/videosdk-live/videosdk-rtc-ios-spm.git", | ||
"location" : "https://github.com/videosdk-live/videosdk-rtc-ios-spm", | ||
"state" : { | ||
"branch" : "main", | ||
"revision" : "c97e7971c7e7f597b5501f7642672439c0c531d6" | ||
"revision" : "43c360e7395f5879da5c5b499591f8153ecfadb7" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
"version" : 3 | ||
} |
Binary file added
BIN
+41.3 KB
...UIExample.xcworkspace/xcuserdata/deepbhupatkar.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
56 changes: 56 additions & 0 deletions
56
...ple.xcworkspace/xcuserdata/deepbhupatkar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Bucket | ||
uuid = "03EE69B9-4E63-429D-B98B-FDC369F5C883" | ||
type = "0" | ||
version = "2.0"> | ||
<Breakpoints> | ||
<BreakpointProxy | ||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> | ||
<BreakpointContent | ||
uuid = "2C363EF8-B921-4720-BB13-0B9ABF082851" | ||
shouldBeEnabled = "No" | ||
ignoreCount = "0" | ||
continueAfterRunningActions = "No" | ||
filePath = "VideoSDKSwiftUIExample/Screens/MeetingView/MeetingViewController.swift" | ||
startingColumnNumber = "9223372036854775807" | ||
endingColumnNumber = "9223372036854775807" | ||
startingLineNumber = "202" | ||
endingLineNumber = "202" | ||
landmarkName = "unknown" | ||
landmarkType = "0"> | ||
</BreakpointContent> | ||
</BreakpointProxy> | ||
<BreakpointProxy | ||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> | ||
<BreakpointContent | ||
uuid = "19D0D64F-CB19-4D9D-BE99-FDEF79B7DA84" | ||
shouldBeEnabled = "No" | ||
ignoreCount = "0" | ||
continueAfterRunningActions = "No" | ||
filePath = "VideoSDKSwiftUIExample/Screens/MeetingView/MeetingViewController.swift" | ||
startingColumnNumber = "9223372036854775807" | ||
endingColumnNumber = "9223372036854775807" | ||
startingLineNumber = "102" | ||
endingLineNumber = "102" | ||
landmarkName = "onMeetingLeft()" | ||
landmarkType = "7"> | ||
</BreakpointContent> | ||
</BreakpointProxy> | ||
<BreakpointProxy | ||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> | ||
<BreakpointContent | ||
uuid = "6757F4D3-B8FA-4DDE-B2D7-670197CBD93D" | ||
shouldBeEnabled = "No" | ||
ignoreCount = "0" | ||
continueAfterRunningActions = "No" | ||
filePath = "VideoSDKSwiftUIExample/Screens/MeetingView/MeetingViewController.swift" | ||
startingColumnNumber = "9223372036854775807" | ||
endingColumnNumber = "9223372036854775807" | ||
startingLineNumber = "11" | ||
endingLineNumber = "11" | ||
landmarkName = "unknown" | ||
landmarkType = "0"> | ||
</BreakpointContent> | ||
</BreakpointProxy> | ||
</Breakpoints> | ||
</Bucket> |
Oops, something went wrong.