Skip to content

Commit

Permalink
fix boxed NSObjects when using as Swift package
Browse files Browse the repository at this point in the history
  • Loading branch information
herrernst committed Feb 7, 2020
1 parent 671e2c5 commit ac2929e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ let package = Package(
.target(
name: "Mustache",
dependencies: [],
path: "Sources")
path: "Sources",
swiftSettings: [
.define("OBJC")
]
)
]
)

0 comments on commit ac2929e

Please sign in to comment.