Skip to content

Commit

Permalink
build(starscream): update package managers to use starscream 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-arn committed Feb 2, 2021
1 parent b9fa2df commit 14fee78
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "daltoniam/Starscream" ~> 3.0.0
github "daltoniam/Starscream" ~> 4.0.0
github "IBM/swift-sdk-core" ~> 1.0.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "IBM/swift-sdk-core" "1.1.1"
github "daltoniam/Starscream" "3.1.1"
github "daltoniam/Starscream" "4.0.4"
2 changes: 1 addition & 1 deletion IBMWatsonSpeechToTextV1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ of the audio signal. It continuously returns and retroactively updates a transcr

s.swift_version = ['4.2', '5.0', '5.1']
s.dependency 'IBMSwiftSDKCore', '~> 1.0.0'
s.dependency 'Starscream', '~> 3.0.0'
s.dependency 'Starscream', '~> 4.0.0'
s.vendored_libraries = 'Sources/SupportingFiles/Dependencies/Libraries/*.a'

# This is necessary for the time being as we do not support the
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ let package = Package(
],
dependencies: [
.package(name: "IBMSwiftSDKCore", url: "https://github.com/IBM/swift-sdk-core", from: "1.0.0"),
.package(name: "Starscream", url: "https://github.com/daltoniam/Starscream", from: "3.0.0"),
.package(name: "Starscream", url: "https://github.com/daltoniam/Starscream", from: "4.0.0"),
],
targets: [
.systemLibrary(name: "Clibogg", path: "Sources/SupportingFiles/Dependencies/Clibogg", pkgConfig: "ogg", providers: [.brew(["libogg"])]),
Expand Down Expand Up @@ -85,4 +85,4 @@ let package = Package(
.testTarget(name: "VisualRecognitionV4Tests", dependencies: ["VisualRecognitionV4"]),

]
)
)
2 changes: 1 addition & 1 deletion WatsonDeveloperCloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7370,7 +7370,7 @@
repositoryURL = "https://github.com/daltoniam/Starscream";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 3.0.0;
minimumVersion = 4.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,8 @@
"repositoryURL": "https://github.com/daltoniam/Starscream",
"state": {
"branch": null,
"revision": "e6b65c6d9077ea48b4a7bdda8994a1d3c6969c8d",
"version": "3.1.1"
}
},
{
"package": "swift-nio-zlib-support",
"repositoryURL": "https://github.com/apple/swift-nio-zlib-support.git",
"state": {
"branch": null,
"revision": "37760e9a52030bb9011972c5213c3350fa9d41fd",
"version": "1.0.0"
"revision": "df8d82047f6654d8e4b655d1b1525c64e1059d21",
"version": "4.0.4"
}
},
{
Expand Down

0 comments on commit 14fee78

Please sign in to comment.