Posts

Showing posts with the label objc

Evernote Mac SDK - Cocoa/AppKit Code Samples

I couldn't find any good Evernote SDK examples for Mac. So, I made one. In the process, I merged both the iOS and Mac SDK into one SDK, that is 100% compatible with the Evernote iOS SDK . There is a demo project included and I added an OAuth view controller for Mac (it handles Evernote authentication). It's all on GitHub . I hope it helps. Drop me a line in the comments if it ends up being useful.

AT&T Hackathon Dallas

I never attended a Hackathon before, but I thank God for me attending this one. Guess who won first place... Pastie Cam was definitely an interesting prototype that Brian, from Sencha, really liked. Thanks to all who attended, you made it fun. http://cingularddp.lithium.com/t5/AT-T-Developer-Program-Blogs/AT-amp-T-Mobile-App-Hackathon-Dallas-Recap/ba-p/30367

Submitted my app to the Mac App Store

I have submitted my first (and maybe only) app to the Mac App Store. I have had this app in my pocket for over 5 years, and the Mac App Store gave me a good excuse to release it to the general public. Codesign and validate receipt issues have finally been resolved: The Google bot does not have access to the dev forums. Log in and check the dev forums, they are your friend. (https://devforums.apple.com/index.jspa). Thats now 5 Apple (iOS/OSX) software products I have produced (and released). Thank God for these skillz! Update (Nov 19, 2010): I assume my app was accepted. I received an email that reads: "The status for the following app has changed to Pending an Apple Release ". This release, again I assume, is osx 10.6.6. I only say assume, because the icon/image/orb color associated with the status is red, not yellow or green. Weird. Final Update: It was accepted. Praise the Lord!

CLClientHandleDaemonDataRegistration registration 3 error

I got the below CoreLocation debug error: void CLClientHandleDaemonDataRegistration(__CLClient*, mach_port_t, const CLDaemonCommToClientRegistration*, const __CFDictionary*)",server did not accept client registration 3 Had it for a while, but I never needed to test the location services information until today. I realized I disabled location services within the System Preferences on my Mac Air. Uncheck the box, works like a charm. Thank God for quick recall memory. People seem to be going crazy on the interwebs about these CL errors.

ObjPCRE - iPad PCRE static lib

Here is the new static lib, it has been test with my lib, ObjPCRE . libpcre-7.9 (iPad Device/Simulator) I chose 7.9 to ensure that it wouldn't break any compatibility with ObjPCRE. I will use 8.x once it has been thoroughly tested. pcre-7.9 configuration summary: Install prefix .................. : /usr/local C preprocessor .................. : /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc -E C compiler ...................... : /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc C++ preprocessor ................ : g++ -E C++ compiler .................... : g++ Linker .......................... : /Developer/Platforms/iPhoneOS.platform/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld C preprocessor flags ............ : C compiler flags ................ : -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.2.sdk C++ compiler flags .............. : -O2 Linker flags .....................