Fix broken identifier in the hello world example

This commit is contained in:
Todd Volkert 2016-05-10 13:15:14 -07:00
parent 43c0c52225
commit baa25c83fb

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Runner</string>
<key>CFBundleIdentifier</key>
<string>io.flutter.example.hello_world</string>
<string>io.flutter.example.helloworld</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>