mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-19 20:07:42 +08: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:
@@ -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
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user