Skip to content

Commit 69b705e

Browse files
authored
Merge pull request #141 from cypherstack/rylee-tmp
change build
2 parents 2077fe1 + 1e2f71c commit 69b705e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
buildSettings = {
452452
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
453453
CLANG_ENABLE_MODULES = YES;
454-
CURRENT_PROJECT_VERSION = 74;
454+
CURRENT_PROJECT_VERSION = 75;
455455
DEVELOPMENT_TEAM = 4DQKUWSG6C;
456456
ENABLE_BITCODE = NO;
457457
FRAMEWORK_SEARCH_PATHS = (
@@ -505,7 +505,7 @@
505505
"$(PROJECT_DIR)/../crypto_plugins/flutter_libmonero/cw_shared_external/ios/External/ios/**",
506506
"$(PROJECT_DIR)/../crypto_plugins/flutter_libepiccash/ios/libs",
507507
);
508-
MARKETING_VERSION = 1.5.4;
508+
MARKETING_VERSION = 1.5.5;
509509
ONLY_ACTIVE_ARCH = NO;
510510
PRODUCT_BUNDLE_IDENTIFIER = com.cypherstack.stackwallet;
511511
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -635,7 +635,7 @@
635635
buildSettings = {
636636
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
637637
CLANG_ENABLE_MODULES = YES;
638-
CURRENT_PROJECT_VERSION = 74;
638+
CURRENT_PROJECT_VERSION = 75;
639639
DEVELOPMENT_TEAM = 4DQKUWSG6C;
640640
ENABLE_BITCODE = NO;
641641
FRAMEWORK_SEARCH_PATHS = (
@@ -689,7 +689,7 @@
689689
"$(PROJECT_DIR)/../crypto_plugins/flutter_libmonero/cw_shared_external/ios/External/ios/**",
690690
"$(PROJECT_DIR)/../crypto_plugins/flutter_libepiccash/ios/libs",
691691
);
692-
MARKETING_VERSION = 1.5.4;
692+
MARKETING_VERSION = 1.5.5;
693693
ONLY_ACTIVE_ARCH = NO;
694694
PRODUCT_BUNDLE_IDENTIFIER = com.cypherstack.stackwallet;
695695
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -711,7 +711,7 @@
711711
buildSettings = {
712712
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
713713
CLANG_ENABLE_MODULES = YES;
714-
CURRENT_PROJECT_VERSION = 74;
714+
CURRENT_PROJECT_VERSION = 75;
715715
DEVELOPMENT_TEAM = 4DQKUWSG6C;
716716
ENABLE_BITCODE = NO;
717717
FRAMEWORK_SEARCH_PATHS = (
@@ -765,7 +765,7 @@
765765
"$(PROJECT_DIR)/../crypto_plugins/flutter_libmonero/cw_shared_external/ios/External/ios/**",
766766
"$(PROJECT_DIR)/../crypto_plugins/flutter_libepiccash/ios/libs",
767767
);
768-
MARKETING_VERSION = 1.5.4;
768+
MARKETING_VERSION = 1.5.5;
769769
ONLY_ACTIVE_ARCH = NO;
770770
PRODUCT_BUNDLE_IDENTIFIER = com.cypherstack.stackwallet;
771771
PRODUCT_NAME = "$(TARGET_NAME)";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Stack Wallet
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.5.4+74
14+
version: 1.5.5+75
1515

1616
environment:
1717
sdk: ">=2.17.0 <3.0.0"

0 commit comments

Comments
 (0)