| Index: build/config/ios/Module-Info.plist
|
| diff --git a/build/config/ios/Module-Info.plist b/build/config/ios/Module-Info.plist
|
| index b801eb113afec9cb4194e981b0058532e2d3d626..63953d62119ec6fded70b453085f04ab0d181fb9 100644
|
| --- a/build/config/ios/Module-Info.plist
|
| +++ b/build/config/ios/Module-Info.plist
|
| @@ -5,9 +5,9 @@
|
| <key>CFBundleDevelopmentRegion</key>
|
| <string>en</string>
|
| <key>CFBundleExecutable</key>
|
| - <string>${EXECUTABLE_NAME}</string>
|
| + <string>${MODULE_NAME}</string>
|
| <key>CFBundleIdentifier</key>
|
| - <string>${IOS_BUNDLE_ID_PREFIX}.test.ios_web_shell_test_host.ios_web_shell_test</string>
|
| + <string>${IOS_BUNDLE_ID_PREFIX}.test.${EXECUTABLE_NAME:rfc1034identifier}.${MODULE_NAME:rfc1034identifier}</string>
|
| <key>CFBundleInfoDictionaryVersion</key>
|
| <string>6.0</string>
|
| <key>CFBundleName</key>
|
|
|