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
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

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 phase that overwrote the 
> contents of a plist or a header file (I’ve used both). I created the initial 
> file and added it to git. Then, I ended up assuming that changes to the plist 
> or header file were negligible from the perspective of source control with:
> 
>git update-index --assume-unchanged
> 
>> On Apr 29, 2015, at 6:39 AM, Torsten Curdt  wrote:
>> 
>> I would like to embed the timestamp of the build into my executable.
>> 
>> I know there is __DATE__ and __TIME__ but converting those into a timestamp
>> at runtime isn't ideal.
>> 
>> So I guess I somehow need to make the output of date +%s available to the
>> preprocessor. But user defines allow only static values aren't they?
>> 
>> I am not aware that a run script phase can export anything but files.
>> 
>> How would you do this?
>> 
>> Hope this is not too OT as this is more Xcode/build tools related.
>> Happy to ask elsewhere if it is.
>> 
>> cheers,
>> Torsten
>> ___
>> 
>> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>> 
>> Please do not post admin requests or moderator comments to the list.
>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>> 
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/cocoa-dev/damiancarrillo%40me.com
>> 
>> This email sent to damiancarri...@me.com
> 
> 
> ___
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/daniel%40blackpixel.com
> 
> This email sent to dan...@blackpixel.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iPhone development without using the Xcode IDE

2010-04-27 Thread Daniel Pasco
As far as building from the command line is concerned, you can build your 
project without the IDE via the xcodebuild.  There's also a similar tool for 
running Package Maker.

These are useful for automated builds.  If you're looking at using Makefiles, 
configure and similar tools, 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. For example you could use the classic unix development 
> tools manually, instead of using them full automatic by pressing the "build 
> and run" button.
> It is just curiosity which brings me to this question. I don't want to 
> abstain from Xcode and his functions. 
> 
> Dominic D.
> 
> ---
> If there are any mistakes in my spelling, it would be very helpful to me and 
> my English proficiency, when you rectify me.
> ---___
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/daniel%40blackpixel.com
> 
> This email sent to dan...@blackpixel.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 Pasco, CEO
Black Pixel
http://blackpixel.com

On May 28, 2009, at 12:14 AM, Allen Curtis wrote:


Hello,

I can not find any Bluetooth examples on the developer website.  
There was a link but it was broken.


I have two problems that I am trying to solve:
1. The correct way to communicate with a Bluetooth serial port. The  
documentation indicated that there is a new method that provides  
better error handling.


2. Howto make a connection to a "connectable" device vs. a  
"discoverable" device


TIA

- Allen
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/daniel%40blackpixel.com

This email sent to dan...@blackpixel.com


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com