| Index: test/ios/app-bundle/test.gyp
|
| diff --git a/test/ios/app-bundle/test.gyp b/test/ios/app-bundle/test.gyp
|
| index a8601e869e2bc6a25d50b6e0390d39f688d405d8..b60474df8a38b3cdb8e6676e57c704bbb770daf0 100644
|
| --- a/test/ios/app-bundle/test.gyp
|
| +++ b/test/ios/app-bundle/test.gyp
|
| @@ -40,5 +40,35 @@
|
| 'CONFIGURATION_BUILD_DIR':'build/Default',
|
| },
|
| },
|
| + {
|
| + 'target_name': 'test_app_xml',
|
| + 'product_name': 'Test App Gyp XML',
|
| + 'type': 'executable',
|
| + 'mac_bundle': 1,
|
| + 'sources': [
|
| + 'TestApp/main.m',
|
| + ],
|
| + 'mac_bundle_resources': [
|
| + 'TestApp/English.lproj/InfoPlist.strings',
|
| + 'TestApp/English.lproj/MainMenu.xib',
|
| + 'TestApp/English.lproj/Main_iPhone.storyboard',
|
| + ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
|
| + ],
|
| + },
|
| + 'xcode_settings': {
|
| + 'OTHER_CFLAGS': [
|
| + '-fobjc-abi-version=2',
|
| + ],
|
| + 'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
|
| + 'INFOPLIST_OUTPUT_FORMAT':'xml',
|
| + 'SDKROOT': 'iphonesimulator', # -isysroot
|
| + 'IPHONEOS_DEPLOYMENT_TARGET': '5.0',
|
| + 'CONFIGURATION_BUILD_DIR':'build/Default',
|
| + },
|
| + },
|
| ],
|
| }
|
|
|