trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

file_system helper - Can't get URL protocol support working #161

Closed rodneytamblyn closed 3 years ago

rodneytamblyn commented 3 years ago

Hi Trevor, I'm trying to get URL protocols working. Following instructions on file_system helper wiki page.

Any ideas of things I can try?

~ Rodney

trevordevore commented 3 years ago

@rodneytamblyn For the Info.plist file I create my own that is built into the standalone. I store the Info.plist file in the ./app folder. In the Standalone Application Settings > Mac tab I select the Select a PLIST file to import into the application bundle option and select the above Info.plist file. This should store a relative path to Info.plist that will be used when building the standalone.

Give that a try and let me know how it goes.

rodneytamblyn commented 3 years ago

Yes, this is likely to be the solution. I suspect OSX will no longer allow you to “mess around” with an App’s content after it has been built. Will test this out after the weekend and let you know how I get on :-)

~ Rodney

trevordevore commented 3 years ago

@rodneytamblyn I'm going to close this issue. If you think it needs to be reopened let me know.