Setup scheme to work correctly with shortened product name

This commit is contained in:
Lei Nelissen
2020-08-25 23:33:56 +02:00
parent be40d8a404
commit edce0329cf
8 changed files with 12 additions and 167 deletions

View File

@@ -586,6 +586,7 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "Jellyfin Player";
SDKROOT = iphoneos;
};
name = Debug;
@@ -639,6 +640,7 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_NAME = "Jellyfin Player";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};