Build the Framework instead of a static library for iOS and tvOS

This commit is contained in:
Sam Lantinga
2023-07-31 20:53:43 -07:00
parent d1bf979160
commit 76b4d8a0d8

View File

@@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
platform:
- { name: iOS, target: Static Library-iOS, sdk: iphoneos }
- { name: tvOS, target: Static Library-tvOS, sdk: appletvos }
- { name: iOS, target: Framework, sdk: iphoneos }
- { name: tvOS, target: Framework, sdk: appletvos }
steps:
- uses: actions/checkout@v3