Skip to content

Commit

Permalink
Upgrade BlueSocket to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Feb 15, 2022
1 parent fc5c651 commit 73933f2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Cosmic.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Cosmic"
s.version = "7.2.5"
s.version = "7.3.0"
s.summary = "A log reporting framework written in Swift"

s.description = <<-DESC
Expand Down
4 changes: 0 additions & 4 deletions Cosmic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -429,15 +429,11 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Cosmic-CosmicTests/Pods-Cosmic-CosmicTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/BlueSocket/Socket.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Socket.framework",
);
Expand Down
15 changes: 12 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@
"pins": [
{
"package": "Socket",
"repositoryURL": "https://github.com/IBM-Swift/BlueSocket",
"repositoryURL": "https://github.com/Kitura/BlueSocket",
"state": {
"branch": null,
"revision": "a40b405bdf32bc853307dd5dee8d00636e394013",
"version": "1.0.44"
"revision": "dd924c3bc2c1c144c42b8dda3896f1a03115ded4",
"version": "2.0.2"
}
},
{
"package": "swift-argument-parser",
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "6b2aa2748a7881eebb9f84fb10c01293e15b52ca",
"version": "0.5.0"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],

dependencies: [
.package(url: "https://github.com/IBM-Swift/BlueSocket", from: "1.0.0")
.package(url: "https://github.com/Kitura/BlueSocket", from: "2.0.2")
],

targets: [
Expand All @@ -25,5 +25,5 @@ let package = Package(
)
],

swiftLanguageVersions: [ .v4_2, .v5 ]
swiftLanguageVersions: [ .v4, .v5 ]
)
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'Cosmic' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks

# Pods for Cosmic
pod 'BlueSocket', "~> 1.0.44"
pod 'BlueSocket', "~> 2.0.2"

target 'CosmicTests' do
#inherit! :search_paths
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- BlueSocket (1.0.45)
- BlueSocket (2.0.2)

DEPENDENCIES:
- BlueSocket (~> 1.0.44)
- BlueSocket (~> 2.0.2)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- BlueSocket

SPEC CHECKSUMS:
BlueSocket: b59f969c51b723f1297aceecf12ad5113a6db70d
BlueSocket: 1f02d81f5eeb695aebdb1305ef3173b15a8627cf

PODFILE CHECKSUM: ce8b11e2add1c592d85230d8b7529654f72c375f
PODFILE CHECKSUM: a756da289bcadc374ff1e9a3f229357bd48946b1

COCOAPODS: 1.6.1
COCOAPODS: 1.9.2

0 comments on commit 73933f2

Please sign in to comment.