From 8bf86c5c93f6f2e968c9b5a09a0d15baf2a2c209 Mon Sep 17 00:00:00 2001 From: Stephan D Date: Wed, 26 Nov 2025 19:35:35 +0100 Subject: [PATCH] removed obsolete files --- .gitignore | 3 +- ci/prod/compose/frontend.dockerfile | 2 +- frontend/.DS_Store | Bin 8196 -> 0 bytes frontend/pshared/.DS_Store | Bin 6148 -> 0 bytes frontend/pweb/analysis_options.yaml | 28 ----- frontend/pweb/devtools_options.yaml | 3 - frontend/pweb/lib/l10n/en.arb | 2 +- frontend/pweb/lib/l10n/ru.arb | 2 +- .../macos/Runner.xcodeproj/project.pbxproj | 98 +++++++++++++++++- .../contents.xcworkspacedata | 3 + 10 files changed, 105 insertions(+), 36 deletions(-) delete mode 100644 frontend/.DS_Store delete mode 100644 frontend/pshared/.DS_Store delete mode 100644 frontend/pweb/analysis_options.yaml delete mode 100644 frontend/pweb/devtools_options.yaml diff --git a/.gitignore b/.gitignore index 9754b0f..b865a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *.pb.gw.go pubspec.lock .DS_Store -update_dep.sh \ No newline at end of file +update_dep.sh +.vscode/ \ No newline at end of file diff --git a/ci/prod/compose/frontend.dockerfile b/ci/prod/compose/frontend.dockerfile index 2794358..d48315b 100644 --- a/ci/prod/compose/frontend.dockerfile +++ b/ci/prod/compose/frontend.dockerfile @@ -30,7 +30,7 @@ COPY --chown=flutteruser:flutteruser frontend /home/flutteruser/app WORKDIR /home/flutteruser/app/pshared RUN flutter clean \ && flutter pub get \ - && flutter pub run build_runner build --delete-conflicting-outputs + && dart run build_runner build --delete-conflicting-outputs # Build the web client WORKDIR /home/flutteruser/app/pweb diff --git a/frontend/.DS_Store b/frontend/.DS_Store deleted file mode 100644 index fd8ce273139d7bc9d334354342044a7987768026..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHMOK;Oa5S}Tebtq6%LMd-cL7a*x4LhJpW*0daqDXbN;SwiL=+2Q9J%AnYf#93)d8AY&YjuEv%^8A^Mq?g4cu>J|f4 zIN2THPUvcEDOBNrDjZOsjJiWXc{;^8(jCxMXja33VW5`*(Yp^q9TK<=-tzvP`(%0P z*TW!5Cnnxu->UxA1B2F}HDui=+~&ZOe&@5R@|U(=k2ep~kZnSeD*c6O3SsTV{n zmH|P9k<0ZfK~&+*Ja0smM8+1B!OB>fl0CM#c;M*aap&NXLrde%;?V;W6U}ite4c2Zstd1VhQ$eCPk3?Gi(@aUvi!o0(DPY173F!F@|y4zyOnu# zF=k??VnDJ;D|h^};y34>Ye^~R?p7Kba!R1r$ZT8Eh`HByZb^AM@@g!T$+;J_$%4Hw z2~$vn8a#k!@El&iD|iEM;S+qp0nFka+=oZ-1fIq7co}D~igj$@JT}!1eeEm1Q}3t& zTO@SV^L!zWLLODgBBJ`K+MD#9%2(g1{`xxah>y?|2!(Ft9QMtCV_7^#7;6|NVdE zV52n*7zX|c2C)BR;bfjtX}?r;XC-=VhvqGsVhF#MLK#Afa1nahjuUo%FeKU0HdkXy YAz5hr_74F+|AuRx|MH5NUf+*2!QsW5&0wE9&)`Bspv4mDE0+!u&s4Lr@W_R0yNYb+& z{Q!OdzknALkA49?nRxf)2k_vVKMj`Z)fh9cdGmXH^WK}zZ?iLfgb>Ko%hw4p2_Xh5 z$JhW4zY#vqwM%-Grxy`KjfjL!GpsotbGo9nLo=Wm_}3WV?`|KlNr)dxI^W-SPR(<} zXlCX!^z_Eg^z|G4#-Op2d&-)*$d2k^#tydlw>)E>)3$AA!==rlnOtUmWV=2MM1otU z7_$Ay^~FycnMXigj*%`PoWS#yi?$5YnP((KHXH9xm-d>l8%Qqwoq zi~C;HXD=m*fM<@7A%$&tg+|Ao+)_iGN${n;r?2Kndsp#+!Lvi>hRu=0XfiRD7#|-` zo}ajIadPrf(HwQ`(tai2zjv8=EXa6ux>X6>a;|2VT)$F?=s}copVOk5I2F21%TG>R z`NJBVFwa|Kp&Pl(-+XKz3c0-M!U?1$>QOVG8R%qy|My2R z`Tc+U&;7p$(t~C|Gw^>h0I`+aN(T3)?$)kd^1IeT-9_cX<606$3J&Tz76!kHCs2jp aoW%{qw8EA|^q}ZJ0)hrTXa@c&13v+H1<|ws diff --git a/frontend/pweb/analysis_options.yaml b/frontend/pweb/analysis_options.yaml deleted file mode 100644 index 0d29021..0000000 --- a/frontend/pweb/analysis_options.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# This file configures the analyzer, which statically analyzes Dart code to -# check for errors, warnings, and lints. -# -# The issues identified by the analyzer are surfaced in the UI of Dart-enabled -# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be -# invoked from the command line by running `flutter analyze`. - -# The following line activates a set of recommended lints for Flutter apps, -# packages, and plugins designed to encourage good coding practices. -include: package:flutter_lints/flutter.yaml - -linter: - # The lint rules applied to this project can be customized in the - # section below to disable rules from the `package:flutter_lints/flutter.yaml` - # included above or to enable additional rules. A list of all available lints - # and their documentation is published at https://dart.dev/lints. - # - # Instead of disabling a lint rule for the entire project in the - # section below, it can also be suppressed for a single line of code - # or a specific dart file by using the `// ignore: name_of_lint` and - # `// ignore_for_file: name_of_lint` syntax on the line or in the file - # producing the lint. - rules: - # avoid_print: false # Uncomment to disable the `avoid_print` rule - # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule - -# Additional information about this file can be found at -# https://dart.dev/guides/language/analysis-options diff --git a/frontend/pweb/devtools_options.yaml b/frontend/pweb/devtools_options.yaml deleted file mode 100644 index fa0b357..0000000 --- a/frontend/pweb/devtools_options.yaml +++ /dev/null @@ -1,3 +0,0 @@ -description: This file stores settings for Dart & Flutter DevTools. -documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states -extensions: diff --git a/frontend/pweb/lib/l10n/en.arb b/frontend/pweb/lib/l10n/en.arb index 08af507..6c607f4 100644 --- a/frontend/pweb/lib/l10n/en.arb +++ b/frontend/pweb/lib/l10n/en.arb @@ -68,7 +68,7 @@ "footerSupport": "Support", "footerEmail": "support@sendico.io", "footerPhoneLabel": "Phone", - "footerPhone": "+357 22 000 253", + "footerPhone": "+852 5801 0443", "footerTermsOfService": "Terms of Service", "footerPrivacyPolicy": "Privacy Policy", "footerCookiePolicy": "Cookie Policy", diff --git a/frontend/pweb/lib/l10n/ru.arb b/frontend/pweb/lib/l10n/ru.arb index fb24bfa..0d2ae39 100644 --- a/frontend/pweb/lib/l10n/ru.arb +++ b/frontend/pweb/lib/l10n/ru.arb @@ -68,7 +68,7 @@ "footerSupport": "Поддержка", "footerEmail": "support@sendico.io", "footerPhoneLabel": "Телефон", - "footerPhone": "+357 22 000 253", + "footerPhone": "+852 5801 0443", "footerTermsOfService": "Условия обслуживания", "footerPrivacyPolicy": "Политика конфиденциальности", "footerCookiePolicy": "Политика использования файлов cookie", diff --git a/frontend/pweb/macos/Runner.xcodeproj/project.pbxproj b/frontend/pweb/macos/Runner.xcodeproj/project.pbxproj index b05da32..a37e632 100644 --- a/frontend/pweb/macos/Runner.xcodeproj/project.pbxproj +++ b/frontend/pweb/macos/Runner.xcodeproj/project.pbxproj @@ -27,6 +27,8 @@ 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; }; 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; }; 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; }; + 6ED99F91EAE2E45797C5095D /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6853B7F1A9204ED1B3673FBF /* Pods_Runner.framework */; }; + 74F30F720F2E60244D7F3101 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5210392736B6136DA2A7BB63 /* Pods_RunnerTests.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -60,11 +62,13 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 26CE4BA0D061EF63019432CE /* 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 = ""; }; + 273D43390E6A5475131B22DA /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = ""; }; 331C80D5294CF71000263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = ""; }; 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = ""; }; 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = ""; }; - 33CC10ED2044A3C60003C045 /* web.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "web.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 33CC10ED2044A3C60003C045 /* web.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = web.app; sourceTree = BUILT_PRODUCTS_DIR; }; 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = ""; }; 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; @@ -76,8 +80,14 @@ 33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = ""; }; 33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = ""; }; 33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = ""; }; + 5210392736B6136DA2A7BB63 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6853B7F1A9204ED1B3673FBF /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = ""; }; 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = ""; }; + 9DA66FDD5908BE288608E45E /* 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 = ""; }; + ADD6C934D6E9B16BC9257437 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = ""; }; + C2B7F3624F4A1E82D0FAC90E /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; }; + D06E99A238BDA802B2879A92 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -85,6 +95,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 74F30F720F2E60244D7F3101 /* Pods_RunnerTests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -92,6 +103,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 6ED99F91EAE2E45797C5095D /* Pods_Runner.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -125,6 +137,7 @@ 331C80D6294CF71000263BE5 /* RunnerTests */, 33CC10EE2044A3C60003C045 /* Products */, D73912EC22F37F3D000D13A0 /* Frameworks */, + A79B500BE58290286ED1765A /* Pods */, ); sourceTree = ""; }; @@ -172,9 +185,25 @@ path = Runner; sourceTree = ""; }; + A79B500BE58290286ED1765A /* Pods */ = { + isa = PBXGroup; + children = ( + C2B7F3624F4A1E82D0FAC90E /* Pods-Runner.debug.xcconfig */, + 273D43390E6A5475131B22DA /* Pods-Runner.release.xcconfig */, + ADD6C934D6E9B16BC9257437 /* Pods-Runner.profile.xcconfig */, + 9DA66FDD5908BE288608E45E /* Pods-RunnerTests.debug.xcconfig */, + 26CE4BA0D061EF63019432CE /* Pods-RunnerTests.release.xcconfig */, + D06E99A238BDA802B2879A92 /* Pods-RunnerTests.profile.xcconfig */, + ); + name = Pods; + path = Pods; + sourceTree = ""; + }; D73912EC22F37F3D000D13A0 /* Frameworks */ = { isa = PBXGroup; children = ( + 6853B7F1A9204ED1B3673FBF /* Pods_Runner.framework */, + 5210392736B6136DA2A7BB63 /* Pods_RunnerTests.framework */, ); name = Frameworks; sourceTree = ""; @@ -186,6 +215,7 @@ isa = PBXNativeTarget; buildConfigurationList = 331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */; buildPhases = ( + 80A23DEA198EEC78D558B036 /* [CP] Check Pods Manifest.lock */, 331C80D1294CF70F00263BE5 /* Sources */, 331C80D2294CF70F00263BE5 /* Frameworks */, 331C80D3294CF70F00263BE5 /* Resources */, @@ -204,11 +234,13 @@ isa = PBXNativeTarget; buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */; buildPhases = ( + EF0A0BB7DA954E8B1EA61B16 /* [CP] Check Pods Manifest.lock */, 33CC10E92044A3C60003C045 /* Sources */, 33CC10EA2044A3C60003C045 /* Frameworks */, 33CC10EB2044A3C60003C045 /* Resources */, 33CC110E2044A8840003C045 /* Bundle Framework */, 3399D490228B24CF009A79C7 /* ShellScript */, + 3F1D973F687EA0C3761D1DAA /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -329,6 +361,67 @@ shellPath = /bin/sh; shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire"; }; + 3F1D973F687EA0C3761D1DAA /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", + ); + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 80A23DEA198EEC78D558B036 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + EF0A0BB7DA954E8B1EA61B16 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -380,6 +473,7 @@ /* Begin XCBuildConfiguration section */ 331C80DB294CF71000263BE5 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 9DA66FDD5908BE288608E45E /* Pods-RunnerTests.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CURRENT_PROJECT_VERSION = 1; @@ -394,6 +488,7 @@ }; 331C80DC294CF71000263BE5 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 26CE4BA0D061EF63019432CE /* Pods-RunnerTests.release.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CURRENT_PROJECT_VERSION = 1; @@ -408,6 +503,7 @@ }; 331C80DD294CF71000263BE5 /* Profile */ = { isa = XCBuildConfiguration; + baseConfigurationReference = D06E99A238BDA802B2879A92 /* Pods-RunnerTests.profile.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CURRENT_PROJECT_VERSION = 1; diff --git a/frontend/pweb/macos/Runner.xcworkspace/contents.xcworkspacedata b/frontend/pweb/macos/Runner.xcworkspace/contents.xcworkspacedata index 1d526a1..21a3cc1 100644 --- a/frontend/pweb/macos/Runner.xcworkspace/contents.xcworkspacedata +++ b/frontend/pweb/macos/Runner.xcworkspace/contents.xcworkspacedata @@ -4,4 +4,7 @@ + +