mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Version 1.8.11: Fix build for Xcode.
This commit is contained in:
parent
1e5aa2a78d
commit
bf345da87b
1 changed files with 3 additions and 3 deletions
|
@ -140,20 +140,20 @@
|
||||||
'mac_bundle': '1',
|
'mac_bundle': '1',
|
||||||
'mac_bundle_resources': [
|
'mac_bundle_resources': [
|
||||||
'<!@(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',
|
||||||
],
|
],
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'ENABLE_HARDENED_RUNTIME': 'YES',
|
'ENABLE_HARDENED_RUNTIME': 'YES',
|
||||||
},
|
},
|
||||||
'sources': [
|
'sources': [
|
||||||
'../Telegram/Telegram.entitlements',
|
'../../Telegram/Telegram.entitlements',
|
||||||
],
|
],
|
||||||
}], [ 'build_macstore', {
|
}], [ 'build_macstore', {
|
||||||
'mac_sandbox': 1,
|
'mac_sandbox': 1,
|
||||||
'mac_sandbox_development_team': '6N38VWS5BX',
|
'mac_sandbox_development_team': '6N38VWS5BX',
|
||||||
'product_name': 'Telegram Desktop',
|
'product_name': 'Telegram Desktop',
|
||||||
'sources': [
|
'sources': [
|
||||||
'../Telegram/Telegram Desktop.entitlements',
|
'../../Telegram/Telegram Desktop.entitlements',
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue