Browse Source

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

Sam Lantinga 1 year ago
parent
commit
76b4d8a0d8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ios.yml

+ 2 - 2
.github/workflows/ios.yml

@@ -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