diff --git a/.DS_Store b/.DS_Store index 557b23cf..244c52d0 100644 Binary files a/.DS_Store and b/.DS_Store differ 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'