osx - How to detect if a Cocoa application is 32 bit or 64bit? -


एक कोको आवेदन 32 बिट या 64 बिट है कि कैसे पता लगाने के लिए?

टर्मिनल में, प्रकार

  फ़ाइल applicationBinary  < / Pre> 

यदि यह मच-ओ 64-बिट एक्जीक्यूटेबल x86_64 कहता है, तो यह 64-बिट है, अगर यह मैक-ओ एक्जीक्यूटेबल i386 कहता है तो यह है 32-बिट, आदि।


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -