Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
65538011ca
2 muutettua tiedostoa jossa 14 lisäystä ja 14 poistoa
  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

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 12 - 12
Xcode/SDL/SDL.xcodeproj/project.pbxproj


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä