kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #05456
Re: KiCad broken on OS X case sensitive filesystem
On 15/set/2010, at 19.51, Jonathan Stroud wrote:
Jonathan,
Sorry for the late response, i were in the middle of some adjustments of the OSX code and i've commited the changes you suggested.
I'm waiting for feedbacks.
--
Marco
> I can fix this problem and check in a patch. I just discovered KiCad
> recently and was intrigued by it's multiplatform support since I use
> both OS X and Linux equally.
>
>
>
> On Sep 15, 2010, at 12:43 PM, Dick Hollenbeck <dick@xxxxxxxxxxx> wrote:
>
>> On 09/15/2010 09:18 AM, Jonathan Stroud wrote:
>>> If you install KiCad on a case sensitive file system under OS X, you will get the following error:
>>>
>>> "You can't open application kicad because it may be damaged or incomplete."
>>>
>>> The fix is trivial. You simply need to edit the "Info.plist" file and change the CFBundleExecutable and CFBundleName from "KiCad" to "kicad":
>>>
>>> <key>CFBundleExecutable</key>
>>> <string>KiCad</string>
>>>
>>> and change to:
>>>
>>> <key>CFBundleExecutable</key>
>>> <string>kicad</string
References