Update app version to 1.1.0 (9)

This commit is contained in:
2024-11-20 20:33:53 +02:00
parent d7cbd96e09
commit b13a472b10
2 changed files with 6 additions and 4 deletions

View File

@@ -199,6 +199,7 @@
499CD4422AC5B799001AE8D8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = S99A5B637C;
ENABLE_APP_SANDBOX = YES;
ENABLE_PREVIEWS = YES;
@@ -206,13 +207,14 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.1.0;
};
name = Debug;
};
499CD4432AC5B799001AE8D8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = S99A5B637C;
ENABLE_APP_SANDBOX = YES;
ENABLE_PREVIEWS = YES;
@@ -220,7 +222,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.1.0;
};
name = Release;
};

View File

@@ -11,10 +11,10 @@ PRODUCT_NAME = SatsPrice
PRODUCT_BUNDLE_IDENTIFIER = xyz.tyiu.SatsPrice
// The semantic version of the app
MARKETING_VERSION = 1.0.0
MARKETING_VERSION = 1.1.0
// The build number specifying the internal app version
CURRENT_PROJECT_VERSION = 8
CURRENT_PROJECT_VERSION = 9
// The package name for the Android entry point, referenced by the AndroidManifest.xml
ANDROID_PACKAGE_NAME = sats.price