From e53eace1a667c16500a6a51df2cdbd2d8961a044 Mon Sep 17 00:00:00 2001 From: JarvanMo Date: Fri, 15 Dec 2023 22:41:53 +0800 Subject: [PATCH] bump to 3.2.2 --- CHANGELOG.md | 3 +++ example/ios/Podfile.lock | 2 +- example/ios/Runner.xcodeproj/project.pbxproj | 3 +-- .../xcshareddata/xcschemes/Runner.xcscheme | 2 +- example/ios/Runner/Info.plist | 12 ++++++++++-- pubspec.yaml | 2 +- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09eb40..be9fd2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.2.2 +* Fix #151 + # 3.2.1 * iOS新增ignore_security选项,详见#576 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 86b92ef..6fdf09c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -24,7 +24,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 integration_test: 13825b8a9334a850581300559b8839134b124670 - tobias: a7f44a6c107590860318445f4a5b178fb8de2627 + tobias: 22f69183b14af82a2ac8ff698af084c352744e5f PODFILE CHECKSUM: 3fa3b71e93b773646ea923db9defae9e3f1717ab diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index 2622168..374ed97 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -108,7 +108,6 @@ 11E7FFC5CB7E03531256E733 /* Pods-RunnerTests.release.xcconfig */, 814E01EB34D0DDC33D45AD14 /* Pods-RunnerTests.profile.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -228,7 +227,7 @@ 97C146E61CF9000F007C117D /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1300; + LastUpgradeCheck = 1430; ORGANIZATIONNAME = ""; TargetAttributes = { 331C80F0294D02FB00263BE5 = { diff --git a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index f721350..69ff01d 100644 --- a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -1,6 +1,6 @@ ???? CFBundleURLTypes + + CFBundleTypeRole + Editor + CFBundleURLName + alipay + CFBundleURLSchemes + + tobiastest + + CFBundleTypeRole Editor @@ -35,8 +45,6 @@ - CFBundleVersion - $(FLUTTER_BUILD_NUMBER) LSApplicationQueriesSchemes alipays diff --git a/pubspec.yaml b/pubspec.yaml index 311c004..0b8e9f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tobias description: A Flutter plugin for allowing users to authenticate or pay with native Android&iOS AliPay SDKs. -version: 3.2.1 +version: 3.2.2 homepage: https://github.com/OpenFlutter/tobias environment: