fix plugin build with ios simulator

This commit is contained in:
willem
2021-10-12 11:23:57 +08:00
parent b126387fcf
commit 74f1c8a5ae
3 changed files with 3 additions and 2 deletions

View File

@@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<string>9.0</string>
</dict>
</plist>

View File

@@ -4,6 +4,7 @@ description: Demonstrates how to use the flutter_openim_sdk plugin.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
#publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0
environment:
sdk: ">=2.12.0 <3.0.0"