diff --git a/ShopMax/CHANGELOG.md b/ShopMax/CHANGELOG.md index 716c12b..d2e1375 100644 --- a/ShopMax/CHANGELOG.md +++ b/ShopMax/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.4.12] - 2024-07-18 + +* pubspec.yaml updates + ## [1.4.11] - 2024-06-15 * remove pubspec.lock diff --git a/ShopMax/ios/Runner.xcodeproj/project.pbxproj b/ShopMax/ios/Runner.xcodeproj/project.pbxproj index 634fc4e..0171c0b 100644 --- a/ShopMax/ios/Runner.xcodeproj/project.pbxproj +++ b/ShopMax/ios/Runner.xcodeproj/project.pbxproj @@ -454,7 +454,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -474,6 +474,7 @@ DEVELOPMENT_TEAM = ""; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -584,7 +585,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -633,7 +634,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -655,6 +656,7 @@ DEVELOPMENT_TEAM = ""; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -680,6 +682,7 @@ DEVELOPMENT_TEAM = ""; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/ShopMax/pubspec.yaml b/ShopMax/pubspec.yaml index f25f5c6..4a2fd4a 100644 --- a/ShopMax/pubspec.yaml +++ b/ShopMax/pubspec.yaml @@ -1,7 +1,7 @@ # Official WooSignal App Template for Shopify # ShopMax -# Version: 1.4.11 +# Version: 1.4.12 # Author: Anthony Gordon # Homepage: https://woosignal.com # Documentation: https://woosignal.com/docs/app/shopmax @@ -29,7 +29,7 @@ dependencies: google_fonts: ^6.2.1 analyzer: ^6.2.0 intl: ^0.19.0 - nylo_framework: ^5.29.6 + nylo_framework: ^5.32.6 cached_network_image: ^3.3.1 package_info_plus: ^4.2.0 money_formatter: ^0.0.5 @@ -43,7 +43,7 @@ dependencies: flutter_spinkit: ^5.2.1 auto_size_text: ^3.0.0 html: ^0.15.4 - woosignal_shopify_api: ^1.3.9 + woosignal_shopify_api: ^1.3.12 flutter_widget_from_html_core: ^0.14.12 flutter_rating_bar: ^4.0.1 flutter_staggered_grid_view: ^0.7.0 @@ -58,12 +58,12 @@ dependencies: cupertino_icons: ^1.0.8 collection: ^1.17.1 - flutter_stripe: ^10.1.1 + flutter_stripe: ^10.2.0 razorpay_flutter: ^1.3.7 animate_do: ^3.2.4 dependency_overrides: - http: ^1.0.0 + rxdart: ^0.27.7 dev_dependencies: flutter_launcher_icons: ^0.13.1