Skip to content

Commit 35bdcc1

Browse files
committed
v1.2.0
1 parent fd84157 commit 35bdcc1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+988
-317
lines changed

ShopMax/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.2.0] - 2024-03-27
2+
3+
* Ability to click notifications and deep link to the product page or order detail page
4+
* Ability to Change language from home drawer
5+
* New notification center
6+
* Bug fixes
7+
* pubspec.yaml updates
8+
19
## [1.1.8] - 2024-03-08
210

311
* Update android config that fixes https://github.com/nylo-core/nylo/issues/112

ShopMax/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
5757
8362715010B1DC025B396ED3 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
5858
8DD46F1E543D90202726C03D /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
59+
92D802F32BB409BE006D69F4 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
5960
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
6061
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
6162
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -152,6 +153,7 @@
152153
97C146F01CF9000F007C117D /* Runner */ = {
153154
isa = PBXGroup;
154155
children = (
156+
92D802F32BB409BE006D69F4 /* Runner.entitlements */,
155157
97C146FA1CF9000F007C117D /* Main.storyboard */,
156158
97C146FD1CF9000F007C117D /* Assets.xcassets */,
157159
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
@@ -467,15 +469,17 @@
467469
buildSettings = {
468470
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
469471
CLANG_ENABLE_MODULES = YES;
472+
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
470473
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
474+
DEVELOPMENT_TEAM = YPEM49WRL2;
471475
ENABLE_BITCODE = NO;
472476
INFOPLIST_FILE = Runner/Info.plist;
473477
LD_RUNPATH_SEARCH_PATHS = (
474478
"$(inherited)",
475479
"@executable_path/Frameworks",
476480
);
477481
MARKETING_VERSION = 1.0.0;
478-
PRODUCT_BUNDLE_IDENTIFIER = com.nylo.dev;
482+
PRODUCT_BUNDLE_IDENTIFIER = com.baelyf.ios;
479483
PRODUCT_NAME = "$(TARGET_NAME)";
480484
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
481485
SWIFT_VERSION = 5.0;
@@ -646,15 +650,17 @@
646650
buildSettings = {
647651
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
648652
CLANG_ENABLE_MODULES = YES;
653+
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
649654
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
655+
DEVELOPMENT_TEAM = YPEM49WRL2;
650656
ENABLE_BITCODE = NO;
651657
INFOPLIST_FILE = Runner/Info.plist;
652658
LD_RUNPATH_SEARCH_PATHS = (
653659
"$(inherited)",
654660
"@executable_path/Frameworks",
655661
);
656662
MARKETING_VERSION = 1.0.0;
657-
PRODUCT_BUNDLE_IDENTIFIER = com.nylo.dev;
663+
PRODUCT_BUNDLE_IDENTIFIER = com.baelyf.ios;
658664
PRODUCT_NAME = "$(TARGET_NAME)";
659665
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
660666
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -669,15 +675,17 @@
669675
buildSettings = {
670676
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
671677
CLANG_ENABLE_MODULES = YES;
678+
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
672679
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
680+
DEVELOPMENT_TEAM = YPEM49WRL2;
673681
ENABLE_BITCODE = NO;
674682
INFOPLIST_FILE = Runner/Info.plist;
675683
LD_RUNPATH_SEARCH_PATHS = (
676684
"$(inherited)",
677685
"@executable_path/Frameworks",
678686
);
679687
MARKETING_VERSION = 1.0.0;
680-
PRODUCT_BUNDLE_IDENTIFIER = com.nylo.dev;
688+
PRODUCT_BUNDLE_IDENTIFIER = com.baelyf.ios;
681689
PRODUCT_NAME = "$(TARGET_NAME)";
682690
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
683691
SWIFT_VERSION = 5.0;

ShopMax/ios/Runner/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<true/>
2929
<key>UIApplicationSupportsIndirectInputEvents</key>
3030
<true/>
31+
<key>UIBackgroundModes</key>
32+
<array>
33+
<string>processing</string>
34+
<string>remote-notification</string>
35+
</array>
3136
<key>UILaunchStoryboardName</key>
3237
<string>LaunchScreen</string>
3338
<key>UIMainStoryboardFile</key>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>aps-environment</key>
6+
<string>development</string>
7+
</dict>
8+
</plist>

ShopMax/lang/de.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,9 @@
240240
"Login / Create an account": "Anmelden / Konto erstellen",
241241
"Contact us for any questions on your order.": "Kontaktieren Sie uns bei Fragen zu Ihrer Bestellung.",
242242
"Delete my account": "Mein Konto löschen",
243-
"By completing this order, I agree to all": "Mit Abschluss dieser Bestellung stimme ich allem zu"
243+
"By completing this order, I agree to all": "Mit Abschluss dieser Bestellung stimme ich allem zu",
244+
"Change language": "Sprache ändern",
245+
"Select your language": "Wähle deine Sprache",
246+
"Please check your details and try again": "Bitte überprüfen Sie Ihre Angaben und versuchen Sie es erneut",
247+
"Invalid email or password": "Ungültige E-Mail oder Passwort"
244248
}

ShopMax/lang/en.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,9 @@
240240
"Send Reset Email": "Send Reset Email",
241241
"Password reset email sent": "Password reset email sent",
242242
"Failed to send reset email": "Failed to send reset email",
243-
"By completing this order, I agree to all": "By completing this order, I agree to all"
243+
"By completing this order, I agree to all": "By completing this order, I agree to all",
244+
"Change language": "Change language",
245+
"Select your language": "Select your language",
246+
"Please check your details and try again": "Please check your details and try again",
247+
"Invalid email or password": "Invalid email or password"
244248
}

ShopMax/lang/es.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,9 @@
240240
"Login / Create an account": "Iniciar sesión / Crear una cuenta",
241241
"Contact us for any questions on your order.": "Contáctenos para cualquier pregunta sobre su pedido.",
242242
"Delete my account": "Borrar mi cuenta",
243-
"By completing this order, I agree to all": "Al completar este pedido, acepto todos"
243+
"By completing this order, I agree to all": "Al completar este pedido, acepto todos",
244+
"Change language": "Cambiar idioma",
245+
"Select your language": "elige tu idioma",
246+
"Please check your details and try again": "Por favor revisa tus datos y vuelve a intentarlo.",
247+
"Invalid email or password": "Correo electrónico o contraseña no válidos"
244248
}

ShopMax/lang/fr.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,9 @@
240240
"Login / Create an account": "Connexion / Créer un compte",
241241
"Contact us for any questions on your order.": "Contactez-nous pour toute question sur votre commande.",
242242
"Delete my account": "Supprimer mon compte",
243-
"By completing this order, I agree to all": "En remplissant cette commande, j'accepte toutes"
243+
"By completing this order, I agree to all": "En remplissant cette commande, j'accepte toutes",
244+
"Change language": "Changer de langue",
245+
"Select your language": "choisissez votre langue",
246+
"Please check your details and try again": "Veuillez vérifier vos coordonnées et réessayer",
247+
"Invalid email or password": "email ou mot de passe invalide"
244248
}

ShopMax/lang/hi.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,9 @@
240240
"Login / Create an account": "log in karen / ek khaata banaen",
241241
"Contact us for any questions on your order.": "apane ordar par kisee bhee prashn ke lie hamase sampark karen.",
242242
"Delete my account": "mera ekaunt hata do",
243-
"By completing this order, I agree to all": "is aadesh ko poora karake, main sabhee ke lie sahamat hoon"
243+
"By completing this order, I agree to all": "is aadesh ko poora karake, main sabhee ke lie sahamat hoon",
244+
"Change language": "bhaasha badalen",
245+
"Select your language": "apanee bhaasha ka chayan karen",
246+
"Please check your details and try again": "krpaya apane vivaranon kee jaanch karen aur punah prayaas karen",
247+
"Invalid email or password": "amaany eemel ya paasavard"
244248
}

ShopMax/lang/id.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,9 @@
240240
"Send Reset Email": "Kirim Reset Email",
241241
"Password reset email sent": "Email pengaturan ulang kata sandi terkirim",
242242
"Failed to send reset email": "Gagal mengirim email setel ulang",
243-
"By completing this order, I agree to all": "Dengan menyelesaikan pesanan ini, saya menyetujui semuanya"
243+
"By completing this order, I agree to all": "Dengan menyelesaikan pesanan ini, saya menyetujui semuanya",
244+
"Change language": "Ganti BAHASA",
245+
"Select your language": "Pilih bahasamu",
246+
"Please check your details and try again": "Silakan periksa detail Anda dan coba lagi",
247+
"Invalid email or password": "Email atau kata sandi tidak valid"
244248
}

0 commit comments

Comments
 (0)