update submodules to 10.13

This commit is contained in:
Mike Renoir 2023-09-29 10:42:08 +04:00
parent f94c1a8461
commit e6a9ec78eb
26 changed files with 26 additions and 26 deletions

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "Crc32",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "CryptoUtils",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "Emoji",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "EncryptionProvider",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "FFMpegBinding",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "GraphCore",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "ManagedFile",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "MtProtoKit",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "MurMurHash32",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "NetworkLogging",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -7,7 +7,7 @@ import PackageDescription
let package = Package(
name: "OpenSSLEncryption",
platforms: [
.macOS(.v10_12)
.macOS(.v10_13)
],
products: [
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "OpusBinding",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "Postbox",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "LegacyReachability",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "Reachability",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "SSignalKit",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "StringTransliteration",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "TelegramApi",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "TelegramCore",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "TelegramVoip",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "DarwinDirStat",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "RangeSet",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "YuvConversion",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "libphonenumber",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "sqlcipher",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -36,7 +36,7 @@ func replaceSymbols() -> [String] {
let package = Package(
name: "rnoise",
platforms: [.macOS(.v10_12)],
platforms: [.macOS(.v10_13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(