Skip to content

Commit a534937

Browse files
committed
update iOS1.4.0.5
1 parent 3030fb6 commit a534937

File tree

10 files changed

+23
-18
lines changed

10 files changed

+23
-18
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": []
3+
}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## V1.3.4
2+
* use TPNS iOS SDK 1.4.0.5
3+
14
## V1.3.3
25
* use TPNS iOS SDK 1.4.0.4
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
tpns_flutter_plugin:
88
git:
99
url: https://github.com/TencentCloud/TPNS-Flutter-Plugin
10-
ref: V1.3.3
10+
ref: V1.3.4
1111
```
1212
1313
- 注意:由于TPNS插件名变更xg_flutter_plugin->tpns_flutter_plugin,更新插件时V1.0.4及以上版本请使用tpns_flutter_plugin
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Wed May 18 15:55:06 CST 2022
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
64
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
tpns_flutter_plugin:
88
git:
99
url: https://github.com/TencentCloud/TPNS-Flutter-Plugin
10-
ref: V1.3.3
10+
ref: V1.3.4
1111
```
1212

1313

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- TPNS-iOS (1.4.0.4)
4-
- tpns_flutter_plugin (1.3.3):
3+
- TPNS-iOS (1.4.0.5)
4+
- tpns_flutter_plugin (1.3.4):
55
- Flutter
6-
- TPNS-iOS (= 1.4.0.4)
6+
- TPNS-iOS (= 1.4.0.5)
77

88
DEPENDENCIES:
99
- Flutter (from `Flutter`)
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121

2222
SPEC CHECKSUMS:
2323
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
24-
TPNS-iOS: 38f2c743d01cd1e62cbdbb12455990a9a75fb492
25-
tpns_flutter_plugin: 65ae9c5071fde4cd6887ec1b5d979993bbd299bc
24+
TPNS-iOS: 757b0439d967beb8c5d6be6a8e9ad23e11d1e36c
25+
tpns_flutter_plugin: 5cf32126966a2044a26caedb85e6fc54cd44350f
2626

2727
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
2828

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ packages:
190190
path: ".."
191191
relative: true
192192
source: path
193-
version: "1.3.3"
193+
version: "1.3.4"
194194
vector_math:
195195
dependency: transitive
196196
description:

example/tpns_flutter_plugin.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'tpns_flutter_plugin'
7-
s.version = '1.3.3'
7+
s.version = '1.3.4'
88
s.summary = 'TPNS'
99
s.description = <<-DESC
1010
A new flutter plugin project.
1111
DESC
1212
s.homepage = 'https://cloud.tencent.com/product/tpns/'
1313
s.license = { :file => '../LICENSE' }
1414
s.author = { 'Tencent' => '[email protected]' }
15-
s.source = { :git => "https://github.com/TencentCloud/TPNS-Flutter-Plugin", :branch => "V1.3.3" }
15+
s.source = { :git => "https://github.com/TencentCloud/TPNS-Flutter-Plugin", :branch => "V1.3.4" }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'TPNS-iOS', '1.4.0.4'
18+
s.dependency 'TPNS-iOS', '1.4.0.5'
1919
s.platform = :ios, '9.0'
2020
s.static_framework = true
2121
end

ios/tpns_flutter_plugin.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'tpns_flutter_plugin'
7-
s.version = '1.3.3'
7+
s.version = '1.3.4'
88
s.summary = 'TPNS'
99
s.description = <<-DESC
1010
A new flutter plugin project.
1111
DESC
1212
s.homepage = 'https://cloud.tencent.com/product/tpns/'
1313
s.license = { :file => '../LICENSE' }
1414
s.author = { 'Tencent' => '[email protected]' }
15-
s.source = { :git => "https://github.com/TencentCloud/TPNS-Flutter-Plugin", :branch => "V1.3.3" }
15+
s.source = { :git => "https://github.com/TencentCloud/TPNS-Flutter-Plugin", :branch => "V1.3.4" }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'TPNS-iOS', '1.4.0.4'
18+
s.dependency 'TPNS-iOS', '1.4.0.5'
1919
s.platform = :ios, '9.0'
2020
s.static_framework = true
2121
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tpns_flutter_plugin
22
description: TPNS flutter plugin
3-
version: 1.3.3
3+
version: 1.3.4
44
homepage: https://github.com/TencentCloud/TPNS-Flutter-Plugin
55

66
environment:

0 commit comments

Comments
 (0)