Enabled previews for the App target.

This commit is contained in:
Javier Cicchelli 2024-03-15 23:54:31 +01:00
parent aef2bf4176
commit fc88899e2b
2 changed files with 2 additions and 0 deletions

View File

@ -323,6 +323,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 7FMNM89WKG;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = App/Resources/Plists/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Reviews;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
@ -350,6 +351,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 7FMNM89WKG;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = App/Resources/Plists/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Reviews;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";