The Fix for ThinkorSwim Warning About Intel on Apple M series Macs
If you're wondering about the macOS Tahoe warning about TOS won't be working in the next version, don't worry. TOS is already bundled with the ARM version of Java which is native to Apple M series Macs. What they have missed is the launcher app where if you right click on the thinkorswim icon and Get Info it reads "(Application(Intel)". This is only a wrapper to the app underneath so the good news is TOS is not going away.
What you need is replace that icon app with my fix below. This one line code will replace the icon you have and it's no longer Application(Intel) because it's (Universal) meaning native on MacBook M series.
Open a terminal, paste the code below. Make sure you replace your user name in the command line first and then click enter. Now you should have a new desktop icon for thinkorswim. Double click that to run. BOOM!!! It's that easy!!!!
Please reply and give me a like if it works for you!!!! Love you all.
osacompile -e 'do shell script "cd /Users/YOURUSERNAME/thinkorswim && nohup ./.install4j/jre.bundle/Contents/Home/bin/java-arm @thinkorswim.vmoptions -jar launcher.jar >/dev/null 2>&1 &"' -o ~/Desktop/ThinkorswimNative.app