OSX XCode changing names etc in the minimal sample

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
Rohit Agarwal
Earned some good credits
Earned some good credits
Posts: 119
Joined: Wed May 19, 2021 11:17 pm
Contact:

OSX XCode changing names etc in the minimal sample

Post by Rohit Agarwal »

I've been using Cocoa_Minimal to build a wx app under Xcode (OSX).
I've replaced minimal.cpp with my source file.
What do I need to do to change the name of the project?
I was hoping not to have to create a new project and copy all the settings.
I also want o change the project icon.
Do I need to get some sort of code signing authority from Apple?

Any help appreciated. I'm totally in the dark here.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7477
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: OSX XCode changing names etc in the minimal sample

Post by ONEEYEMAN »

Hi,
Google is you friend.

Thank you.
Rohit Agarwal
Earned some good credits
Earned some good credits
Posts: 119
Joined: Wed May 19, 2021 11:17 pm
Contact:

Re: OSX XCode changing names etc in the minimal sample

Post by Rohit Agarwal »

Thanks, that was useful
Post Reply