Skip to content

Commit

Permalink
2.0.0 preps
Browse files Browse the repository at this point in the history
  • Loading branch information
kvs-coder committed Oct 29, 2022
1 parent bc11f29 commit c8206b5
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.0] - 29.10.2022.

* Revamp metadata

## [1.7.0] - 29.10.2022.

* Add new iOS 16 types (also missing iOS 15 types)
Expand Down
4 changes: 2 additions & 2 deletions Example/HealthKitReporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.7.0;
MARKETING_VERSION = 2.0.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -529,7 +529,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.7.0;
MARKETING_VERSION = 2.0.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HealthKitReporter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'HealthKitReporter'
s.version = '1.7.0'
s.version = '2.0.0'
s.summary = 'HealthKitReporter. A wrapper for HealthKit framework.'
s.swift_versions = '5.3'
s.description = 'Helps to write or read data from Apple Health via HealthKit framework.'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ pod 'HealthKitReporter'
or

```ruby
pod 'HealthKitReporter', '~> 1.7.0'
pod 'HealthKitReporter', '~> 2.0.0'
```

### Swift Package Manager
Expand All @@ -315,7 +315,7 @@ To install it, simply add the following lines to your Package.swift file

```swift
dependencies: [
.package(url: "https://github.com/VictorKachalov/HealthKitReporter.git", from: "1.7.0")
.package(url: "https://github.com/VictorKachalov/HealthKitReporter.git", from: "2.0.0")
]
```

Expand All @@ -324,7 +324,7 @@ dependencies: [
Add the line in your cartfile

```ruby
github "VictorKachalov/HealthKitReporter" "1.7.0"
github "VictorKachalov/HealthKitReporter" "2.0.0"
```

## Author
Expand Down

0 comments on commit c8206b5

Please sign in to comment.