diff --git a/.gitignore b/.gitignore index 457042a0..3a158cd4 100644 --- a/.gitignore +++ b/.gitignore @@ -60,4 +60,5 @@ doc/api/ *.js.map fvm -google-services.json \ No newline at end of file +google-services.json +example/ios/dist \ No newline at end of file diff --git a/example/ios/dist/Runner.app.dSYM.zip b/example/ios/dist/Runner.app.dSYM.zip deleted file mode 100644 index 8ce4d3c7..00000000 Binary files a/example/ios/dist/Runner.app.dSYM.zip and /dev/null differ diff --git a/example/ios/dist/Runner.ipa b/example/ios/dist/Runner.ipa deleted file mode 100644 index 92283441..00000000 Binary files a/example/ios/dist/Runner.ipa and /dev/null differ diff --git a/example/pubspec.yaml b/example/pubspec.yaml index d52325a8..682ecd2f 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. -version: 1.0.10+11 +version: 1.0.11+12 environment: sdk: ">=2.2.2 <3.0.0"