User Tag List

Results 1 to 2 of 2

Thread: What's the minimum Mac OS that built apps support?

  1. #1
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    2,080
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    What's the minimum Mac OS that built apps support?

    I seem to be getting conflicting information.
    One says it uses a version for Mac OS 10.13, and also says minos is Mac OS 11.0.

    Code:
    otool -l /MMF2Lib.framework/Versions/A/MMF2Lib  | grep -A 3 LC_VERSION_MIN_MACOSX
          cmd LC_VERSION_MIN_MACOSX
      cmdsize 16
      version 10.13
          sdk 13.0
    otool -l /MMF2Lib.framework/Versions/A/MMF2Lib  | grep minos  
        minos 11.0
    10.13 would be High Sierra and later, whereas 11.0 would be Big Sur and later.

  2. #2
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleFirefly 3D Module
    tobydavis's Avatar
    Join Date
    Apr 2019
    Location
    United States
    Posts
    105
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Phi View Post
    I seem to be getting conflicting information.
    One says it uses a version for Mac OS 10.13, and also says minos is Mac OS 11.0.

    Code:
    otool -l /MMF2Lib.framework/Versions/A/MMF2Lib  | grep -A 3 LC_VERSION_MIN_MACOSX
          cmd LC_VERSION_MIN_MACOSX
      cmdsize 16
      version 10.13
          sdk 13.0
    otool -l /MMF2Lib.framework/Versions/A/MMF2Lib  | grep minos  
        minos 11.0
    10.13 would be High Sierra and later, whereas 11.0 would be Big Sur and later.
    My best guess is that the reason for the 2 different version numbers are due to the fact that Mac apps now contain both Intel and M1 code. High Sierra (10.13) is the minimum requirement for Intel machines, while Big Sur (11.0) is the minimum requirement for M1 machines. The reason for the difference likely comes down to the fact that M1 Macs cannot run anything older than Big Sur, but since Intel Macs can, the requirements were lowered for the Intel part of the application.

Similar Threads

  1. Strings look ugly when returning to the app, in apps built with 292.26
    By SoftWarewolf in forum Android Export Module 2.5
    Replies: 4
    Last Post: 15th October 2020, 07:32 AM
  2. Can Android Apps built with CTF 2.5 run in backround
    By RenderTechnician in forum Android Export Module 2.5
    Replies: 1
    Last Post: 19th January 2016, 04:34 PM
  3. Built in Mode7 Support
    By Alpha17x in forum Fusion 2.5
    Replies: 2
    Last Post: 10th August 2014, 06:37 AM
  4. My apps are crashing when built!
    By Nyc in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 10th June 2011, 03:24 AM
  5. Built Apps don't load external files properly
    By MelliGeorgiou in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 14th March 2007, 04:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •