Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Export file names?



If you just want the files explicitly in the project, you should be able to use AppleScript. Here's a script to start with:

tell application "Xcode"
tell project 1
get name of file references
end tell
end tell

Formatiing the results and saving it to a file is left as an exercise for the reader :)

Scott

On Apr 4, 2006, at 9:06 AM, Scott Squires wrote:

Is there an easy way to export all file names of a project in text form?

Thanks,
Scott


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden

References: 
 >Export file names? (From: Scott Squires <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.