ashen_23

sdk upgrade

Showing 61 changed files with 18 additions and 3 deletions
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "HHVDoctorSDK" 2 s.name = "HHVDoctorSDK"
3 - s.version = "2.0.6.0916.1544" 3 + s.version = "2.0.6.0923.1430"
4 s.summary = "和缓视频医生 SDK" 4 s.summary = "和缓视频医生 SDK"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
@@ -3,5 +3,5 @@ @@ -3,5 +3,5 @@
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>HHBundleVersion</key> 5 <key>HHBundleVersion</key>
6 -<string>09:16:15:44</string></dict> 6 +<string>09:23:14:30</string></dict>
7 </plist> 7 </plist>
1 -// Generated by Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) 1 +// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7)
2 #pragma clang diagnostic push 2 #pragma clang diagnostic push
3 #pragma clang diagnostic ignored "-Wgcc-compat" 3 #pragma clang diagnostic ignored "-Wgcc-compat"
4 4
@@ -110,6 +110,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @@ -110,6 +110,15 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
110 # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA 110 # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
111 # endif 111 # endif
112 #endif 112 #endif
  113 +#if !defined(SWIFT_RESILIENT_CLASS)
  114 +# if __has_attribute(objc_class_stub)
  115 +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
  116 +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
  117 +# else
  118 +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
  119 +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
  120 +# endif
  121 +#endif
113 122
114 #if !defined(SWIFT_PROTOCOL) 123 #if !defined(SWIFT_PROTOCOL)
115 # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA 124 # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
@@ -151,6 +160,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @@ -151,6 +160,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
151 #if !defined(SWIFT_AVAILABILITY) 160 #if !defined(SWIFT_AVAILABILITY)
152 # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) 161 # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
153 #endif 162 #endif
  163 +#if !defined(SWIFT_WEAK_IMPORT)
  164 +# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
  165 +#endif
154 #if !defined(SWIFT_DEPRECATED) 166 #if !defined(SWIFT_DEPRECATED)
155 # define SWIFT_DEPRECATED __attribute__((deprecated)) 167 # define SWIFT_DEPRECATED __attribute__((deprecated))
156 #endif 168 #endif
@@ -162,6 +174,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @@ -162,6 +174,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
162 #else 174 #else
163 # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) 175 # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
164 #endif 176 #endif
  177 +#if !defined(IBSegueAction)
  178 +# define IBSegueAction
  179 +#endif
165 #if __has_feature(modules) 180 #if __has_feature(modules)
166 #if __has_warning("-Watimport-in-framework-header") 181 #if __has_warning("-Watimport-in-framework-header")
167 #pragma clang diagnostic ignored "-Watimport-in-framework-header" 182 #pragma clang diagnostic ignored "-Watimport-in-framework-header"