From 95dd1913d97794dfc1c39033181b7851845c89cb Mon Sep 17 00:00:00 2001 From: Mike Renoir <> Date: Wed, 28 Sep 2022 13:57:21 +0400 Subject: [PATCH] macos 10_12 --- submodules/Crc32/Package.swift | 2 +- submodules/CryptoUtils/Package.swift | 2 +- submodules/EncryptionProvider/Package.swift | 2 +- submodules/FFMpegBinding/Package.swift | 2 +- submodules/GraphCore/Package.swift | 2 +- submodules/ManagedFile/Package.swift | 2 +- submodules/MtProtoKit/Package.swift | 2 +- submodules/MurMurHash32/Package.swift | 2 +- submodules/NetworkLogging/Package.swift | 2 +- submodules/OpenSSLEncryptionProvider/Package.swift | 2 +- submodules/OpusBinding/Package.swift | 2 +- submodules/Postbox/Package.swift | 2 +- submodules/Reachability/LegacyReachability/Package.swift | 2 +- submodules/Reachability/Package.swift | 2 +- submodules/SSignalKit/Package.swift | 2 +- submodules/StringTransliteration/Package.swift | 2 +- submodules/TelegramApi/Package.swift | 2 +- submodules/TelegramCore/Package.swift | 2 +- submodules/TelegramVoip/Package.swift | 2 +- submodules/Utils/RangeSet/Package.swift | 2 +- submodules/YuvConversion/Package.swift | 2 +- submodules/libphonenumber/Package.swift | 2 +- submodules/sqlcipher/Package.swift | 2 +- third-party/rnnoise/Package.swift | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/submodules/Crc32/Package.swift b/submodules/Crc32/Package.swift index 12f92ab411..9a73c17566 100644 --- a/submodules/Crc32/Package.swift +++ b/submodules/Crc32/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "Crc32", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/CryptoUtils/Package.swift b/submodules/CryptoUtils/Package.swift index 33cf2c2b95..42be8a3256 100644 --- a/submodules/CryptoUtils/Package.swift +++ b/submodules/CryptoUtils/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "CryptoUtils", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/EncryptionProvider/Package.swift b/submodules/EncryptionProvider/Package.swift index 59cfa24549..2bbc806847 100644 --- a/submodules/EncryptionProvider/Package.swift +++ b/submodules/EncryptionProvider/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "EncryptionProvider", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/FFMpegBinding/Package.swift b/submodules/FFMpegBinding/Package.swift index 558731a0ee..a7ddae8d59 100644 --- a/submodules/FFMpegBinding/Package.swift +++ b/submodules/FFMpegBinding/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "FFMpegBinding", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/GraphCore/Package.swift b/submodules/GraphCore/Package.swift index 9f749726ea..f0ee70d8de 100644 --- a/submodules/GraphCore/Package.swift +++ b/submodules/GraphCore/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "GraphCore", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/ManagedFile/Package.swift b/submodules/ManagedFile/Package.swift index 9b5ee0faf3..67e49adcbd 100644 --- a/submodules/ManagedFile/Package.swift +++ b/submodules/ManagedFile/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "ManagedFile", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/MtProtoKit/Package.swift b/submodules/MtProtoKit/Package.swift index 2d6b0da79d..d464433335 100644 --- a/submodules/MtProtoKit/Package.swift +++ b/submodules/MtProtoKit/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "MtProtoKit", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/MurMurHash32/Package.swift b/submodules/MurMurHash32/Package.swift index 0766924842..a6841471df 100644 --- a/submodules/MurMurHash32/Package.swift +++ b/submodules/MurMurHash32/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "MurMurHash32", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/NetworkLogging/Package.swift b/submodules/NetworkLogging/Package.swift index 2abba6c2ce..a3e2220488 100644 --- a/submodules/NetworkLogging/Package.swift +++ b/submodules/NetworkLogging/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "NetworkLogging", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/OpenSSLEncryptionProvider/Package.swift b/submodules/OpenSSLEncryptionProvider/Package.swift index c70a67dc33..df2556d5d5 100644 --- a/submodules/OpenSSLEncryptionProvider/Package.swift +++ b/submodules/OpenSSLEncryptionProvider/Package.swift @@ -7,7 +7,7 @@ import PackageDescription let package = Package( name: "OpenSSLEncryption", platforms: [ - .macOS(.v10_11) + .macOS(.v10_12) ], products: [ .library( diff --git a/submodules/OpusBinding/Package.swift b/submodules/OpusBinding/Package.swift index 9b3abc3e84..7ab91a7e99 100644 --- a/submodules/OpusBinding/Package.swift +++ b/submodules/OpusBinding/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "OpusBinding", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/Postbox/Package.swift b/submodules/Postbox/Package.swift index 6cbe03959d..d9bcd9b6e8 100644 --- a/submodules/Postbox/Package.swift +++ b/submodules/Postbox/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "Postbox", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/Reachability/LegacyReachability/Package.swift b/submodules/Reachability/LegacyReachability/Package.swift index 7c9c1d198d..d5d9a0aa99 100644 --- a/submodules/Reachability/LegacyReachability/Package.swift +++ b/submodules/Reachability/LegacyReachability/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "LegacyReachability", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/Reachability/Package.swift b/submodules/Reachability/Package.swift index 14badfab96..ce0c93317f 100644 --- a/submodules/Reachability/Package.swift +++ b/submodules/Reachability/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "Reachability", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/SSignalKit/Package.swift b/submodules/SSignalKit/Package.swift index 4304b4a21c..b6cf5c3a19 100644 --- a/submodules/SSignalKit/Package.swift +++ b/submodules/SSignalKit/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "SSignalKit", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/StringTransliteration/Package.swift b/submodules/StringTransliteration/Package.swift index 6cda06df0e..1066784488 100644 --- a/submodules/StringTransliteration/Package.swift +++ b/submodules/StringTransliteration/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "StringTransliteration", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/TelegramApi/Package.swift b/submodules/TelegramApi/Package.swift index 3d82e48f12..ca9c6e3171 100644 --- a/submodules/TelegramApi/Package.swift +++ b/submodules/TelegramApi/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "TelegramApi", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/TelegramCore/Package.swift b/submodules/TelegramCore/Package.swift index 027eff2198..31a9d13bba 100644 --- a/submodules/TelegramCore/Package.swift +++ b/submodules/TelegramCore/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "TelegramCore", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/TelegramVoip/Package.swift b/submodules/TelegramVoip/Package.swift index 79ba16a38c..b9ab0738de 100644 --- a/submodules/TelegramVoip/Package.swift +++ b/submodules/TelegramVoip/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "TelegramVoip", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/Utils/RangeSet/Package.swift b/submodules/Utils/RangeSet/Package.swift index 54660c2fe6..f8494e3608 100644 --- a/submodules/Utils/RangeSet/Package.swift +++ b/submodules/Utils/RangeSet/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "RangeSet", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/YuvConversion/Package.swift b/submodules/YuvConversion/Package.swift index c3c9f861f3..d3a43056cf 100644 --- a/submodules/YuvConversion/Package.swift +++ b/submodules/YuvConversion/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "YuvConversion", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/libphonenumber/Package.swift b/submodules/libphonenumber/Package.swift index ae6be2b0f3..0d64d78ced 100644 --- a/submodules/libphonenumber/Package.swift +++ b/submodules/libphonenumber/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "libphonenumber", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/submodules/sqlcipher/Package.swift b/submodules/sqlcipher/Package.swift index d29108aaca..b6c02557fb 100644 --- a/submodules/sqlcipher/Package.swift +++ b/submodules/sqlcipher/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "sqlcipher", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( diff --git a/third-party/rnnoise/Package.swift b/third-party/rnnoise/Package.swift index 8d4b24ff1b..7d0fb525f0 100644 --- a/third-party/rnnoise/Package.swift +++ b/third-party/rnnoise/Package.swift @@ -36,7 +36,7 @@ func replaceSymbols() -> [String] { let package = Package( name: "rnoise", - platforms: [.macOS(.v10_11)], + platforms: [.macOS(.v10_12)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(