| Index: test/ios/app-bundle/test.gyp
|
| diff --git a/test/ios/app-bundle/test.gyp b/test/ios/app-bundle/test.gyp
|
| index 41de4221554f66a081be0d0cf2ec8274d2cc000a..619976dd3709ac744a9b06500e9556b30cee738f 100644
|
| --- a/test/ios/app-bundle/test.gyp
|
| +++ b/test/ios/app-bundle/test.gyp
|
| @@ -23,6 +23,7 @@
|
| 'mac_bundle_resources': [
|
| 'TestApp/English.lproj/InfoPlist.strings',
|
| 'TestApp/English.lproj/MainMenu.xib',
|
| + 'TestApp/English.lproj/Main_iPhone.storyboard',
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
| @@ -36,7 +37,7 @@
|
| ],
|
| 'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
|
| 'SDKROOT': 'iphonesimulator', # -isysroot
|
| - 'IPHONEOS_DEPLOYMENT_TARGET': '4.2',
|
| + 'IPHONEOS_DEPLOYMENT_TARGET': '5.0',
|
| 'CONFIGURATION_BUILD_DIR':'build/Default',
|
| },
|
| },
|
|
|