2016-08-28 19:36:51 +00:00
|
|
|
# This file is part of Telegram Desktop,
|
2018-01-03 10:23:14 +00:00
|
|
|
# the official desktop application for the Telegram messaging service.
|
2016-08-28 19:36:51 +00:00
|
|
|
#
|
2018-01-03 10:23:14 +00:00
|
|
|
# For license and copyright information please follow this link:
|
|
|
|
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
2016-08-28 19:36:51 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
'conditions': [[ 'build_mac', {
|
|
|
|
'xcode_settings': {
|
2016-08-30 02:27:02 +00:00
|
|
|
'INFOPLIST_FILE': '../Telegram.plist',
|
2016-08-31 17:58:46 +00:00
|
|
|
'CURRENT_PROJECT_VERSION': '<!(./print_version.sh)',
|
2016-08-31 14:32:05 +00:00
|
|
|
'ASSETCATALOG_COMPILER_APPICON_NAME': 'AppIcon',
|
2016-08-30 02:27:02 +00:00
|
|
|
'OTHER_LDFLAGS': [
|
|
|
|
'-lbsm',
|
|
|
|
'-lm',
|
2016-08-30 02:46:57 +00:00
|
|
|
'/usr/local/lib/liblzma.a',
|
2016-08-30 02:27:02 +00:00
|
|
|
],
|
2016-08-28 19:36:51 +00:00
|
|
|
},
|
|
|
|
'include_dirs': [
|
|
|
|
'/usr/local/include',
|
|
|
|
],
|
|
|
|
'library_dirs': [
|
|
|
|
'/usr/local/lib',
|
|
|
|
],
|
|
|
|
'configurations': {
|
|
|
|
'Debug': {
|
2016-08-30 02:46:57 +00:00
|
|
|
'xcode_settings': {
|
|
|
|
'GCC_OPTIMIZATION_LEVEL': '0',
|
|
|
|
},
|
2016-08-28 19:36:51 +00:00
|
|
|
},
|
|
|
|
'Release': {
|
2016-08-30 02:46:57 +00:00
|
|
|
'xcode_settings': {
|
|
|
|
'DEBUG_INFORMATION_FORMAT': 'dwarf-with-dsym',
|
|
|
|
'LLVM_LTO': 'YES',
|
|
|
|
'GCC_OPTIMIZATION_LEVEL': 'fast',
|
|
|
|
},
|
2016-08-28 19:36:51 +00:00
|
|
|
},
|
|
|
|
},
|
2016-08-30 05:24:16 +00:00
|
|
|
}], [ 'build_macold', {
|
|
|
|
'xcode_settings': {
|
2017-02-17 09:48:31 +00:00
|
|
|
'OTHER_CPLUSPLUSFLAGS': [ '-nostdinc++' ],
|
2016-08-30 05:24:16 +00:00
|
|
|
'OTHER_LDFLAGS': [
|
2018-09-18 10:43:14 +00:00
|
|
|
'-isysroot', '/',
|
2019-01-05 12:34:34 +00:00
|
|
|
'-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/',
|
2017-02-17 09:48:31 +00:00
|
|
|
'-lbase',
|
|
|
|
'-lcrashpad_client',
|
|
|
|
'-lcrashpad_util',
|
|
|
|
'/usr/local/macold/lib/libz.a',
|
2017-05-04 11:15:21 +00:00
|
|
|
'/usr/local/macold/lib/libopus.a',
|
2017-02-17 09:48:31 +00:00
|
|
|
'/usr/local/macold/lib/libopenal.a',
|
2017-04-30 16:56:13 +00:00
|
|
|
'/usr/local/macold/lib/libiconv.a',
|
|
|
|
'/usr/local/macold/lib/libavcodec.a',
|
|
|
|
'/usr/local/macold/lib/libavformat.a',
|
|
|
|
'/usr/local/macold/lib/libavutil.a',
|
|
|
|
'/usr/local/macold/lib/libswscale.a',
|
|
|
|
'/usr/local/macold/lib/libswresample.a',
|
2017-02-17 09:48:31 +00:00
|
|
|
'/usr/local/macold/lib/libexif.a',
|
|
|
|
'/usr/local/macold/lib/libc++.a',
|
|
|
|
'/usr/local/macold/lib/libc++abi.a',
|
2016-08-30 05:24:16 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'include_dirs': [
|
2017-02-17 09:48:31 +00:00
|
|
|
'/usr/local/macold',
|
|
|
|
'/usr/local/macold/include/c++/v1',
|
2017-10-13 19:23:19 +00:00
|
|
|
'<(libs_loc)/macold/libexif-0.6.20',
|
2017-02-17 09:48:31 +00:00
|
|
|
'<(libs_loc)/macold/crashpad',
|
|
|
|
'<(libs_loc)/macold/crashpad/third_party/mini_chromium/mini_chromium',
|
|
|
|
],
|
2016-08-30 05:24:16 +00:00
|
|
|
'configurations': {
|
|
|
|
'Debug': {
|
2018-04-13 05:11:53 +00:00
|
|
|
'xcode_settings': {
|
|
|
|
'PRODUCT_BUNDLE_IDENTIFIER': 'com.tdesktop.TelegramDebugOld',
|
|
|
|
},
|
2016-08-30 05:24:16 +00:00
|
|
|
'library_dirs': [
|
2017-02-17 09:48:31 +00:00
|
|
|
'<(libs_loc)/macold/crashpad/out/Debug',
|
2016-08-30 05:24:16 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'Release': {
|
2018-04-13 05:11:53 +00:00
|
|
|
'xcode_settings': {
|
|
|
|
'PRODUCT_BUNDLE_IDENTIFIER': 'com.tdesktop.Telegram',
|
|
|
|
},
|
2016-08-30 05:24:16 +00:00
|
|
|
'library_dirs': [
|
2017-02-17 09:48:31 +00:00
|
|
|
'<(libs_loc)/macold/crashpad/out/Release',
|
2016-08-30 05:24:16 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'postbuilds': [{
|
2016-08-31 14:32:05 +00:00
|
|
|
'postbuild_name': 'Force Frameworks path',
|
|
|
|
'action': [
|
|
|
|
'mkdir', '-p', '${BUILT_PRODUCTS_DIR}/Telegram.app/Contents/Frameworks/'
|
|
|
|
],
|
|
|
|
}, {
|
|
|
|
'postbuild_name': 'Copy Updater to Frameworks',
|
|
|
|
'action': [
|
|
|
|
'cp',
|
|
|
|
'${BUILT_PRODUCTS_DIR}/Updater',
|
|
|
|
'${BUILT_PRODUCTS_DIR}/Telegram.app/Contents/Frameworks/',
|
|
|
|
],
|
|
|
|
}, {
|
|
|
|
'postbuild_name': 'Force Helpers path',
|
|
|
|
'action': [
|
|
|
|
'mkdir', '-p', '${BUILT_PRODUCTS_DIR}/Telegram.app/Contents/Helpers/'
|
|
|
|
],
|
|
|
|
}, {
|
2016-08-31 17:58:46 +00:00
|
|
|
'postbuild_name': 'Copy crashpad_handler to Helpers',
|
2016-08-30 05:24:16 +00:00
|
|
|
'action': [
|
|
|
|
'cp',
|
2017-04-06 08:06:29 +00:00
|
|
|
'<(libs_loc)/macold/crashpad/out/${CONFIGURATION}/crashpad_handler',
|
2016-08-30 05:24:16 +00:00
|
|
|
'${BUILT_PRODUCTS_DIR}/Telegram.app/Contents/Helpers/',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
}, {
|
|
|
|
'xcode_settings': {
|
|
|
|
'OTHER_LDFLAGS': [
|
|
|
|
'/usr/local/lib/libz.a',
|
2017-05-04 11:15:21 +00:00
|
|
|
'/usr/local/lib/libopus.a',
|
2016-08-30 05:24:16 +00:00
|
|
|
'/usr/local/lib/libopenal.a',
|
|
|
|
'/usr/local/lib/libiconv.a',
|
|
|
|
'/usr/local/lib/libavcodec.a',
|
|
|
|
'/usr/local/lib/libavformat.a',
|
|
|
|
'/usr/local/lib/libavutil.a',
|
|
|
|
'/usr/local/lib/libswscale.a',
|
|
|
|
'/usr/local/lib/libswresample.a',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'include_dirs': [
|
2017-04-06 08:06:29 +00:00
|
|
|
'<(libs_loc)/crashpad',
|
|
|
|
'<(libs_loc)/crashpad/third_party/mini_chromium/mini_chromium',
|
2017-02-17 09:48:31 +00:00
|
|
|
],
|
2016-08-30 05:24:16 +00:00
|
|
|
'configurations': {
|
|
|
|
'Debug': {
|
|
|
|
'library_dirs': [
|
2017-04-06 08:06:29 +00:00
|
|
|
'<(libs_loc)/crashpad/out/Debug',
|
2016-08-30 05:24:16 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'Release': {
|
|
|
|
'library_dirs': [
|
2017-04-06 08:06:29 +00:00
|
|
|
'<(libs_loc)/crashpad/out/Release',
|
2016-08-30 05:24:16 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
2016-08-31 14:32:05 +00:00
|
|
|
}], [ '"<(build_macold)" != "1" and "<(build_macstore)" != "1"', {
|
|
|
|
'xcode_settings': {
|
|
|
|
'OTHER_LDFLAGS': [
|
|
|
|
'-lbase',
|
|
|
|
'-lcrashpad_client',
|
|
|
|
'-lcrashpad_util',
|
|
|
|
],
|
|
|
|
},
|
2018-04-13 05:11:53 +00:00
|
|
|
'configurations': {
|
|
|
|
'Debug': {
|
|
|
|
'xcode_settings': {
|
|
|
|
'PRODUCT_BUNDLE_IDENTIFIER': 'com.tdesktop.TelegramDebug',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'Release': {
|
|
|
|
'xcode_settings': {
|
|
|
|
'PRODUCT_BUNDLE_IDENTIFIER': 'com.tdesktop.Telegram',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2016-08-30 05:24:16 +00:00
|
|
|
'postbuilds': [{
|
2016-08-31 14:32:05 +00:00
|
|
|
'postbuild_name': 'Force Frameworks path',
|
|
|
|
'action': [
|
|
|
|
'mkdir', '-p', '${BUILT_PRODUCTS_DIR}/Telegram.app/Contents/Frameworks/'
|
|
|
|
],
|
|
|
|
}, {
|
|
|
|
'postbuild_name': 'Copy Updater to Frameworks',
|
|
|
|
'action': [
|
|
|
|
'cp',
|
|
|
|
'${BUILT_PRODUCTS_DIR}/Updater',
|
|
|
|
'${BUILT_PRODUCTS_DIR}/Telegram.app/Contents/Frameworks/',
|
|
|
|
],
|
|
|
|
}, {
|
|
|
|
'postbuild_name': 'Force Helpers path',
|
|
|
|
'action': [
|
|
|
|
'mkdir', '-p', '${BUILT_PRODUCTS_DIR}/Telegram.app/Contents/Helpers/'
|
|
|
|
],
|
|
|
|
}, {
|
2016-08-30 02:27:02 +00:00
|
|
|
'postbuild_name': 'Copy crashpad_client to Helpers',
|
|
|
|
'action': [
|
|
|
|
'cp',
|
2017-04-06 08:06:29 +00:00
|
|
|
'<(libs_loc)/crashpad/out/${CONFIGURATION}/crashpad_handler',
|
2016-08-30 02:27:02 +00:00
|
|
|
'${BUILT_PRODUCTS_DIR}/Telegram.app/Contents/Helpers/',
|
|
|
|
],
|
|
|
|
}],
|
2016-08-31 14:32:05 +00:00
|
|
|
}], [ 'build_macstore', {
|
|
|
|
'xcode_settings': {
|
|
|
|
'PRODUCT_BUNDLE_IDENTIFIER': 'org.telegram.desktop',
|
|
|
|
'OTHER_LDFLAGS': [
|
|
|
|
'-framework', 'Breakpad',
|
|
|
|
],
|
|
|
|
'FRAMEWORK_SEARCH_PATHS': [
|
|
|
|
'<(libs_loc)/breakpad/src/client/mac/build/Release',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'defines': [
|
|
|
|
'TDESKTOP_DISABLE_AUTOUPDATE',
|
2016-08-31 17:58:46 +00:00
|
|
|
'OS_MAC_STORE',
|
2016-08-31 14:32:05 +00:00
|
|
|
],
|
|
|
|
'postbuilds': [{
|
|
|
|
'postbuild_name': 'Clear Frameworks path',
|
|
|
|
'action': [
|
|
|
|
'rm', '-rf', '${BUILT_PRODUCTS_DIR}/Telegram Desktop.app/Contents/Frameworks'
|
|
|
|
],
|
|
|
|
}, {
|
|
|
|
'postbuild_name': 'Force Frameworks path',
|
|
|
|
'action': [
|
|
|
|
'mkdir', '-p', '${BUILT_PRODUCTS_DIR}/Telegram Desktop.app/Contents/Frameworks/'
|
|
|
|
],
|
|
|
|
}, {
|
|
|
|
'postbuild_name': 'Copy Breakpad.framework to Frameworks',
|
|
|
|
'action': [
|
|
|
|
'cp', '-a',
|
|
|
|
'<(libs_loc)/breakpad/src/client/mac/build/Release/Breakpad.framework',
|
|
|
|
'${BUILT_PRODUCTS_DIR}/Telegram Desktop.app/Contents/Frameworks/Breakpad.framework',
|
|
|
|
],
|
|
|
|
}]
|
2016-08-28 19:36:51 +00:00
|
|
|
}]],
|
|
|
|
}
|