mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-16 23:06:03 +00:00
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
This commit is contained in:
4
.github/workflows/ios.yml
vendored
4
.github/workflows/ios.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user