瀏覽代碼

Link CoreTelephony.framework required in iOS 12

Cristian Ortega 7 年之前
父節點
當前提交
b9c893d42d
共有 3 個文件被更改,包括 7 次插入2 次删除
  1. 4 0
      CHANGELOG.md
  2. 2 1
      ReachabilitySwift.podspec
  3. 1 1
      Sources/Info.plist

+ 4 - 0
CHANGELOG.md

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ## [Unreleased]
 
+## [4.3.1] - 2018-10-18
+### Fixed 
+- Link CoreTelephony.framework required in iOS 12
+
 ## [4.3.0] - 2018-10-01
 ### Changed 
 - Updates for Swift 4.2

+ 2 - 1
ReachabilitySwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = 'ReachabilitySwift'
-  s.version      = '4.3.0'
+  s.version      = '4.3.1'
   s.module_name = 'Reachability'
   s.homepage     = 'https://github.com/ashleymills/Reachability.swift'
   s.authors      = {
@@ -19,6 +19,7 @@ Pod::Spec.new do |s|
   }
   s.source_files = 'Sources/Reachability.swift'
   s.framework    = 'SystemConfiguration'
+  s.framework    = 'CoreTelephony'
 
   s.requires_arc = true
 end

+ 1 - 1
Sources/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.3.0</string>
+	<string>4.3.1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>