mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-07 17:19:53 +00:00
Configure Apple host deployment targets
This commit is contained in:
parent
b08dd5a00d
commit
5779930510
1 changed files with 6 additions and 3 deletions
|
|
@ -1,9 +1,12 @@
|
|||
name: FluxaApple
|
||||
options:
|
||||
xcodeVersion: "15.4"
|
||||
xcodeVersion: "16.4"
|
||||
deploymentTarget:
|
||||
iOS: "16.0"
|
||||
tvOS: "16.0"
|
||||
iOS: "17.0"
|
||||
tvOS: "17.0"
|
||||
settings:
|
||||
base:
|
||||
GENERATE_INFOPLIST_FILE: YES
|
||||
targets:
|
||||
FluxaIos:
|
||||
type: application
|
||||
|
|
|
|||
Loading…
Reference in a new issue