mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
parent
9eb34e496f
commit
81e074115d
4 changed files with 8 additions and 7 deletions
|
@ -35,7 +35,7 @@ private:
|
|||
};
|
||||
|
||||
struct UserpicData;
|
||||
struct PeersMap;
|
||||
class PeersMap;
|
||||
struct MediaData;
|
||||
|
||||
} // namespace details
|
||||
|
|
|
@ -463,7 +463,7 @@ void EditScans::setupSpecialScans(std::map<SpecialFile, ScanInfo> &&files) {
|
|||
createSpecialScanRow(scan, scan.file, requiresBothSides);
|
||||
}
|
||||
auto label = scan.rowCreated.value(
|
||||
) | rpl::map([=](bool created) {
|
||||
) | rpl::map([=, type = type](bool created) {
|
||||
return Lang::Viewer(uploadKey(type, created));
|
||||
}) | rpl::flatten_latest(
|
||||
) | Info::Profile::ToUpperValue();
|
||||
|
|
|
@ -124,6 +124,12 @@
|
|||
'dependencies': [
|
||||
'utils.gyp:Packer',
|
||||
],
|
||||
}], [ 'build_mac', {
|
||||
'mac_bundle': '1',
|
||||
'mac_bundle_resources': [
|
||||
'<!@(python -c "for s in \'<@(langpacks)\'.split(\' \'): print(\'<(res_loc)/langs/\' + s + \'.lproj/Localizable.strings\')")',
|
||||
'../Telegram/Images.xcassets',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
|
|
|
@ -36,11 +36,6 @@
|
|||
},
|
||||
},
|
||||
},
|
||||
'mac_bundle': '1',
|
||||
'mac_bundle_resources': [
|
||||
'<!@(python -c "for s in \'<@(langpacks)\'.split(\' \'): print(\'<(res_loc)/langs/\' + s + \'.lproj/Localizable.strings\')")',
|
||||
'../Telegram/Images.xcassets',
|
||||
],
|
||||
}], [ 'build_macold', {
|
||||
'xcode_settings': {
|
||||
'OTHER_CPLUSPLUSFLAGS': [ '-nostdinc++' ],
|
||||
|
|
Loading…
Add table
Reference in a new issue