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:
Sam Lantinga
2023-07-31 21:17:03 -07:00
parent efe114c300
commit 65538011ca
2 changed files with 19 additions and 27 deletions

View File

@@ -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