jzhone / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Deprecated function #173

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When building the project, the STS engine (which is a bit old...), is using a 
Deprecated function.

STSTemplateEngine.m, line 119:
fileAttributesAtPath:traverseLink - Deprecated in Mac OS X v10.5. Use 
attributesOfItemAtPath:error: instead.

https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundatio
n/Classes/nsfilemanager_Class/DeprecationAppendix/AppendixADeprecatedAPI.html#//
apple_ref/occ/instm/NSFileManager/fileAttributesAtPath:traverseLink:

Although STS was developed by Sunrise Telephone Systems Ltd.
isn't it safer to fix this issue under this project source code?

I can provide the patch if that will help in some way.

Original issue reported on code.google.com by Shaha...@gmail.com on 3 Mar 2012 at 4:24