Fix -Wswitch warnings in //cloud_print
[chromium-blink-merge.git] / third_party / class-dump / README
blobc08076e8a3c094e2a331c57d6a0bd42c7fc07166
1 class-dump is a command-line utility for examining the Objective-C
2 segment of Mach-O files.  It generates declarations for the classes,
3 categories and protocols.  This is the same information provided by
4 using 'otool -ov', but presented as normal Objective-C declarations.
6 The latest version and information is available at:
8     <http://www.codethecode.com/projects/class-dump>
10 -----
12 This file is part of class-dump, a utility for examining the
13 Objective-C segment of Mach-O files.
14 Copyright (C) 1997-1998, 2000-2001, 2004-2010 Steve Nygard.
16 This program is free software; you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation; either version 2 of the License, or
19 (at your option) any later version.
21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24 GNU General Public License for more details.
26 You should have received a copy of the GNU General Public License
27 along with this program; if not, write to the Free Software
28 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
30 You may contact the author by:
31    e-mail:  class-dump at codethecode.com