From 7003fa507b6e6170991be90b24931854dfcc6599 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Tue, 22 Apr 2025 11:09:31 +0200 Subject: [PATCH] version update to 1.1.3+47 --- .DS_Store | Bin 6148 -> 6148 bytes Frontend/ios/Podfile.lock | 6 ++++++ Frontend/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 557b23cf2effd6f1175ae04b71c905d3f609e951..244c52d021c4ffffb8d7b82610561c25755bff84 100644 GIT binary patch delta 21 ccmZoMXffEZij~8{z*0xS*ur4*Ce|P!07#DpCIA2c delta 21 ccmZoMXffEZij~9C*hELc*xYFICe|P!07#AoCIA2c diff --git a/Frontend/ios/Podfile.lock b/Frontend/ios/Podfile.lock index 9309d0f2..ae6295f1 100644 --- a/Frontend/ios/Podfile.lock +++ b/Frontend/ios/Podfile.lock @@ -1,4 +1,6 @@ PODS: + - app_settings (5.1.1): + - Flutter - device_info_plus (0.0.1): - Flutter - DKImagePickerController/Core (4.3.9): @@ -120,6 +122,7 @@ PODS: - FlutterMacOS DEPENDENCIES: + - app_settings (from `.symlinks/plugins/app_settings/ios`) - device_info_plus (from `.symlinks/plugins/device_info_plus/ios`) - file_picker (from `.symlinks/plugins/file_picker/ios`) - fl_downloader (from `.symlinks/plugins/fl_downloader/ios`) @@ -156,6 +159,8 @@ SPEC REPOS: - SwiftyGif EXTERNAL SOURCES: + app_settings: + :path: ".symlinks/plugins/app_settings/ios" device_info_plus: :path: ".symlinks/plugins/device_info_plus/ios" file_picker: @@ -190,6 +195,7 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/webview_flutter_wkwebview/darwin" SPEC CHECKSUMS: + app_settings: 5127ae0678de1dcc19f2293271c51d37c89428b2 device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60 diff --git a/Frontend/pubspec.yaml b/Frontend/pubspec.yaml index 5a29506e..9c176bc3 100644 --- a/Frontend/pubspec.yaml +++ b/Frontend/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.1.2+46 +version: 1.1.3+47 environment: sdk: '>=3.5.3 <4.0.0'