Showing posts with label graphics. Show all posts
Showing posts with label graphics. Show all posts

Sunday, October 21, 2012

Retrospective for Offline LibraryThing Book Catalog Browser

My latest hobby application (non-work, created on personal time) is now waiting for various approvals. Reached the exhaustion point, where it's more important to make a release than add new features - or even search for bugs.

Idea without execution is worthless.

There's online development diary "While Developing" started 22 August 2012, about 2 months ago. So what did I do and did I learn anything? At all? Would I do this again? Ever?

Friday, April 23, 2010

Why doesn't my graphics change when I edit them

Problem with branching and merging is that graphics files might change physical location. Xcode won't complain anything at all, as long as it can find some copy of the file.

Check if you have several copies of same file e.g. under project root and inside classes folder. Find out which one is being used, remove the other one(s) and fix version control to contain only one copy of the file.

Agree common location for all graphics files, regardless if they are used only within one of several modules in project.