On Mar 11, 2012, at 15:57 , Colin A. Smith wrote: > Using bibdesk_ios/bibdesk would make it simpler to back-merge without having > to disentangle the files.
Anything to make merging less painful is worth it. The last time BibDesk had a branch, I think I had to use FileMerge manually to merge in changes, since svn merge went horribly wrong. FWIW, you might want to think about a single CPP define like #if __MAC_OS_X_VERSION_MIN_REQUIRED #define BDSK_IPHONE_OS 0 #elif __IPHONE_OS_VERSION_MIN_REQUIRED #define BDSK_IPHONE_OS 1 #else #error unknown platform #endif Might make things a bit more self-documenting... Anyway, I look forward to trying this out, though I've never done any iOS development. I don't suppose distributed objects is available on iOS, eh? Bonjour sharing of your library from BibDesk might be kind of cool...though something like Dropbox is really necessary for linked files. -- Adam ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Bibdesk-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-develop
