Skip to content

Commit

Permalink
v1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jul 18, 2024
1 parent 07998f0 commit 0f110b5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions ShopMax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.4.12] - 2024-07-18

* pubspec.yaml updates

## [1.4.11] - 2024-06-15

* remove pubspec.lock
Expand Down
9 changes: 6 additions & 3 deletions ShopMax/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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",
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions ShopMax/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0f110b5

Please sign in to comment.