| Index: test/ios/gyptest-app-ios.py
|
| diff --git a/test/ios/gyptest-app-ios.py b/test/ios/gyptest-app-ios.py
|
| index 548b118729c7bf1b65b6a6505e717d5bfe4e724e..48da70da04e2b050a8288e9bcec7e855e73c0f7f 100755
|
| --- a/test/ios/gyptest-app-ios.py
|
| +++ b/test/ios/gyptest-app-ios.py
|
| @@ -33,6 +33,9 @@ if sys.platform == 'darwin':
|
| test.built_file_must_exist(
|
| 'Test App Gyp.bundle/English.lproj/MainMenu.nib',
|
| chdir='app-bundle')
|
| + test.built_file_must_exist(
|
| + 'Test App Gyp.bundle/English.lproj/Main_iPhone.storyboardc',
|
| + chdir='app-bundle')
|
|
|
| # Packaging
|
| test.built_file_must_exist('Test App Gyp.bundle/PkgInfo',
|
|
|