Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 56b522a

Browse files
authored
Merge pull request #34 from kean/patch-1
2 parents 41c2108 + edf8c8e commit 56b522a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Sources/CreateXCFramework/ProjectGenerator.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ struct ProjectGenerator {
5656
BUILD_LIBRARY_FOR_DISTRIBUTION=YES
5757
"""
5858
)
59+
60+
if package.options.platform.contains(.maccatalyst) {
61+
stream (
62+
"""
63+
SUPPORTS_MACCATALYST=YES
64+
"""
65+
)
66+
}
5967
}
6068
}
6169

0 commit comments

Comments
 (0)