Przeglądaj źródła

Make Xcode targets more specific

This makes sure they show up in the scheme selection menu when included with other libraries in top level Xcode projects
Sam Lantinga 2 lat temu
rodzic
commit
65538011ca
2 zmienionych plików z 14 dodań i 14 usunięć
  1. 2 2
      .github/workflows/ios.yml
  2. 12 12
      Xcode/SDL/SDL.xcodeproj/project.pbxproj

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

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

Plik diff jest za duży
+ 12 - 12
Xcode/SDL/SDL.xcodeproj/project.pbxproj


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików