Force to install a software on older macos versionHow to open applications regardless of required...
The meaning of "offing" in "an agreement in the offing"
2 load centers under 1 meter: do you need bonding and main breakers at both?
Do aarakocra have arms as well as wings?
The Green Glass Door, Revisited
When did computers stop checking memory on boot?
What makes things real?
If every star in the universe except the Sun were destroyed, would we die?
Automatically end list item with proper punctuation (semicolon, period)
Python implementation of atoi
Do you need to burn fuel between gravity assists?
Why is infinite intersection "towards infinity" an empty set?
When does order matter in probability?
When calculating averages, why can we treat exploding die as if they're independent?
Explaining "向けてじゃないよ"
What is the purpose of the rotating plate in front of the lock?
Colorize specific region in plane
Leaving the USA for 10 yrs when you have asylum
How strong is aircraft-grade spruce?
The pirate treasure of Leatherback Atoll
Why does low tire pressure decrease fuel economy?
Why are UK MPs allowed to abstain (but it counts as a no)?
Are personality traits, ideals, bonds, and flaws required?
Why is Sojdlg123aljg a common password?
What precisely does the commonly reported network hash rate refer to?
Force to install a software on older macos version
How to open applications regardless of required version?Forcing/Getting app to run on lower Mac OSX versionAdding application to “Open With” context menu - QNapi problemCan you override a Mac app's OS X version compatibility checking?How can I update my version of `unzip` to version 6.00 or higher?Could not determine GDB version using command: sudo /usr/local/bin/gdb --versionLaunch an older version of an application by default?Configuring XAMPP on macOS Sierra (version 10.12.6)Dealing with macos Versions feature and file syncing servicesHow to install endnote x8 into Microsoft word 2016/2017I found but can't open eclipse.ini (bad parsing)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
is there a way for force the installation of a package to non supported version of macOS? Theorically there aren't problem of performances in this case.
I've read that in some case is possibile to modify the file Info.plist a (How to open applications regardless of required version?) but doesen't work.
Any suggestion? :)
macos
add a comment |
is there a way for force the installation of a package to non supported version of macOS? Theorically there aren't problem of performances in this case.
I've read that in some case is possibile to modify the file Info.plist a (How to open applications regardless of required version?) but doesen't work.
Any suggestion? :)
macos
You could get a VM such as parallels. Install macos in the VM. Install your app. Run. Verify parallels will run in the version of macOS on the machine.
– historystamp
7 hours ago
add a comment |
is there a way for force the installation of a package to non supported version of macOS? Theorically there aren't problem of performances in this case.
I've read that in some case is possibile to modify the file Info.plist a (How to open applications regardless of required version?) but doesen't work.
Any suggestion? :)
macos
is there a way for force the installation of a package to non supported version of macOS? Theorically there aren't problem of performances in this case.
I've read that in some case is possibile to modify the file Info.plist a (How to open applications regardless of required version?) but doesen't work.
Any suggestion? :)
macos
macos
asked 10 hours ago
toWGS84toWGS84
161 bronze badge
161 bronze badge
You could get a VM such as parallels. Install macos in the VM. Install your app. Run. Verify parallels will run in the version of macOS on the machine.
– historystamp
7 hours ago
add a comment |
You could get a VM such as parallels. Install macos in the VM. Install your app. Run. Verify parallels will run in the version of macOS on the machine.
– historystamp
7 hours ago
You could get a VM such as parallels. Install macos in the VM. Install your app. Run. Verify parallels will run in the version of macOS on the machine.
– historystamp
7 hours ago
You could get a VM such as parallels. Install macos in the VM. Install your app. Run. Verify parallels will run in the version of macOS on the machine.
– historystamp
7 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Your best bet is a Virtual Machine using VMWare or Parallels, as historystamp suggested.
In most cases, if the app won't install on a given version of macOS, there's probably a good reason for it. I wouldn't be surprised if it failed to run even if you managed to get it running.
That being said, if you are determined to try, there are two free tools to help:
unpkg
Suspicious Package
Both will let you “extract” the contents of a package file. From there you can move them into the proper places and see if it runs.
add a comment |
The most frequent reason for software to only operate within a certain range of OS-versions is that they rely on frameworks, APIs and features that don't exist (or work poorly) in older versions of macOS, or the software is too old to work with the newer OS because the frameworks/APIs they need have been deprecated or removed.
Once the OS and the software diverge too much, there's little chance of making them play together again.
New contributor
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your best bet is a Virtual Machine using VMWare or Parallels, as historystamp suggested.
In most cases, if the app won't install on a given version of macOS, there's probably a good reason for it. I wouldn't be surprised if it failed to run even if you managed to get it running.
That being said, if you are determined to try, there are two free tools to help:
unpkg
Suspicious Package
Both will let you “extract” the contents of a package file. From there you can move them into the proper places and see if it runs.
add a comment |
Your best bet is a Virtual Machine using VMWare or Parallels, as historystamp suggested.
In most cases, if the app won't install on a given version of macOS, there's probably a good reason for it. I wouldn't be surprised if it failed to run even if you managed to get it running.
That being said, if you are determined to try, there are two free tools to help:
unpkg
Suspicious Package
Both will let you “extract” the contents of a package file. From there you can move them into the proper places and see if it runs.
add a comment |
Your best bet is a Virtual Machine using VMWare or Parallels, as historystamp suggested.
In most cases, if the app won't install on a given version of macOS, there's probably a good reason for it. I wouldn't be surprised if it failed to run even if you managed to get it running.
That being said, if you are determined to try, there are two free tools to help:
unpkg
Suspicious Package
Both will let you “extract” the contents of a package file. From there you can move them into the proper places and see if it runs.
Your best bet is a Virtual Machine using VMWare or Parallels, as historystamp suggested.
In most cases, if the app won't install on a given version of macOS, there's probably a good reason for it. I wouldn't be surprised if it failed to run even if you managed to get it running.
That being said, if you are determined to try, there are two free tools to help:
unpkg
Suspicious Package
Both will let you “extract” the contents of a package file. From there you can move them into the proper places and see if it runs.
answered 4 hours ago
TJ LuomaTJ Luoma
12.7k3 gold badges42 silver badges83 bronze badges
12.7k3 gold badges42 silver badges83 bronze badges
add a comment |
add a comment |
The most frequent reason for software to only operate within a certain range of OS-versions is that they rely on frameworks, APIs and features that don't exist (or work poorly) in older versions of macOS, or the software is too old to work with the newer OS because the frameworks/APIs they need have been deprecated or removed.
Once the OS and the software diverge too much, there's little chance of making them play together again.
New contributor
add a comment |
The most frequent reason for software to only operate within a certain range of OS-versions is that they rely on frameworks, APIs and features that don't exist (or work poorly) in older versions of macOS, or the software is too old to work with the newer OS because the frameworks/APIs they need have been deprecated or removed.
Once the OS and the software diverge too much, there's little chance of making them play together again.
New contributor
add a comment |
The most frequent reason for software to only operate within a certain range of OS-versions is that they rely on frameworks, APIs and features that don't exist (or work poorly) in older versions of macOS, or the software is too old to work with the newer OS because the frameworks/APIs they need have been deprecated or removed.
Once the OS and the software diverge too much, there's little chance of making them play together again.
New contributor
The most frequent reason for software to only operate within a certain range of OS-versions is that they rely on frameworks, APIs and features that don't exist (or work poorly) in older versions of macOS, or the software is too old to work with the newer OS because the frameworks/APIs they need have been deprecated or removed.
Once the OS and the software diverge too much, there's little chance of making them play together again.
New contributor
New contributor
answered 1 hour ago
BentonQuestBentonQuest
113 bronze badges
113 bronze badges
New contributor
New contributor
add a comment |
add a comment |
You could get a VM such as parallels. Install macos in the VM. Install your app. Run. Verify parallels will run in the version of macOS on the machine.
– historystamp
7 hours ago