4 Commits

Author SHA1 Message Date
902b683779 Add logo.png to attempt to fix Android app store listings 2025-03-31 08:58:34 -04:00
d2721d8dde Update zapstore description 2025-03-31 00:53:43 -04:00
482e50b6ba Update version to v1.2.0 2025-03-30 23:05:34 -04:00
0d9debf7ca Update README (#1) 2025-03-30 23:02:38 -04:00
4 changed files with 7 additions and 7 deletions

View File

@@ -199,7 +199,7 @@
499CD4422AC5B799001AE8D8 /* Debug */ = { 499CD4422AC5B799001AE8D8 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
CURRENT_PROJECT_VERSION = 9; CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = S99A5B637C; DEVELOPMENT_TEAM = S99A5B637C;
ENABLE_APP_SANDBOX = YES; ENABLE_APP_SANDBOX = YES;
ENABLE_PREVIEWS = YES; ENABLE_PREVIEWS = YES;
@@ -207,14 +207,14 @@
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 = 1.1.0; MARKETING_VERSION = 1.2.0;
}; };
name = Debug; name = Debug;
}; };
499CD4432AC5B799001AE8D8 /* Release */ = { 499CD4432AC5B799001AE8D8 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
CURRENT_PROJECT_VERSION = 9; CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = S99A5B637C; DEVELOPMENT_TEAM = S99A5B637C;
ENABLE_APP_SANDBOX = YES; ENABLE_APP_SANDBOX = YES;
ENABLE_PREVIEWS = YES; ENABLE_PREVIEWS = YES;
@@ -222,7 +222,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 = 1.1.0; MARKETING_VERSION = 1.2.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 = 1.1.0 MARKETING_VERSION = 1.2.0
// The build number specifying the internal app version // The build number specifying the internal app version
CURRENT_PROJECT_VERSION = 9 CURRENT_PROJECT_VERSION = 10
// 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

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -1,7 +1,7 @@
satsprice: satsprice:
android: android:
name: SatsPrice name: SatsPrice
description: SatsPrice fetches the price of Bitcoin relative to common ISO currencies from multiple sources, and converts inputted amounts between Sats, BTC, and the selected ISO currency. description: SatsPrice fetches the price of Bitcoin relative to common fiat currencies from multiple sources, and converts inputted amounts between Sats, BTC, and the selected fiat currency.
repository: https://github.com/tyiu/sats-price repository: https://github.com/tyiu/sats-price
artifacts: artifacts:
- SatsPrice-v%v.apk - SatsPrice-v%v.apk