Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Jaeck

macrumors newbie
Original poster
Aug 9, 2016
2
0
France
I updated my Basic language. It is now a 64-bit application.
So, it can be used by Catalina and up, that is with OS which cannot accept 32-bit apps.

Can you test it ?
It can generate independent application and has an integrated help.

It can be download here :
 
"So, this guy on the internet told me to download his app, and then..." 🤣

Can you tell us a bit more about this app? This is a BASIC compiler? Can it access things like NSTextView? Do you have a website, or github page, where we can report errors, read documentation, etc.
 
  • Like
Reactions: sracer
Website https://panoramic-basic.fr
Forum for macOS version https://panoramic.1fr1.net/t7120-panoramic-sur-mac
New release PANORAMIC_EDITOR_250624.app.zip https://e.pcloud.link/publink/show?code=kZy0z6ZVwI8bPHo0552FlwmttQOfujp55Ak

To be able to run it, you have to make it executable, remove the quarantine attribute and sign it with an ad-hoc signature. From Terminal (for PANORAMIC_EDITOR_250624):

Code:
mv /Applications/PANORAMIC_EDITOR_250624.app /Applications/PANORAMIC_EDITOR.app 

chmod +x /Applications/PANORAMIC_EDITOR.app/Contents/MacOS/PANORAMIC_EDITOR 

xattr -rd com.apple.quarantine /Applications/PANORAMIC_EDITOR.app

codesign --force --sign - /Applications/PANORAMIC_EDITOR.app

Panoramic_Editor.jpg
 
  • Like
Reactions: benwiggy
Thanks to you, bogdanw, I improved the installation parameters of Panoramic for Mac.

An new installation package can be found here (for Panoramic beta 1) :
or here

Please, tell me what I have to improve or modify.
Thank you in advance.
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.