diff --git a/docker/php/www-pool.conf b/docker/php/www-pool.conf index 2926590..a5284bf 100644 --- a/docker/php/www-pool.conf +++ b/docker/php/www-pool.conf @@ -11,6 +11,12 @@ pm.status_path = /status slowlog = /proc/self/fd/2 request_slowlog_timeout = 3s +; ‏قيمة php-fpm الافتراضية clear_env=yes تمسح بيئة العامل، فتضيع كل متغيرات +; ‏env_file في compose ويصبح getenv('ENCRYPTION_KEY_PATH') = false داخل الطلبات +; ‏(بينما php-cli يراها عادياً). عندها يسقط bootstrap.php على /var/.enckey غير +; ‏الموجود ويردّ 500 "Encryption key issue" على كل نقطة نهاية. +clear_env = no + ; ‏توجيه error_log إلى مخرج الحاوية — بلا هذه الأسطر تُبتلع كل رسائل ; ‏error_log() في الكود ولا يظهر شيء في `docker compose logs php`، والباك إند ; ‏مليء بها: [accept_ride] و [FCM_DEBUG] و 📲 [FCM_RESULT] و [SOCKET_DEBUG]. diff --git a/intaleq_driver/android/app/src/main/AndroidManifest.xml b/intaleq_driver/android/app/src/main/AndroidManifest.xml index df682ef..1d9303b 100644 --- a/intaleq_driver/android/app/src/main/AndroidManifest.xml +++ b/intaleq_driver/android/app/src/main/AndroidManifest.xml @@ -80,21 +80,21 @@ - + - + - + - - + + diff --git a/intaleq_driver/ios/Runner.xcodeproj/project.pbxproj b/intaleq_driver/ios/Runner.xcodeproj/project.pbxproj index b34d9b9..26a36be 100644 --- a/intaleq_driver/ios/Runner.xcodeproj/project.pbxproj +++ b/intaleq_driver/ios/Runner.xcodeproj/project.pbxproj @@ -299,14 +299,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; @@ -373,14 +369,10 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - inputPaths = ( - ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); - outputPaths = ( - ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; @@ -530,7 +522,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.intaleq-driver"; + PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -547,7 +539,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.siroDriver.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -565,7 +557,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.siroDriver.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; @@ -581,7 +573,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.example.siroDriver.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; @@ -716,7 +708,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.intaleq-driver"; + PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -742,7 +734,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.intaleq-driver"; + PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/intaleq_driver/ios/Runner/Info.plist b/intaleq_driver/ios/Runner/Info.plist index 1715084..d8452d0 100644 --- a/intaleq_driver/ios/Runner/Info.plist +++ b/intaleq_driver/ios/Runner/Info.plist @@ -5,13 +5,14 @@ BGTaskSchedulerPermittedIdentifiers $(PRODUCT_BUNDLE_IDENTIFIER) + dev.flutter.background.refresh CADisableMinimumFrameDurationOnPhone CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Siro Driver + Intaleq Driver CFBundleExecutable $(EXECUTABLE_NAME) CFBundleGetInfoString @@ -36,10 +37,10 @@ CFBundleTypeRole Editor CFBundleURLName - siromove.com + intaleqapp.com CFBundleURLSchemes - siromove + intaleq diff --git a/intaleq_driver/lib/constant/info.dart b/intaleq_driver/lib/constant/info.dart index 88688b5..d47bbfe 100755 --- a/intaleq_driver/lib/constant/info.dart +++ b/intaleq_driver/lib/constant/info.dart @@ -1,7 +1,7 @@ class AppInformation { - static const String companyName = 'Siro'; - static const String appName = 'Siro DRIVER'; - static const String appVersion = 'Siro DRIVER'; + static const String companyName = 'Intaleq'; + static const String appName = 'Intaleq DRIVER'; + static const String appVersion = 'Intaleq DRIVER'; static const String phoneNumber = ''; static const String linkedInProfile = 'https://www.linkedin.com/in/hamza-ayed/'; @@ -16,7 +16,7 @@ class AppInformation { - Siro - Privacy Policy & Terms of Use + Intaleq - Privacy Policy & Terms of Use