macos 10_12

This commit is contained in:
Mike Renoir 2022-09-28 13:57:21 +04:00
parent 45128a87b9
commit 95dd1913d9
24 changed files with 24 additions and 24 deletions

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "Crc32", name: "Crc32",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "CryptoUtils", name: "CryptoUtils",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "EncryptionProvider", name: "EncryptionProvider",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "FFMpegBinding", name: "FFMpegBinding",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "GraphCore", name: "GraphCore",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "ManagedFile", name: "ManagedFile",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "MtProtoKit", name: "MtProtoKit",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "MurMurHash32", name: "MurMurHash32",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "NetworkLogging", name: "NetworkLogging",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

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

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "OpusBinding", name: "OpusBinding",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "Postbox", name: "Postbox",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "LegacyReachability", name: "LegacyReachability",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "Reachability", name: "Reachability",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "SSignalKit", name: "SSignalKit",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "StringTransliteration", name: "StringTransliteration",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "TelegramApi", name: "TelegramApi",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "TelegramCore", name: "TelegramCore",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "TelegramVoip", name: "TelegramVoip",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "RangeSet", name: "RangeSet",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "YuvConversion", name: "YuvConversion",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "libphonenumber", name: "libphonenumber",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "sqlcipher", name: "sqlcipher",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(

View File

@ -36,7 +36,7 @@ func replaceSymbols() -> [String] {
let package = Package( let package = Package(
name: "rnoise", name: "rnoise",
platforms: [.macOS(.v10_11)], platforms: [.macOS(.v10_12)],
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(