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
submodules
Crc32
CryptoUtils
Emoji
EncryptionProvider
FFMpegBinding
GraphCore
ManagedFile
MtProtoKit
MurMurHash32
NetworkLogging
OpenSSLEncryptionProvider
OpusBinding
Postbox
Reachability
LegacyReachability
Package.swift
SSignalKit
StringTransliteration
TelegramApi
TelegramCore
TelegramVoip
Utils
DarwinDirStat
RangeSet
YuvConversion
libphonenumber
sqlcipher
third-party/rnnoise

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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