Ticket #67 (closed defect: fixed)

Opened 11 months ago

Last modified 10 months ago

Xcode 3 replaced nibtool with ibtool

Reported by: andreasf Assigned to: mike
Priority: normal Milestone: Q-0.9.1aX
Component: Q Control Version:
Severity: normal Keywords:
Cc:

Description

qcontrol/Makefile uses nibtool to localize Q. The make app target thus does not work on Leopard. I tried replacing the lines nibtool -d ... ... -W ... with ibtool --strings-file ... ... --write ... but that does not fix it, that dumps the plist contents on the screen and make errors out. Some workaround needs to be found to make it work both on Leopard and earlier systems.

Change History

01/14/08 16:08:47 changed by mike

  • status changed from new to assigned.
  • milestone changed from Q-0.9.0aX to Q₂-0.9.1aX.

01/14/08 16:25:52 changed by mike

  • milestone changed from Q₂-0.9.1aX to Q-0.9.1aX.

01/14/08 19:24:53 changed by mike

  • status changed from assigned to closed.
  • resolution set to fixed.