Fix MTFontManager visibility.
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -9,7 +9,7 @@ import Foundation
|
||||
|
||||
public class MTFontManager {
|
||||
|
||||
static var manager:MTFontManager? = nil
|
||||
static public var manager:MTFontManager? = nil
|
||||
|
||||
let kDefaultFontSize = CGFloat(20)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user