Fix build for Mac App Store.

This commit is contained in:
John Preston 2018-09-28 18:51:08 +03:00
parent 759bbe63dc
commit 0e9ad5d82b
2 changed files with 7 additions and 6 deletions

View File

@ -137,6 +137,13 @@
'<!@(python -c "for s in \'<@(langpacks)\'.split(\' \'): print(\'<(res_loc)/langs/\' + s + \'.lproj/Localizable.strings\')")', '<!@(python -c "for s in \'<@(langpacks)\'.split(\' \'): print(\'<(res_loc)/langs/\' + s + \'.lproj/Localizable.strings\')")',
'../Telegram/Images.xcassets', '../Telegram/Images.xcassets',
], ],
}], [ 'build_macstore', {
'mac_sandbox': 1,
'mac_sandbox_development_team': '6N38VWS5BX',
'product_name': 'Telegram Desktop',
'sources': [
'../Telegram/Telegram Desktop.entitlements',
],
}], }],
], ],
}], }],

View File

@ -193,12 +193,6 @@
'<(libs_loc)/breakpad/src/client/mac/build/Release', '<(libs_loc)/breakpad/src/client/mac/build/Release',
], ],
}, },
'mac_sandbox': 1,
'mac_sandbox_development_team': '6N38VWS5BX',
'product_name': 'Telegram Desktop',
'sources': [
'../Telegram/Telegram Desktop.entitlements',
],
'defines': [ 'defines': [
'TDESKTOP_DISABLE_AUTOUPDATE', 'TDESKTOP_DISABLE_AUTOUPDATE',
'OS_MAC_STORE', 'OS_MAC_STORE',