Update version to 1.0.0 (7)

This commit is contained in:
2024-09-14 21:17:55 -04:00
parent f11d6f437a
commit 5e11ffd3b1
2 changed files with 4 additions and 4 deletions

View File

@@ -205,7 +205,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MARKETING_VERSION = 0.2.0; MARKETING_VERSION = 1.0.0;
}; };
name = Debug; name = Debug;
}; };
@@ -218,7 +218,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MARKETING_VERSION = 0.2.0; MARKETING_VERSION = 1.0.0;
}; };
name = Release; name = Release;
}; };

View File

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