Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 2.02 KB

Building V3 for Catalina.md

File metadata and controls

30 lines (18 loc) · 2.02 KB

I downloaded and installed the AIRSDK and installed the Adobe AIR 29(cause few people told me AIR32 wasn’t working and AIR 29 was working on Catalina ).

But it wasn’t running on Catalina due to some issues, so I found this post which said the date of my Mac needs to be set to somewhere older than October 2016 and now the air apps was opening and I could make BoscaCeoil run, but I wanted to make it more easy and not change date and stuff so I decided to build a dmg.

I used this command as provided by the AIRSDK (to know more about tinkering with AIRSDK read here

(using adt -package -target native myApp.dmg myApp.air )

I had trouble configuring the PATH variables to get the SDK up and running but at last got it working.

But the final dmg had some similar date issues so I had to change the date back to an older one and get the .app file Now after I got the .app file it still said it couldn’t open so I knew the problem was due the signing of the certificates so I resigned them and changed the date of creation and modification and had to quarantine the AIR app from apple to check its validity and used the following commands.

cd /Library/Frameworks
sudo xattr -r -d com.apple.quarantine ./Adobe\ AIR.framework
ls -l@ ./Adobe\ AIR.framework/

Now the app was running without any date related issues but required the installation of latest version of AIR and the following 3 commands to be executed after a semi-successful installation of AIR so I made a .command executable.

This whole process requires a few clicks and your password to be entered 2 times, however I’ll try to make it a single click process in the near future.

Catalina is known to cause many problems for many apps especially the AIR thing being broken this is the only way to resolve it for now.