Skip to content

Commit

Permalink
Updated to 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sheiladoherty-dolby committed Aug 5, 2024
1 parent 7cf2aee commit f5662b2
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 6 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added LocalPackages/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>RTSCore-Package.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
Binary file added interactive-player/.DS_Store
Binary file not shown.
Binary file added interactive-player/Common/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
targets: ["DolbyIORTSUIKit"])
],
dependencies: [
.package(url: "https://github.com/millicast/millicast-sdk-swift-package", exact: "1.8.5")
.package(url: "https://github.com/millicast/millicast-sdk-swift-package", exact: "1.8.7")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/millicast/millicast-sdk-swift-package",
"state" : {
"revision" : "8e8feebf07a75e60f4016498de00f60c586fa247",
"version" : "1.8.5"
"revision" : "abd59dadbe90696e47eec02e35e066f7b1d06e28",
"version" : "1.8.7"
}
}
],
Expand Down
Binary file added rts-viewer-ios/.DS_Store
Binary file not shown.
Binary file added rts-viewer-tvos/.DS_Store
Binary file not shown.
Binary file added rts-viewer-tvos/LocalPackages/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/millicast/millicast-sdk-swift-package", exact: "1.8.5")
.package(url: "https://github.com/millicast/millicast-sdk-swift-package", exact: "1.8.7")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/millicast/millicast-sdk-swift-package",
"state" : {
"revision" : "8e8feebf07a75e60f4016498de00f60c586fa247",
"version" : "1.8.5"
"revision" : "abd59dadbe90696e47eec02e35e066f7b1d06e28",
"version" : "1.8.7"
}
}
],
Expand Down

0 comments on commit f5662b2

Please sign in to comment.