Post

Replies

Boosts

Views

Activity

Reply to Custom About window with Mac Catalyst
Insert two new files into your project: InfoPlist.strings and Credits.rtf. InfoPlist.strings: /*    InfoPlist.strings   CPU8PRO   Created by.   Copyright © 2020 All rights reserved./ CFBundleGetInfoString = "v1.0, Copyright 2020, Entity."; NSHumanReadableCopyright = "Copyright © 2020, Entity."; Credits.rft: The information you wish to display in the About box. Looks best when entered.
Nov ’20
Reply to How to add Help menu to Maccatalyst App?
Claude31, the StoryBoard doesn't have a Menu Bar since it is an iOS app. Adding menu items dynamically through the main Delegate works but not for HELP. Any suggestions there would be appreciated. I have created a HELP Bundle and it appears that needs to be inserted in a /Resources folder in the project. The problem appears to be with that folder. It seems it must a a special kind of folder? Then the main Plist needs to have two new references added. When I do these tasks, I get a compile error. It references a signature issue but it doesn't make sense. Some documentation from Apple would be great but, lets face it, Apple documentation is terrible at best and useless most of the time. Thanks...
Nov ’20