[AltWidget] Updates version to match AltStore

Fixes “App extension CFBundleShortVersionString must match parent app” warning
This commit is contained in:
Riley Testut
2023-03-01 16:26:16 -06:00
parent f94fe63b60
commit 61ad385fbd
2 changed files with 3 additions and 1 deletions

View File

@@ -3309,6 +3309,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltStore.AltWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
@@ -3336,6 +3337,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltStore.AltWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;