diff --git a/LicensePlist.podspec.tmp b/LicensePlist.podspec.tmp index a9c89e5f..7964eab1 100644 --- a/LicensePlist.podspec.tmp +++ b/LicensePlist.podspec.tmp @@ -9,4 +9,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*' s.exclude_files = '**/file.zip' s.osx.deployment_target = '10.13' + s.ios.deployment_target = '11.0' + s.watchos.deployment_target = '4.0' + s.tvos.deployment_target = '9.0' end diff --git a/Sources/LicensePlistCore/Consts.swift b/Sources/LicensePlistCore/Consts.swift index e1c248a9..5100ff73 100644 --- a/Sources/LicensePlistCore/Consts.swift +++ b/Sources/LicensePlistCore/Consts.swift @@ -12,7 +12,7 @@ public struct Consts { public static let prefix = "com.mono0926.LicensePlist" public static let outputPath = "\(prefix).Output" public static let configPath = "license_plist.yml" - public static let version = "3.24.8" + public static let version = "3.24.9" public static let encoding = String.Encoding.utf8 public static let licenseFileNames = ["LICENSE", "LICENSE.*"] } diff --git a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift index 919c2391..684ba595 100644 --- a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift +++ b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift @@ -88,7 +88,7 @@ class PlistInfoTests: XCTestCase { target.compareWithLatestSummary() XCTAssertEqual(target.summary, - "add-version-numbers: false\n\nLicensePlist Version: 3.24.8") + "add-version-numbers: false\n\nLicensePlist Version: 3.24.9") XCTAssertNotNil(target.summaryPath) }