Skip to content

Commit

Permalink
bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Aug 8, 2019
1 parent 6c2063b commit 53f8b22
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.0
* 升级sdk,同时ios源换成官方源

## 1.0.0+1
* 按照pub意见进行修改

Expand Down
Binary file not shown.
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- AlipaySDK-iOS (15.5.9)
- Flutter (1.0.0)
- OpenAliPaySDK (15.6.4)
- tobias (0.0.1):
- AlipaySDK-iOS
- Flutter
- OpenAliPaySDK (~> 15.6.4)

DEPENDENCIES:
- Flutter (from `.symlinks/flutter/ios`)
- tobias (from `.symlinks/plugins/tobias/ios`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- OpenAliPaySDK
- AlipaySDK-iOS

EXTERNAL SOURCES:
Flutter:
Expand All @@ -20,10 +20,10 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/tobias/ios"

SPEC CHECKSUMS:
AlipaySDK-iOS: 1c5283b30977a24acecc0114662697f7dc78f618
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
OpenAliPaySDK: 6b4421139f6e8c6d7b6203c9857e34bf4b2b71ff
tobias: ee7b1eb8c2e40241062061e9a742ab549231450c
tobias: 2b26899721bed6d95bbda83725b7ffe4a98ba446

PODFILE CHECKSUM: 1e5af4103afd21ca5ead147d7b81d06f494f51a2

COCOAPODS: 1.7.3
COCOAPODS: 1.7.5
2 changes: 1 addition & 1 deletion example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh",
"${PODS_ROOT}/OpenAliPaySDK/AlipaySDK.bundle",
"${PODS_ROOT}/AlipaySDK-iOS/AlipaySDK.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tobias
description: A Flutter plugin for allowing users to authenticate or pay with native Android&iOS AliPay SDKs.
version: 1.0.0+1
version: 1.1.0
author: JarvanMo <[email protected]>
homepage: https://github.com/OpenFlutter/tobias

Expand Down

0 comments on commit 53f8b22

Please sign in to comment.