Convert Filemaker 18 Runtime To macOS App - Shell Script

I’d like to convert a Filemaker 18 Runtime to a Mac (Catalina) application package.

I found a youtube video that describes how to convert a shell script into a Mac OSX App.

This is the shell script:

<?xml version="1.0" encoding="UTF-8"?> CFBundleDevelopmentRegion English CFBundleGetInfoString 1.0, Copyright © 2010 MyCompanyName, All Rights Reserved CFBundleIdentifier com.yourcompany.ApplicationName CFBundleInfoDictionaryVersion 6.0 CFBundleName ApplicationName CFBundlePackageType BNDL CFBundleShortVersionString 1.0 CFBundleSignature ???? CFBundleVersion 1.0 NSHumanReadableCopyright Copyright © 2010 MyCompanyName, All Rights Reserved. NSPrincipalClass ShellScript CFBundleExecutable main.command CFBundleIconFile app NSMainNibFile main.nib I’ve had no luck adapting it to convert my Filemaker runtime into an app.

Thanks in advance for any advice.

Regards,

Lara