Skip to content

Commit 561f1a7

Browse files
committed
Set flutter_launcher_icons ios: false and bump version to 0.101.4+6
1 parent f229e71 commit 561f1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ErmisClient/Mobile/ermis_client/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1616
# In Windows, build-name is used as the major, minor, and patch parts
1717
# of the product and file versions while build-number is used as the build suffix.
18-
version: 0.101.3+5
18+
version: 0.101.4+6
1919

2020
environment:
2121
sdk: ^3.5.4
@@ -124,7 +124,7 @@ dev_dependencies:
124124
# I have no idea why, but it works.
125125
flutter_launcher_icons:
126126
android: true
127-
ios: true
127+
ios: false
128128
image_path: "assets/application_icon.png"
129129
remove_alpha_ios: true
130130

0 commit comments

Comments
 (0)