|
285 | 285 | "MicrosoftIdentityClientVersion": { |
286 | 286 | "description": "Provides an explicit override for the version of Microsoft.Identity.Client to use.", |
287 | 287 | "type": "nuget-version" |
| 288 | + }, |
| 289 | + "UnoSplashScreenFile": { |
| 290 | + "description": "The path to the splash screen image file.", |
| 291 | + "type": "file" |
| 292 | + }, |
| 293 | + "UnoSplashScreenBaseSize": { |
| 294 | + "description": "The base size of the splash screen image. e.g.: '300,300'.", |
| 295 | + "type": "string" |
| 296 | + }, |
| 297 | + "UnoSplashScreenColor": { |
| 298 | + "description": "The background color of the splash screen.", |
| 299 | + "type": "color" |
| 300 | + }, |
| 301 | + "UnoSplashScreenScale": { |
| 302 | + "description": "Used to scale the image that will be used as the SplashScreen.", |
| 303 | + "type": "float" |
288 | 304 | } |
289 | 305 | }, |
290 | 306 | "metadata": [ |
|
339 | 355 | "description": "The path to the image file used in the foreground for your icon." |
340 | 356 | }, |
341 | 357 | "ForegroundScale": { |
342 | | - "type": "int", |
| 358 | + "type": "float", |
343 | 359 | "description": "The scale factor for the foreground image." |
344 | 360 | }, |
345 | 361 | "AndroidForegroundScale": { |
346 | | - "type": "int", |
| 362 | + "type": "float", |
347 | 363 | "description": "The scale factor for the foreground image on Android." |
348 | 364 | }, |
349 | 365 | "WasmForegroundScale": { |
350 | | - "type": "int", |
| 366 | + "type": "float", |
351 | 367 | "description": "The scale factor for the foreground image on WebAssembly." |
352 | 368 | }, |
353 | 369 | "WindowsForegroundScale": { |
354 | | - "type": "int", |
| 370 | + "type": "float", |
355 | 371 | "description": "The scale factor for the foreground image on Windows." |
356 | 372 | }, |
357 | 373 | "IOSForegroundScale": { |
358 | | - "type": "int", |
| 374 | + "type": "float", |
359 | 375 | "description": "The scale factor for the foreground image on iOS." |
360 | 376 | }, |
361 | 377 | "SkiaForegroundScale": { |
362 | | - "type": "int", |
| 378 | + "type": "float", |
363 | 379 | "description": "The scale factor for the foreground image on Skia." |
364 | 380 | } |
365 | 381 | } |
|
369 | 385 | "description": "Provides a splash screen asset for Uno.Resizetizer to use for the application.", |
370 | 386 | "metadata": { |
371 | 387 | "Scale": { |
372 | | - "type": "int", |
| 388 | + "type": "float", |
373 | 389 | "description": "Used to scale the image that will be used as SplashScreen. This property will be overridden by any platform-specific scale." |
374 | 390 | }, |
375 | 391 | "AndroidScale": { |
376 | | - "type": "int", |
| 392 | + "type": "float", |
377 | 393 | "description": "Used to scale the image that will be used as SplashScreen on Android." |
378 | 394 | }, |
379 | 395 | "IOSScale": { |
380 | | - "type": "int", |
| 396 | + "type": "float", |
381 | 397 | "description": "Used to scale the image that will be used as SplashScreen on iOS." |
382 | 398 | }, |
383 | 399 | "WindowsScale": { |
384 | | - "type": "int", |
| 400 | + "type": "float", |
385 | 401 | "description": "Used to scale the image that will be used as SplashScreen on Windows." |
386 | 402 | }, |
387 | 403 | "WasmScale": { |
388 | | - "type": "int", |
| 404 | + "type": "float", |
389 | 405 | "description": "Used to scale the image that will be used as SplashScreen on WebAssembly." |
390 | 406 | }, |
391 | 407 | "SkiaScale": { |
392 | | - "type": "int", |
| 408 | + "type": "float", |
393 | 409 | "description": "Used to scale the image that will be used as SplashScreen on Skia." |
394 | 410 | } |
395 | 411 | } |
|
0 commit comments