Skip to content

Commit

Permalink
Release 1.1.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td authored Dec 22, 2023
1 parent 86f0c9e commit 5004912
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 28 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## version 1.1.0
_2023-12-21_

* Support privacy manifest file

## version 1.0.1
_2023-06-05_

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/treasure-data/KeenClient-iOS.git", .exact("4.1.0")),
.package(url: "https://github.com/nicklockwood/GZIP.git", .upToNextMajor(from: "1.3.0"))
.package(url: "https://github.com/nicklockwood/GZIP.git", .upToNextMajor(from: "1.3.1"))
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use_frameworks!

target 'TreasureData' do
pod 'KeenClientTD', '= 4.1.0'
pod 'GZIP', '= 1.3.0'
pod 'GZIP', '= 1.3.1'
end

target 'TreasureDataTests' do
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
PODS:
- GZIP (1.3.0)
- GZIP (1.3.1)
- KeenClientTD (4.1.0):
- KeenClientTD/keen_sqlite (= 4.1.0)
- KeenClientTD/keen_sqlite (4.1.0)

DEPENDENCIES:
- GZIP (= 1.3.0)
- GZIP (= 1.3.1)
- KeenClientTD (= 4.1.0)

SPEC REPOS:
trunk:
https://cdn.cocoapods.org/:
- GZIP
- KeenClientTD

SPEC CHECKSUMS:
GZIP: 416858efbe66b41b206895ac6dfd5493200d95b3
GZIP: e6922ed5bdd1d77d84589d50821ac34ea0c38d4b
KeenClientTD: 29a0bee0f807574996e24e88cadd9d9fecdf368c

PODFILE CHECKSUM: 31704ed47849b202870e9f706c96db3b865a3f15
PODFILE CHECKSUM: 1977e78896f93ea727fb9fd6f65fc45cf74b1f89

COCOAPODS: 1.12.1
COCOAPODS: 1.14.3
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ gem install cocoapods
Next, add this line in your Podfile.

```
pod 'TreasureData-iOS-SDK', '= 1.0.1'
pod 'TreasureData-iOS-SDK', '= 1.1.0'
```

Add this line to your Podfile (usually at the beginning of the file).
Expand All @@ -51,7 +51,7 @@ You can install either via Xcode: File > Swift Packages > Add Package Dependency

Or add this line to `dependencies` array in Package.swift file:
```
.package(url: "https://github.com/treasure-data/td-ios-sdk.git", .upToNextMajor(from: "1.0.1"))
.package(url: "https://github.com/treasure-data/td-ios-sdk.git", .upToNextMajor(from: "1.1.0"))
```

### Framework
Expand Down Expand Up @@ -574,23 +574,23 @@ The current version has been built and tested with XCode v10.2.

#### iOS

| iOS Version | v0.8.0 | v0.9.0 | v1.0.1 |
| :---------- | :----------------- | :----------------- | :----------------- |
| 17 | not tested | not tested | :white_check_mark: |
| 16 | not tested | :white_check_mark: | :white_check_mark: |
| 15 | not tested | :white_check_mark: | :white_check_mark: |
| 14 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 13 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 12 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 11 | :white_check_mark: | not tested | not tested |
| 10 | :white_check_mark: | not tested | not tested |
| 9 | :white_check_mark: | not tested | not tested |
| 8 | :white_check_mark: | not tested | not tested |
| 7 | not tested | not tested | not tested |
| iOS Version | v0.8.0 | v0.9.0 | v1.0.1 | v1.1.0 |
| :---------- | :----------------- | :----------------- | :----------------- | :----------------- |
| 17 | not tested | not tested | :white_check_mark: | :white_check_mark: |
| 16 | not tested | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 15 | not tested | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 14 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 13 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 12 | :white_check_mark: | :white_check_mark: | :white_check_mark: | not tested |
| 11 | :white_check_mark: | not tested | not tested | not tested |
| 10 | :white_check_mark: | not tested | not tested | not tested |
| 9 | :white_check_mark: | not tested | not tested | not tested |
| 8 | :white_check_mark: | not tested | not tested | not tested |
| 7 | not tested | not tested | not tested | not tested |

#### tvOS

| tvOS Version | v0.8.0 | v0.9.0 | v1.0.1 |
| :----------- | :----------------- | :----------------- | :----------------- |
| 12 and up | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| tvOS Version | v0.8.0 | v0.9.0 | v1.0.1 | v1.1.0 |
| :----------- | :----------------- | :----------------- | :----------------- | :----------------- |
| 12 and up | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |

2 changes: 1 addition & 1 deletion TreasureData-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TreasureData-iOS-SDK"
s.version = "1.0.1"
s.version = "1.1.0"
s.summary = "TreasureData SDK for iOS."
s.license = "Apache"
s.authors = { "mitsu" => "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion TreasureData/TDClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "TDClient.h"
@import GZIP;

static NSString *version = @"1.0.1";
static NSString *version = @"1.1.0";

@implementation TDClient

Expand Down

0 comments on commit 5004912

Please sign in to comment.