Browse Source

Merge branch 'master' of https://git.yishihui.com/iOS/BFCommonKit

wenweiwei 3 years ago
parent
commit
6e47b070fd

+ 1 - 1
BFCommonKit.podspec

@@ -28,7 +28,7 @@ TODO: Add long description of the pod here.
   s.source           = { :git => 'https://git.yishihui.com/iOS/BFCommonKit.git', :tag => s.version.to_s }
   # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
 
-  s.ios.deployment_target = '10.0'
+  s.ios.deployment_target = '12.0'
 
 #  s.source_files = 'BFCommonKit/Classes/BFConfig/*'
   # subspec

+ 1 - 1
BFCommonKit/Classes/BFBase/Controller/PQBaseViewController.swift

@@ -159,7 +159,7 @@ open class PQBaseViewController: UIViewController, UIGestureRecognizerDelegate {
 
     deinit {
         PQNotification.removeObserver(self)
-        BFLog(message: "\(String(describing: type(of: self)))被销毁")
+        BFLog(message: "vc \(String(describing: type(of: self))) release \(String(format: "%p", self))")
     }
 
     override open var preferredStatusBarStyle: UIStatusBarStyle {