Skip to content

Commit 0689bfe

Browse files
authored
Merge pull request #131 from NordicSemiconductor/version/1.0.0
Version 1.0.0
2 parents 17c5039 + 2ea7b99 commit 0689bfe

File tree

9 files changed

+77
-65
lines changed

9 files changed

+77
-65
lines changed

CoreBluetoothMock.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CoreBluetoothMock'
3-
s.version = '0.18.0'
3+
s.version = '1.0.0'
44
s.summary = 'Mocking library for CoreBluetooth.'
55

66
s.description = <<-DESC

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- CoreBluetoothMock (0.18.0)
2+
- CoreBluetoothMock (1.0.0)
33

44
DEPENDENCIES:
55
- CoreBluetoothMock (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
CoreBluetoothMock: 9de570a29520ea4b1201b8d23a228fb950d12b61
12+
CoreBluetoothMock: 30f85127d0fb44faa1e871eefb9b591a430c56cb
1313

1414
PODFILE CHECKSUM: 0b65d3eb5c3b8364e0e8c102ccc0cee2258c07fb
1515

Example/Pods/Local Podspecs/CoreBluetoothMock.podspec.json

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

Example/Pods/Manifest.lock

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

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/Pods/Target Support Files/CoreBluetoothMock/CoreBluetoothMock-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/CoreBluetoothMock/ResourceBundle-PrivacyInfo-CoreBluetoothMock-Info.plist

Lines changed: 1 addition & 1 deletion
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
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.6
1+
// swift-tools-version:5.9
22
//
33
// The `swift-tools-version` declares the minimum version of Swift required to
44
// build this package. Do not remove it.
@@ -17,7 +17,7 @@ let package = Package(
1717
.library(name: "CoreBluetoothMock", targets: ["CoreBluetoothMock"])
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
20+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3")
2121
],
2222
targets: [
2323
.target(

_Pods.xcodeproj

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)