|
52 | 52 | 2223F8AE26512DEB004F2FE9 /* MDConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2223F8AD26512DEB004F2FE9 /* MDConstants.swift */; };
|
53 | 53 | 2223F8B426512F01004F2FE9 /* MDLocalizedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2223F8B326512F01004F2FE9 /* MDLocalizedText.swift */; };
|
54 | 54 | 2223F8B726512F5B004F2FE9 /* AppLanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2223F8B626512F5B004F2FE9 /* AppLanguageType.swift */; };
|
55 |
| - 2223F8BB26512F8C004F2FE9 /* AppLanguageService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2223F8BA26512F8C004F2FE9 /* AppLanguageService.swift */; }; |
| 55 | + 2223F8BB26512F8C004F2FE9 /* MDAppLanguageService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2223F8BA26512F8C004F2FE9 /* MDAppLanguageService.swift */; }; |
56 | 56 | 2223F8BC26512FFD004F2FE9 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2223F8BE26512FFD004F2FE9 /* Localizable.strings */; };
|
57 | 57 | 222F52702701AD080070F546 /* MDTextViewWithToolBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 222F526F2701AD080070F546 /* MDTextViewWithToolBar.swift */; };
|
58 | 58 | 222F52772701E3900070F546 /* MDTextFieldDelegatePropertyProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 222F52762701E3900070F546 /* MDTextFieldDelegatePropertyProtocol.swift */; };
|
|
408 | 408 | 2223F8AD26512DEB004F2FE9 /* MDConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MDConstants.swift; sourceTree = "<group>"; };
|
409 | 409 | 2223F8B326512F01004F2FE9 /* MDLocalizedText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MDLocalizedText.swift; sourceTree = "<group>"; };
|
410 | 410 | 2223F8B626512F5B004F2FE9 /* AppLanguageType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLanguageType.swift; sourceTree = "<group>"; };
|
411 |
| - 2223F8BA26512F8C004F2FE9 /* AppLanguageService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLanguageService.swift; sourceTree = "<group>"; }; |
| 411 | + 2223F8BA26512F8C004F2FE9 /* MDAppLanguageService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MDAppLanguageService.swift; sourceTree = "<group>"; }; |
412 | 412 | 2223F8BD26512FFD004F2FE9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
|
413 | 413 | 222F526F2701AD080070F546 /* MDTextViewWithToolBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MDTextViewWithToolBar.swift; sourceTree = "<group>"; };
|
414 | 414 | 222F52762701E3900070F546 /* MDTextFieldDelegatePropertyProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MDTextFieldDelegatePropertyProtocol.swift; sourceTree = "<group>"; };
|
|
509 | 509 | 228C596B27033D0800DE6175 /* EditWordInteractor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditWordInteractor.swift; sourceTree = "<group>"; };
|
510 | 510 | 228C596C27033D0800DE6175 /* EditWordDataProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditWordDataProvider.swift; sourceTree = "<group>"; };
|
511 | 511 | 228C596D27033D0800DE6175 /* EditWordDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditWordDataManager.swift; sourceTree = "<group>"; };
|
| 512 | + 228F111D2721644400D739D5 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 513 | + 228F111E2721645B00D739D5 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; }; |
512 | 514 | 2291BAEF26F714DD0012504D /* MDSearchBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MDSearchBar.swift; sourceTree = "<group>"; };
|
513 | 515 | 2291BAF226F7265E0012504D /* MDSearchTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MDSearchTextField.swift; sourceTree = "<group>"; };
|
514 | 516 | 2291BAF426F754CF0012504D /* UITableView+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITableView+Extension.swift"; sourceTree = "<group>"; };
|
|
1061 | 1063 | 2223F8B926512F87004F2FE9 /* AppLanguageService */ = {
|
1062 | 1064 | isa = PBXGroup;
|
1063 | 1065 | children = (
|
1064 |
| - 2223F8BA26512F8C004F2FE9 /* AppLanguageService.swift */, |
| 1066 | + 2223F8BA26512F8C004F2FE9 /* MDAppLanguageService.swift */, |
1065 | 1067 | );
|
1066 | 1068 | path = AppLanguageService;
|
1067 | 1069 | sourceTree = "<group>";
|
|
2193 | 2195 | knownRegions = (
|
2194 | 2196 | en,
|
2195 | 2197 | Base,
|
| 2198 | + uk, |
| 2199 | + ru, |
2196 | 2200 | );
|
2197 | 2201 | mainGroup = 228BC42B264979FD0030FB30;
|
2198 | 2202 | productRefGroup = 228BC435264979FD0030FB30 /* Products */;
|
|
2415 | 2419 | 220793DA26C6BF58003D434B /* AuthResponse.swift in Sources */,
|
2416 | 2420 | 22493C3726972232000DA480 /* MDWordCoreDataStorage.swift in Sources */,
|
2417 | 2421 | 2223F8B726512F5B004F2FE9 /* AppLanguageType.swift in Sources */,
|
2418 |
| - 2223F8BB26512F8C004F2FE9 /* AppLanguageService.swift in Sources */, |
| 2422 | + 2223F8BB26512F8C004F2FE9 /* MDAppLanguageService.swift in Sources */, |
2419 | 2423 | 22CD45F226F090F20060978D /* MDCounterTextFieldWithToolBar.swift in Sources */,
|
2420 | 2424 | 22BD99A0266A4AB10063FEFC /* WordListModule.swift in Sources */,
|
2421 | 2425 | 22EF01EC269DA70300FE4435 /* Endpoint.swift in Sources */,
|
|
2676 | 2680 | isa = PBXVariantGroup;
|
2677 | 2681 | children = (
|
2678 | 2682 | 2223F8BD26512FFD004F2FE9 /* en */,
|
| 2683 | + 228F111D2721644400D739D5 /* uk */, |
| 2684 | + 228F111E2721645B00D739D5 /* ru */, |
2679 | 2685 | );
|
2680 | 2686 | name = Localizable.strings;
|
2681 | 2687 | sourceTree = "<group>";
|
|
2695 | 2701 | isa = XCBuildConfiguration;
|
2696 | 2702 | buildSettings = {
|
2697 | 2703 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 2704 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
2698 | 2705 | CLANG_ANALYZER_NONNULL = YES;
|
2699 | 2706 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
2700 | 2707 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
2756 | 2763 | isa = XCBuildConfiguration;
|
2757 | 2764 | buildSettings = {
|
2758 | 2765 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 2766 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
2759 | 2767 | CLANG_ANALYZER_NONNULL = YES;
|
2760 | 2768 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
2761 | 2769 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
2816 | 2824 | CODE_SIGN_IDENTITY = "iPhone Distribution";
|
2817 | 2825 | CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES;
|
2818 | 2826 | CODE_SIGN_STYLE = Manual;
|
2819 |
| - CURRENT_PROJECT_VERSION = 3; |
| 2827 | + CURRENT_PROJECT_VERSION = 1; |
2820 | 2828 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
2821 | 2829 | DEVELOPMENT_TEAM = CXRA2S6SCR;
|
2822 | 2830 | INFOPLIST_FILE = MyDictionary_App_Swift/Resources/InfoPlist/Info.plist;
|
|
2825 | 2833 | "$(inherited)",
|
2826 | 2834 | "@executable_path/Frameworks",
|
2827 | 2835 | );
|
2828 |
| - MARKETING_VERSION = 1.0.1; |
| 2836 | + MARKETING_VERSION = 1.1.0; |
2829 | 2837 | PRODUCT_BUNDLE_IDENTIFIER = "com.dcteam.MyDictionary-App-Swift";
|
2830 | 2838 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2831 | 2839 | PROVISIONING_PROFILE_SPECIFIER = "com.dcteam.MyDictionary-App-Swift AppStore";
|
|
2844 | 2852 | CODE_SIGN_IDENTITY = "iPhone Distribution";
|
2845 | 2853 | CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES;
|
2846 | 2854 | CODE_SIGN_STYLE = Manual;
|
2847 |
| - CURRENT_PROJECT_VERSION = 3; |
| 2855 | + CURRENT_PROJECT_VERSION = 1; |
2848 | 2856 | DEVELOPMENT_TEAM = CXRA2S6SCR;
|
2849 | 2857 | INFOPLIST_FILE = MyDictionary_App_Swift/Resources/InfoPlist/Info.plist;
|
2850 | 2858 | IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
2851 | 2859 | LD_RUNPATH_SEARCH_PATHS = (
|
2852 | 2860 | "$(inherited)",
|
2853 | 2861 | "@executable_path/Frameworks",
|
2854 | 2862 | );
|
2855 |
| - MARKETING_VERSION = 1.0.1; |
| 2863 | + MARKETING_VERSION = 1.1.0; |
2856 | 2864 | PRODUCT_BUNDLE_IDENTIFIER = "com.dcteam.MyDictionary-App-Swift";
|
2857 | 2865 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2858 | 2866 | PROVISIONING_PROFILE_SPECIFIER = "com.dcteam.MyDictionary-App-Swift AppStore";
|
|
0 commit comments