Explorar el Código

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

Sam Lantinga hace 2 años
padre
commit
76b4d8a0d8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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