Browse Source

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 years ago
parent
commit
65538011ca
2 changed files with 14 additions and 14 deletions
  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
       fail-fast: false
       matrix:
       matrix:
         platform:
         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:
     steps:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3

File diff suppressed because it is too large
+ 12 - 12
Xcode/SDL/SDL.xcodeproj/project.pbxproj


Some files were not shown because too many files changed in this diff