From aaf3cd7328fe196b5887e245492cae7ccd604bc6 Mon Sep 17 00:00:00 2001
From: Berkus Decker <berkus@madfire.net>
Date: Sun, 31 Dec 2017 00:59:40 +0200
Subject: [PATCH] Reorder osx frameworks list

---
 Telegram/CMakeLists.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt
index 53779110c..af4ed938d 100644
--- a/Telegram/CMakeLists.txt
+++ b/Telegram/CMakeLists.txt
@@ -661,19 +661,19 @@ if (APPLE)
         Cocoa
         CoreFoundation
         CoreServices
+        ApplicationServices
         CoreText
         CoreGraphics
-        OpenGL
-        AudioUnit
-        ApplicationServices
         Foundation
+        OpenGL
+        QuartzCore
         AGL
         Security
         SystemConfiguration
         Carbon
-        AudioToolbox
         CoreAudio
-        QuartzCore
+        AudioToolbox
+        AudioUnit
         AppKit
         CoreWLAN
         IOKit