OSDN Git Service

.xcodeprojファイルを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / chn / chn.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 17D0F40116DA313700C62B79 /* chnlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FA16DA313700C62B79 /* chnlib.c */; };
11                 17D0F40216DA313700C62B79 /* chnlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 17D0F3FB16DA313700C62B79 /* chnlib.h */; settings = {ATTRIBUTES = (Public, ); }; };
12                 17D0F40316DA313700C62B79 /* chnlib00.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FC16DA313700C62B79 /* chnlib00.c */; };
13                 17D0F40416DA313700C62B79 /* chnlib01.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FD16DA313700C62B79 /* chnlib01.c */; };
14                 17D0F40516DA313700C62B79 /* chnlib02.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FE16DA313700C62B79 /* chnlib02.c */; };
15                 17D0F40616DA313700C62B79 /* chnlib03.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FF16DA313700C62B79 /* chnlib03.c */; };
16                 17D0F40716DA313700C62B79 /* chnlib04.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F40016DA313700C62B79 /* chnlib04.c */; };
17 /* End PBXBuildFile section */
18
19 /* Begin PBXFileReference section */
20                 17D0F3ED16DA305000C62B79 /* libchn.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libchn.a; sourceTree = BUILT_PRODUCTS_DIR; };
21                 17D0F3FA16DA313700C62B79 /* chnlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib.c; sourceTree = "<group>"; };
22                 17D0F3FB16DA313700C62B79 /* chnlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 2; path = chnlib.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
23                 17D0F3FC16DA313700C62B79 /* chnlib00.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib00.c; sourceTree = "<group>"; };
24                 17D0F3FD16DA313700C62B79 /* chnlib01.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib01.c; sourceTree = "<group>"; };
25                 17D0F3FE16DA313700C62B79 /* chnlib02.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; path = chnlib02.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
26                 17D0F3FF16DA313700C62B79 /* chnlib03.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib03.c; sourceTree = "<group>"; };
27                 17D0F40016DA313700C62B79 /* chnlib04.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib04.c; sourceTree = "<group>"; };
28 /* End PBXFileReference section */
29
30 /* Begin PBXFrameworksBuildPhase section */
31                 17D0F3EA16DA305000C62B79 /* Frameworks */ = {
32                         isa = PBXFrameworksBuildPhase;
33                         buildActionMask = 2147483647;
34                         files = (
35                         );
36                         runOnlyForDeploymentPostprocessing = 0;
37                 };
38 /* End PBXFrameworksBuildPhase section */
39
40 /* Begin PBXGroup section */
41                 17D0F3E416DA305000C62B79 = {
42                         isa = PBXGroup;
43                         children = (
44                                 17D0F3FA16DA313700C62B79 /* chnlib.c */,
45                                 17D0F3FB16DA313700C62B79 /* chnlib.h */,
46                                 17D0F3FC16DA313700C62B79 /* chnlib00.c */,
47                                 17D0F3FD16DA313700C62B79 /* chnlib01.c */,
48                                 17D0F3FE16DA313700C62B79 /* chnlib02.c */,
49                                 17D0F3FF16DA313700C62B79 /* chnlib03.c */,
50                                 17D0F40016DA313700C62B79 /* chnlib04.c */,
51                                 17D0F3EE16DA305000C62B79 /* Products */,
52                         );
53                         sourceTree = "<group>";
54                 };
55                 17D0F3EE16DA305000C62B79 /* Products */ = {
56                         isa = PBXGroup;
57                         children = (
58                                 17D0F3ED16DA305000C62B79 /* libchn.a */,
59                         );
60                         name = Products;
61                         sourceTree = "<group>";
62                 };
63 /* End PBXGroup section */
64
65 /* Begin PBXHeadersBuildPhase section */
66                 17D0F3EB16DA305000C62B79 /* Headers */ = {
67                         isa = PBXHeadersBuildPhase;
68                         buildActionMask = 2147483647;
69                         files = (
70                                 17D0F40216DA313700C62B79 /* chnlib.h in Headers */,
71                         );
72                         runOnlyForDeploymentPostprocessing = 0;
73                 };
74 /* End PBXHeadersBuildPhase section */
75
76 /* Begin PBXNativeTarget section */
77                 17D0F3EC16DA305000C62B79 /* chn */ = {
78                         isa = PBXNativeTarget;
79                         buildConfigurationList = 17D0F3F116DA305000C62B79 /* Build configuration list for PBXNativeTarget "chn" */;
80                         buildPhases = (
81                                 17D0F3E916DA305000C62B79 /* Sources */,
82                                 17D0F3EA16DA305000C62B79 /* Frameworks */,
83                                 17D0F3EB16DA305000C62B79 /* Headers */,
84                         );
85                         buildRules = (
86                         );
87                         dependencies = (
88                         );
89                         name = chn;
90                         productName = chn;
91                         productReference = 17D0F3ED16DA305000C62B79 /* libchn.a */;
92                         productType = "com.apple.product-type.library.static";
93                 };
94 /* End PBXNativeTarget section */
95
96 /* Begin PBXProject section */
97                 17D0F3E516DA305000C62B79 /* Project object */ = {
98                         isa = PBXProject;
99                         attributes = {
100                                 LastUpgradeCheck = 0460;
101                                 ORGANIZATIONNAME = "Hikaru Nishida";
102                         };
103                         buildConfigurationList = 17D0F3E816DA305000C62B79 /* Build configuration list for PBXProject "chn" */;
104                         compatibilityVersion = "Xcode 3.2";
105                         developmentRegion = English;
106                         hasScannedForEncodings = 0;
107                         knownRegions = (
108                                 en,
109                         );
110                         mainGroup = 17D0F3E416DA305000C62B79;
111                         productRefGroup = 17D0F3EE16DA305000C62B79 /* Products */;
112                         projectDirPath = "";
113                         projectRoot = "";
114                         targets = (
115                                 17D0F3EC16DA305000C62B79 /* chn */,
116                         );
117                 };
118 /* End PBXProject section */
119
120 /* Begin PBXSourcesBuildPhase section */
121                 17D0F3E916DA305000C62B79 /* Sources */ = {
122                         isa = PBXSourcesBuildPhase;
123                         buildActionMask = 2147483647;
124                         files = (
125                                 17D0F40116DA313700C62B79 /* chnlib.c in Sources */,
126                                 17D0F40316DA313700C62B79 /* chnlib00.c in Sources */,
127                                 17D0F40416DA313700C62B79 /* chnlib01.c in Sources */,
128                                 17D0F40516DA313700C62B79 /* chnlib02.c in Sources */,
129                                 17D0F40616DA313700C62B79 /* chnlib03.c in Sources */,
130                                 17D0F40716DA313700C62B79 /* chnlib04.c in Sources */,
131                         );
132                         runOnlyForDeploymentPostprocessing = 0;
133                 };
134 /* End PBXSourcesBuildPhase section */
135
136 /* Begin XCBuildConfiguration section */
137                 17D0F3EF16DA305000C62B79 /* Debug */ = {
138                         isa = XCBuildConfiguration;
139                         buildSettings = {
140                                 ALWAYS_SEARCH_USER_PATHS = NO;
141                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
142                                 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
143                                 CLANG_CXX_LIBRARY = "libc++";
144                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
145                                 CLANG_WARN_EMPTY_BODY = YES;
146                                 CLANG_WARN_ENUM_CONVERSION = YES;
147                                 CLANG_WARN_INT_CONVERSION = YES;
148                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
149                                 COPY_PHASE_STRIP = NO;
150                                 GCC_C_LANGUAGE_STANDARD = gnu99;
151                                 GCC_DYNAMIC_NO_PIC = NO;
152                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
153                                 GCC_OPTIMIZATION_LEVEL = 0;
154                                 GCC_PREPROCESSOR_DEFINITIONS = (
155                                         "DEBUG=1",
156                                         "$(inherited)",
157                                 );
158                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
159                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
160                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
161                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
162                                 GCC_WARN_UNUSED_VARIABLE = YES;
163                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
164                                 ONLY_ACTIVE_ARCH = YES;
165                                 SDKROOT = macosx;
166                         };
167                         name = Debug;
168                 };
169                 17D0F3F016DA305000C62B79 /* Release */ = {
170                         isa = XCBuildConfiguration;
171                         buildSettings = {
172                                 ALWAYS_SEARCH_USER_PATHS = NO;
173                                 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
174                                 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
175                                 CLANG_CXX_LIBRARY = "libc++";
176                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
177                                 CLANG_WARN_EMPTY_BODY = YES;
178                                 CLANG_WARN_ENUM_CONVERSION = YES;
179                                 CLANG_WARN_INT_CONVERSION = YES;
180                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
181                                 COPY_PHASE_STRIP = YES;
182                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
183                                 GCC_C_LANGUAGE_STANDARD = gnu99;
184                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
185                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
186                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
187                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
188                                 GCC_WARN_UNUSED_VARIABLE = YES;
189                                 MACOSX_DEPLOYMENT_TARGET = 10.7;
190                                 SDKROOT = macosx;
191                         };
192                         name = Release;
193                 };
194                 17D0F3F216DA305000C62B79 /* Debug */ = {
195                         isa = XCBuildConfiguration;
196                         buildSettings = {
197                                 COMBINE_HIDPI_IMAGES = YES;
198                                 EXECUTABLE_PREFIX = lib;
199                                 PRODUCT_NAME = "$(TARGET_NAME)";
200                         };
201                         name = Debug;
202                 };
203                 17D0F3F316DA305000C62B79 /* Release */ = {
204                         isa = XCBuildConfiguration;
205                         buildSettings = {
206                                 COMBINE_HIDPI_IMAGES = YES;
207                                 EXECUTABLE_PREFIX = lib;
208                                 PRODUCT_NAME = "$(TARGET_NAME)";
209                         };
210                         name = Release;
211                 };
212 /* End XCBuildConfiguration section */
213
214 /* Begin XCConfigurationList section */
215                 17D0F3E816DA305000C62B79 /* Build configuration list for PBXProject "chn" */ = {
216                         isa = XCConfigurationList;
217                         buildConfigurations = (
218                                 17D0F3EF16DA305000C62B79 /* Debug */,
219                                 17D0F3F016DA305000C62B79 /* Release */,
220                         );
221                         defaultConfigurationIsVisible = 0;
222                         defaultConfigurationName = Release;
223                 };
224                 17D0F3F116DA305000C62B79 /* Build configuration list for PBXNativeTarget "chn" */ = {
225                         isa = XCConfigurationList;
226                         buildConfigurations = (
227                                 17D0F3F216DA305000C62B79 /* Debug */,
228                                 17D0F3F316DA305000C62B79 /* Release */,
229                         );
230                         defaultConfigurationIsVisible = 0;
231                         defaultConfigurationName = Release;
232                 };
233 /* End XCConfigurationList section */
234         };
235         rootObject = 17D0F3E516DA305000C62B79 /* Project object */;
236 }