Ver Fonte

Update iOS Version

StyxS há 4 anos atrás
pai
commit
db59a04d86
2 ficheiros alterados com 14 adições e 1 exclusões
  1. 1 1
      QGVAPlayer.podspec
  2. 13 0
      iOS/CHANGELOG.md

+ 1 - 1
QGVAPlayer.podspec

@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
   #
 
   spec.name         = "QGVAPlayer"
-  spec.version      = "1.0.12"
+  spec.version      = "1.0.13"
   spec.summary      = "video animation player."
   spec.platform     = :ios, "8.0"
 

+ 13 - 0
iOS/CHANGELOG.md

@@ -1,3 +1,16 @@
+## iOS 1.0.13
+
+**feature**
+
+- 暂停时音频播放跟随暂停
+
+**bugfix**
+
+- 修复AVAudioPlayer被释放后可能导致野指针crash的问题
+
+
+
+
 ## iOS 1.0.12
 
 **bugfix**