chrisledet / Uno

(Discontinued) Ubuntu One client for OS X
MIT License
63 stars 7 forks source link

Recompiling for OSX Snow Leopard #8

Open alexthurgood opened 12 years ago

alexthurgood commented 12 years ago

Hi,

Is there any chance that this can be recompiled for Snow Leopard with an older XCode, e.g. 3.2.6 64bit ? I don't really want to upgrade to Lion just to be able to use UbuntuOne, so I'm willing to give it a bash if I can get some pointers in the right direction.

Alex

chrisledet commented 12 years ago

I'm still working on the 10.6 branch. As soon as it's ready I'll push it up and provide an App download under the Downloads section. ETA: a few days. Sorry for the delay.

alexthurgood commented 12 years ago

Oh excellent, thanks a lot !! :-)))

acke commented 12 years ago

Yeah, I tried to compile master with build target 10.6, but got compile error on this:

Ubuntu-One-Mac/Classes/Models/AsynchronousAdapter.h:35:51: error: cannot find protocol declaration for 'NSURLConnectionDelegate'; did you mean 'NSConnectionDelegate'? [3]
 @interface AsynchronousAdapter : AbstractAdapter <NSURLConnectionDelegate>
                                                   ^
/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:113:1: note: 'NSConnectionDelegate' declared here [3]
 @protocol NSConnectionDelegate <NSObject>
 ^
1 error generated.

I guess there is some more that needs to be done. ^^

Tell me if there is something I can help out with. Im on OSX 10.6 and XCode 4.2, so I can do some testing/debug.

//Acke

chrisledet commented 12 years ago

There's a lot more than that. I'll make a list of what needs to be done. Stay tuned guys.

chrisledet commented 12 years ago

If someone is willing to take this on then I'm all for it but I don't have the time.

bholtsclaw commented 12 years ago

Drop me a line if there is something specific i can help with as well, I'm both a Ubuntu core dev ( non-canonical ) and a OSX/IOS dev ( member of all 3 [safari,ios,mac] developer programs from developer.apple.com as well )

Until then I've fork'd myself a copy and will start poking around. :)

Cheers! and great work :)

chrisledet commented 12 years ago

Lack of Snow Leopard support is probably the biggest issue right now.