Skip to content

Commit

Permalink
Custom Entitlement Computation: fixed visionOS build (#2999)
Browse files Browse the repository at this point in the history
This is a small follow-up to #2989. Thanks @bcapps for reporting this.
  • Loading branch information
NachoSoto authored and MarkVillacampa committed Sep 6, 2023
1 parent c6527a8 commit b6b5217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let package = Package(
resources: [
.copy("PrivacyInfo.xcprivacy")
],
swiftSettings: [.define("ENABLE_CUSTOM_ENTITLEMENT_COMPUTATION")]),
swiftSettings: [.define("ENABLE_CUSTOM_ENTITLEMENT_COMPUTATION")] + swiftSettings),
.target(name: "ReceiptParser",
path: "LocalReceiptParsing"),
.testTarget(name: "ReceiptParserTests",
Expand Down

0 comments on commit b6b5217

Please sign in to comment.