| Index: test/mac/unicode-settings/test.gyp
|
| diff --git a/test/mac/postbuild-defaults/test.gyp b/test/mac/unicode-settings/test.gyp
|
| similarity index 50%
|
| copy from test/mac/postbuild-defaults/test.gyp
|
| copy to test/mac/unicode-settings/test.gyp
|
| index be0a075efc6f0c5b6274a426ab390d5aa58c6d87..fccb525449acb4a2ed30252392bb981778e3ac7d 100644
|
| --- a/test/mac/postbuild-defaults/test.gyp
|
| +++ b/test/mac/unicode-settings/test.gyp
|
| @@ -4,21 +4,17 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'test_app',
|
| - 'product_name': 'Test',
|
| + 'target_name': 'myapp',
|
| 'type': 'executable',
|
| 'mac_bundle': 1,
|
| - 'sources': [ 'main.c', ],
|
| + 'sources': [ 'file.cc', ],
|
| 'xcode_settings': {
|
| - 'INFOPLIST_FILE': 'Info.plist',
|
| + 'BUNDLE_DISPLAY_NAME': 'α\011',
|
| },
|
| 'postbuilds': [
|
| {
|
| - 'postbuild_name': 'Postbuild that calls defaults',
|
| - 'action': [
|
| - './postbuild-defaults.sh',
|
| - '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}',
|
| - ],
|
| + 'postbuild_name': 'envtest',
|
| + 'action': [ './test_bundle_display_name.sh', ],
|
| },
|
| ],
|
| },
|
|
|