From fffbba731db9402b7154148e30437fe0b427b58c Mon Sep 17 00:00:00 2001 From: zhengzimin Date: Fri, 2 Aug 2019 18:24:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=85=BE=E8=AE=AF=E5=BC=83?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BXSocialAuth.podspec | 2 +- BXSocialAuth/Providers/Tencent/BXSocialAuthTencentProvider.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BXSocialAuth.podspec b/BXSocialAuth.podspec index 726b63b..56210af 100644 --- a/BXSocialAuth.podspec +++ b/BXSocialAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BXSocialAuth" - s.version = "0.1.0" + s.version = "0.1.1" s.summary = "Social authentication for iOS." s.description = <<-DESC BXSocialAuth is designed to handle social authentication. diff --git a/BXSocialAuth/Providers/Tencent/BXSocialAuthTencentProvider.m b/BXSocialAuth/Providers/Tencent/BXSocialAuthTencentProvider.m index 36b7569..1c98614 100644 --- a/BXSocialAuth/Providers/Tencent/BXSocialAuthTencentProvider.m +++ b/BXSocialAuth/Providers/Tencent/BXSocialAuthTencentProvider.m @@ -27,7 +27,7 @@ + (NSString *)type { + (BOOL)isAppInstalled { - return [TencentOAuth iphoneQQInstalled] || [TencentOAuth iphoneQZoneInstalled]; + return [TencentOAuth iphoneQQInstalled]; }