瀏覽代碼

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

Sam Lantinga 2 年之前
父節點
當前提交
76b4d8a0d8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/ios.yml

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

@@ -15,8 +15,8 @@ jobs:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix:
         platform:
         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:
     steps:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3