Fix MTFontManager visibility.

This commit is contained in:
Michael Griebling
2023-01-18 16:26:11 -05:00
parent 242a0ffd4a
commit 0f454e4b6a
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import CoreGraphics
let package = Package(
name: "SwiftMath",
defaultLocalization: "en",
platforms: [.iOS(.v10), .macOS(.v11)],
platforms: [.iOS(.v11), .macOS(.v11)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@@ -9,7 +9,7 @@ import Foundation
public class MTFontManager {
static var manager:MTFontManager? = nil
static public var manager:MTFontManager? = nil
let kDefaultFontSize = CGFloat(20)