Re: How to write an RSS client for iOS

2016-02-13 Thread Daniel Pasco
This. > It’s a total pain in the butt, to be honest. I’m not sure if there are any > existing open source iOS frameworks for reading feeds, but if there is one, > you’ll be much better off using it than writing your own. > > —Jens -Daniel smime.p7s Description: S/MIME cryptographic signature

Re: time of the build

2015-04-29 Thread Daniel Pasco
This is pretty much the same technique I've used to embed build information in the app settings bundle. -Daniel > On Apr 29, 2015, at 6:04 AM, Damian Carrillo wrote: > > I have exposed build-time information to an application in the past. The > approach I chose leveraged a Run Script build p

Re: iPhone development without using the Xcode IDE

2010-04-27 Thread Daniel Pasco
I wouldn't bother. Xcode works really well once you put in the time to learn how to use it. -Daniel Pasco Black Pixel On Apr 27, 2010, at 11:49 AM, Dominic Dauer wrote: > Hi all, > I have the question whether it is possible to develop iPhone Apps without the > use of the Xcode IDE. F

Re: Bluetooth serial examples

2009-05-28 Thread Daniel Pasco
If you have Xcode installed, you can find the sample code in / Developer/Examples/Bluetooth. RFCOMMClientSample and RFCOMMServerSample show how to implement a Bluetooth serial service and client and are a great starting point. It should show you enough to address both issues. -Daniel