I have created an icon for an executable program I wrote. I can change the icon locally, but anytime I edit the program, it changes itself back to the default executable file icon. I need the icon I created to stay so when my coworkers clone my git repository, the icon is applied to the executable file. How do I manage this?
Asked
Active
Viewed 53 times
0
-
2That seems unrelated to git. – Cristian Lupascu Oct 17 '16 at 14:49
-
you need [Resource Hacker](http://angusj.com/resourcehacker/)... – Aaron Oct 17 '16 at 14:52
-
@Aaron I'm currently searching for an OS X equivalent. – jagdpanzer Oct 17 '16 at 14:56
-
@jagdpanzer my bad... are you packaging your app as just a binary file or as a .app container? – Aaron Oct 17 '16 at 15:01
-
@Aaron Right now it's just an executable file. I should close this question and do research on packaging it as an app? – jagdpanzer Oct 17 '16 at 15:03
-
1@jagdpanzer yes, I've never bundled an app myself, but you'll probably want (need) to do it with xcode :/ (not my favorite editor by far..) [here's](https://developer.apple.com/library/content/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW19) something I found real quick to maybe get started – Aaron Oct 17 '16 at 15:07