Skip to content

Commit

Permalink
Fixed error in generated xml Info.plist. (flutter#9867)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke authored Jul 17, 2019
1 parent b7e5940 commit dcac8a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions shell/platform/darwin/ios/framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>FlutterEngine<key>
<string>{0}<string>
<key>FlutterEngine</key>
<string>{0}</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions shell/platform/embedder/assets/EmbedderInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2013 The Flutter Authors. All rights reserved.</string>
<key>FlutterEngine<key>
<string>{0}<string>
<key>FlutterEngine</key>
<string>{0}</string>
</dict>
</plist>

0 comments on commit dcac8a9

Please sign in to comment.