Match benchmark iOS project bundle identifiers (#65793)

This commit is contained in:
Jenn Magder 2020-09-14 14:31:56 -07:00 committed by GitHub
parent cba91c97d0
commit 7e41425d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yourcompany.complexLayout</string> <string>com.yourcompany.platformViewsLayout</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
@ -44,6 +44,6 @@
<key>io.flutter.embedded_views_preview</key> <key>io.flutter.embedded_views_preview</key>
<true/> <true/>
<key>io.flutter.metal_preview</key> <key>io.flutter.metal_preview</key>
<true/> <true/>
</dict> </dict>
</plist> </plist>

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yourcompany.complexLayout</string> <string>com.yourcompany.platformViewsLayoutHybridComposition</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
@ -44,6 +44,6 @@
<key>io.flutter.embedded_views_preview</key> <key>io.flutter.embedded_views_preview</key>
<true/> <true/>
<key>io.flutter.metal_preview</key> <key>io.flutter.metal_preview</key>
<true/> <true/>
</dict> </dict>
</plist> </plist>