Skip to content

Commit 68aeb49

Browse files
committed
Add Mac Catalyst scheme
1 parent e62c37f commit 68aeb49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-frameworks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
destination: generic/platform=OS X
3434
platform: OS X
3535
workspace: LDKFramework.xcworkspace
36+
- scheme: LDKFramework
37+
destination: generic/platform=macOS,variant=Mac Catalyst
38+
platform: Mac Catalyst
39+
workspace: LDKFramework.xcworkspace
3640
env:
3741
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
3842
steps:

0 commit comments

Comments
 (0)