From a4f149b81cd05f1f6a7f2b08639c87c7782a6e60 Mon Sep 17 00:00:00 2001 From: emkartal1 Date: Mon, 17 Jun 2024 11:22:12 +0200 Subject: [PATCH] fix little errors :bug: --- Sources/AllInApp/AllIn/Components/CustomBetLine.swift | 2 +- .../AllIn/Ressources/en.lproj/Localizable.strings | 2 +- .../AllIn/Ressources/fr.lproj/Localizable.strings | 1 + Sources/AllInApp/AllInApp.xcodeproj/project.pbxproj | 8 ++++---- .../DependencyInjection.xcodeproj/project.pbxproj | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Sources/AllInApp/AllIn/Components/CustomBetLine.swift b/Sources/AllInApp/AllIn/Components/CustomBetLine.swift index f23b814..de5eceb 100644 --- a/Sources/AllInApp/AllIn/Components/CustomBetLine.swift +++ b/Sources/AllInApp/AllIn/Components/CustomBetLine.swift @@ -34,7 +34,7 @@ struct CustomBetLine: View { } func getFlameImage(for answer: AnswerDetail) -> String { - return answer == sortedAnswers.first ? "PinkFlame" : "BlueFlame" + return answer == sortedAnswers.first ? "pinkFlame" : "blueFlame" } var body: some View { diff --git a/Sources/AllInApp/AllIn/Ressources/en.lproj/Localizable.strings b/Sources/AllInApp/AllIn/Ressources/en.lproj/Localizable.strings index d95e2d9..a5e1f8a 100644 --- a/Sources/AllInApp/AllIn/Ressources/en.lproj/Localizable.strings +++ b/Sources/AllInApp/AllIn/Ressources/en.lproj/Localizable.strings @@ -178,7 +178,7 @@ /// Notification "notification_title_end_bet_date" = "Who will be the winners?"; -"notification_subtitle_end_bet_date %@" = "The %@ bet has reached its deadline. Go to the app to enter the winning answer.";` +"notification_subtitle_end_bet_date %@" = "The %@ bet has reached its deadline. Go to the app to enter the winning answer."; /// Empty Views diff --git a/Sources/AllInApp/AllIn/Ressources/fr.lproj/Localizable.strings b/Sources/AllInApp/AllIn/Ressources/fr.lproj/Localizable.strings index e781668..d0d0e06 100644 --- a/Sources/AllInApp/AllIn/Ressources/fr.lproj/Localizable.strings +++ b/Sources/AllInApp/AllIn/Ressources/fr.lproj/Localizable.strings @@ -28,6 +28,7 @@ "network_error_text" = "Assurez-vous d\'être bien connecté au réseau puis réessayez."; /// Bet type + "bet_type_binary" = "Oui / Non"; "bet_type_match" = "Match sportif"; "bet_type_custom" = "Réponses personnalisées"; diff --git a/Sources/AllInApp/AllInApp.xcodeproj/project.pbxproj b/Sources/AllInApp/AllInApp.xcodeproj/project.pbxproj index aaa866b..2871978 100644 --- a/Sources/AllInApp/AllInApp.xcodeproj/project.pbxproj +++ b/Sources/AllInApp/AllInApp.xcodeproj/project.pbxproj @@ -936,7 +936,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"AllIn/Preview Content\""; - DEVELOPMENT_TEAM = 35KQ5BDC64; + DEVELOPMENT_TEAM = P39ZK4GA2T; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_CFBundleDisplayName = "All In"; @@ -970,7 +970,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"AllIn/Preview Content\""; - DEVELOPMENT_TEAM = 35KQ5BDC64; + DEVELOPMENT_TEAM = P39ZK4GA2T; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_CFBundleDisplayName = "All In"; @@ -1074,7 +1074,7 @@ CODE_SIGN_ENTITLEMENTS = AllInWidgetsExtension.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = 35KQ5BDC64; + DEVELOPMENT_TEAM = P39ZK4GA2T; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = AllInWidgets/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = AllInWidgets; @@ -1102,7 +1102,7 @@ CODE_SIGN_ENTITLEMENTS = AllInWidgetsExtension.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = 35KQ5BDC64; + DEVELOPMENT_TEAM = P39ZK4GA2T; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = AllInWidgets/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = AllInWidgets; diff --git a/Sources/DependencyInjection/DependencyInjection.xcodeproj/project.pbxproj b/Sources/DependencyInjection/DependencyInjection.xcodeproj/project.pbxproj index 5162e18..e3afa76 100644 --- a/Sources/DependencyInjection/DependencyInjection.xcodeproj/project.pbxproj +++ b/Sources/DependencyInjection/DependencyInjection.xcodeproj/project.pbxproj @@ -343,7 +343,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = 35KQ5BDC64; + DEVELOPMENT_TEAM = P39ZK4GA2T; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -382,7 +382,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = 35KQ5BDC64; + DEVELOPMENT_TEAM = P39ZK4GA2T; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath";