diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index c4ad6e3d8..bbb14d27e 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -668,4 +668,4 @@ /* End XCConfigurationList section */ }; rootObject = 97C146E61CF9000F007C117D /* Project object */; -} +} \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index bca31a264..4c6953fcc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: ente photos application # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.0.12+12 +version: 0.0.14+14 environment: sdk: ">=2.1.0 <3.0.0" @@ -71,9 +71,10 @@ dev_dependencies: flutter_launcher_icons: "0.8.0" flutter_icons: - android: "launcher_icon" + android: true + image_path_android: "assets/android_icon.png" ios: true - image_path: "assets/icon.png" + image_path_ios: "assets/ios_icon.png" # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec