Skip to main content

Posts

Showing posts from November, 2012

CocoaPods - The best way to manage library dependencies in Objective-C projects.

Specify the libraries for your project in an easy to edit text file. Then use CocoaPods to resolve all dependencies, fetch the source, and set up your Xcode workspace. Introduction to CocoaPods CocoaPods Using CocoaPods for in-house components

KSCrash

Another crash reporter? Why? Because all existing solutions fall short. PLCrashReporter comes very close, but not quite: It can't handle stack overflow crashes. It doesn't fill in all fields for its Apple crash reports. It can't symbolicate on the device. It only records enough information for an Apple crash report, though there is plenty of extra useful information to be gathered! As well, each crash reporter service, though most of them use PLCrashReporter at the core, has its own format and API. KSCrash is superior for the following reasons: It catches ALL crashes. Its pluggable server reporting architecture makes it easy to adapt to any API service (it already supports Hockey and Quincy and sending via email, with more to come!). It supports symbolicating on the device. It records more information about the system and crash than any other crash reporter. It is the only crash reporter capable of creating a 100% complete Apple crash report (including thre

iHasApp

iHasApp is an iOS framework that lets developers detect apps that are currently installed on their users' devices. Use the best iOS app detection system to better understand your users. iHasApp See also: How To Detect Installed iOS Apps iPhone URL Scheme UIDevice Category For Processes MobileInstallation cache , 2

The Takeover of the Mobile Web

Nice infografic T3N

Flojack

Mit Crowdfunding versucht Flomio ein Dongle zu finanzieren, das Apples mobilen Geräten die Nahbereichsfunktechnik NFC beibringen soll. Apple selbst forciert NFC im Gegensatz zu seinen Konkurrenten nicht. Golem

genstring - Localization (L10N)

The genstrings terminal utility generates a .strings file(s) from the C or Objective-C (.c or .m) source code file(s) given as the argument(s).  A .strings file is used for localizing an application for different languages, as described under "Internationalization" in the Cocoa Developer Documentation. Notes for Localizers genstring Manpage

Alfred Tool

Alfred is an award-winning productivity application for Mac OS X, which aims to save you time in searching your local computer and the web. Whether it's maps, Amazon, eBay, Wikipedia, you can feed your web addiction quicker than ever. Increase your productivity by launching apps with shortcuts Instant access to web searches, bookmarks & more Browse and play music from your iTunes library quickly Perform actions – copy, move & email files & folders Ward off RSI – skip using the mouse with easy shortcuts Has a nice website, too :) Alfred