Skip to content

Commit 35ace62

Browse files
Mykola TryshnivskyyMykola Tryshnivskyy
authored andcommitted
WD on Mac: code sign identity added; set to build only for OS X 10.8 because Qt 4.8.5 is unsupported on OS X 10.9
1 parent 0a4ae5b commit 35ace62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

wd_build_options.gypi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@
9898

9999
} ],
100100

101+
[ 'OS == "mac"', {
102+
'xcode_settings': {
103+
'CODE_SIGN_IDENTITY': 'Developer ID Application: Mykola Tryshnivskyy (3QWMV2L87Z)',
104+
'SDKROOT': 'macosx10.8',
105+
},
106+
} ],
107+
101108
[ 'OS == "mac" or OS == "ios"', {
102109
'actions': [ {
103110
'action_name': 'create_input_dir',

0 commit comments

Comments
 (0)