Skip to content

Commit 73933f2

Browse files
committed
Upgrade BlueSocket to 2.x
1 parent fc5c651 commit 73933f2

File tree

6 files changed

+22
-17
lines changed

6 files changed

+22
-17
lines changed

Cosmic.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Cosmic"
4-
s.version = "7.2.5"
4+
s.version = "7.3.0"
55
s.summary = "A log reporting framework written in Swift"
66

77
s.description = <<-DESC

Cosmic.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,15 +429,11 @@
429429
buildActionMask = 2147483647;
430430
files = (
431431
);
432-
inputFileListPaths = (
433-
);
434432
inputPaths = (
435433
"${PODS_ROOT}/Target Support Files/Pods-Cosmic-CosmicTests/Pods-Cosmic-CosmicTests-frameworks.sh",
436434
"${BUILT_PRODUCTS_DIR}/BlueSocket/Socket.framework",
437435
);
438436
name = "[CP] Embed Pods Frameworks";
439-
outputFileListPaths = (
440-
);
441437
outputPaths = (
442438
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Socket.framework",
443439
);

Package.resolved

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
],
1010

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

1515
targets: [
@@ -25,5 +25,5 @@ let package = Package(
2525
)
2626
],
2727

28-
swiftLanguageVersions: [ .v4_2, .v5 ]
28+
swiftLanguageVersions: [ .v4, .v5 ]
2929
)

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'Cosmic' do
66
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
77

88
# Pods for Cosmic
9-
pod 'BlueSocket', "~> 1.0.44"
9+
pod 'BlueSocket', "~> 2.0.2"
1010

1111
target 'CosmicTests' do
1212
#inherit! :search_paths

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- BlueSocket (1.0.45)
2+
- BlueSocket (2.0.2)
33

44
DEPENDENCIES:
5-
- BlueSocket (~> 1.0.44)
5+
- BlueSocket (~> 2.0.2)
66

77
SPEC REPOS:
8-
https://github.com/cocoapods/specs.git:
8+
trunk:
99
- BlueSocket
1010

1111
SPEC CHECKSUMS:
12-
BlueSocket: b59f969c51b723f1297aceecf12ad5113a6db70d
12+
BlueSocket: 1f02d81f5eeb695aebdb1305ef3173b15a8627cf
1313

14-
PODFILE CHECKSUM: ce8b11e2add1c592d85230d8b7529654f72c375f
14+
PODFILE CHECKSUM: a756da289bcadc374ff1e9a3f229357bd48946b1
1515

16-
COCOAPODS: 1.6.1
16+
COCOAPODS: 1.9.2

0 commit comments

Comments
 (0)