CFBundleExecutable ${MACOSX_BUNDLE_EXECUTABLE_NAME} CFBundleGetInfoString pro.cxx Telegram messaging app CFBundleIdentifier ${MACOSX_BUNDLE_GUI_IDENTIFIER} CFBundlePackageType APPL CFBundleShortVersionString $(CURRENT_PROJECT_VERSION) CFBundleSignature ???? CFBundleName ${MACOSX_BUNDLE_BUNDLE_NAME} CFBundleIconFile ${MACOSX_BUNDLE_ICON_FILE} CFBundleURLTypes CFBundleTypeRole Viewer CFBundleURLIconFile ${MACOSX_BUNDLE_ICON_FILE} CFBundleURLName $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleURLSchemes tg CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType public.app-category.social-networking LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NOTE NSPrincipalClass NSApplication