|
305 | 305 | "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
|
306 | 306 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
307 | 307 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
308 |
| - IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
| 308 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
309 | 309 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
310 | 310 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
311 | 311 | MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
319 | 319 | SWIFT_EMIT_LOC_STRINGS = YES;
|
320 | 320 | SWIFT_VERSION = 5.0;
|
321 | 321 | TARGETED_DEVICE_FAMILY = "1,2,3";
|
| 322 | + TVOS_DEPLOYMENT_TARGET = 17.0; |
322 | 323 | };
|
323 | 324 | name = Debug;
|
324 | 325 | };
|
|
343 | 344 | "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
|
344 | 345 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
345 | 346 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
346 |
| - IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
| 347 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
347 | 348 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
348 | 349 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
349 | 350 | MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
357 | 358 | SWIFT_EMIT_LOC_STRINGS = YES;
|
358 | 359 | SWIFT_VERSION = 5.0;
|
359 | 360 | TARGETED_DEVICE_FAMILY = "1,2,3";
|
| 361 | + TVOS_DEPLOYMENT_TARGET = 17.0; |
360 | 362 | };
|
361 | 363 | name = Release;
|
362 | 364 | };
|
|
0 commit comments