sgl

view sgl.xcodeproj/project.pbxproj @ 37:b3374e30361c

xcode project for uikit version, untested
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 27 Jun 2012 05:15:50 +0300
parents
children f7de32814f34
line source
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
9 /* Begin PBXBuildFile section */
10 06C7522B159AA36B006C47C6 /* ios_init.h in Headers */ = {isa = PBXBuildFile; fileRef = 06C75229159AA36A006C47C6 /* ios_init.h */; };
11 06C7522C159AA36B006C47C6 /* ios_init.m in Sources */ = {isa = PBXBuildFile; fileRef = 06C7522A159AA36A006C47C6 /* ios_init.m */; };
12 06F9D62514F7332500246CD7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06F9D62414F7332500246CD7 /* Foundation.framework */; };
13 06F9D63514F7453B00246CD7 /* sgl.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F9D63414F7453B00246CD7 /* sgl.h */; };
14 06F9D65714F7456100246CD7 /* cb.c in Sources */ = {isa = PBXBuildFile; fileRef = 06F9D63714F7456100246CD7 /* cb.c */; };
15 06F9D65A14F7456100246CD7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F9D63A14F7456100246CD7 /* config.h */; };
16 06F9D65B14F7456100246CD7 /* log.c in Sources */ = {isa = PBXBuildFile; fileRef = 06F9D63B14F7456100246CD7 /* log.c */; };
17 06F9D65D14F7456100246CD7 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F9D63D14F7456100246CD7 /* log.h */; };
18 06F9D66214F7456100246CD7 /* sgl.c in Sources */ = {isa = PBXBuildFile; fileRef = 06F9D64214F7456100246CD7 /* sgl.c */; };
19 06F9D66514F7456100246CD7 /* wsys.c in Sources */ = {isa = PBXBuildFile; fileRef = 06F9D64514F7456100246CD7 /* wsys.c */; };
20 06F9D66714F7456100246CD7 /* wsys.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F9D64714F7456100246CD7 /* wsys.h */; };
21 06F9D67814F88B1300246CD7 /* wsys_ios.m in Sources */ = {isa = PBXBuildFile; fileRef = 06F9D67714F88B1300246CD7 /* wsys_ios.m */; };
22 /* End PBXBuildFile section */
24 /* Begin PBXFileReference section */
25 06C75229159AA36A006C47C6 /* ios_init.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ios_init.h; sourceTree = "<group>"; };
26 06C7522A159AA36A006C47C6 /* ios_init.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ios_init.m; sourceTree = "<group>"; };
27 06F9D62114F7332500246CD7 /* libsgl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsgl.a; sourceTree = BUILT_PRODUCTS_DIR; };
28 06F9D62414F7332500246CD7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
29 06F9D63414F7453B00246CD7 /* sgl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sgl.h; sourceTree = "<group>"; };
30 06F9D63714F7456100246CD7 /* cb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cb.c; sourceTree = "<group>"; };
31 06F9D63A14F7456100246CD7 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
32 06F9D63B14F7456100246CD7 /* log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = log.c; sourceTree = "<group>"; };
33 06F9D63D14F7456100246CD7 /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = "<group>"; };
34 06F9D64214F7456100246CD7 /* sgl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sgl.c; sourceTree = "<group>"; };
35 06F9D64514F7456100246CD7 /* wsys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wsys.c; sourceTree = "<group>"; };
36 06F9D64714F7456100246CD7 /* wsys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wsys.h; sourceTree = "<group>"; };
37 06F9D67714F88B1300246CD7 /* wsys_ios.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = wsys_ios.m; sourceTree = "<group>"; };
38 /* End PBXFileReference section */
40 /* Begin PBXFrameworksBuildPhase section */
41 06F9D61E14F7332500246CD7 /* Frameworks */ = {
42 isa = PBXFrameworksBuildPhase;
43 buildActionMask = 2147483647;
44 files = (
45 06F9D62514F7332500246CD7 /* Foundation.framework in Frameworks */,
46 );
47 runOnlyForDeploymentPostprocessing = 0;
48 };
49 /* End PBXFrameworksBuildPhase section */
51 /* Begin PBXGroup section */
52 06F9D61614F7332500246CD7 = {
53 isa = PBXGroup;
54 children = (
55 06F9D63614F7456100246CD7 /* src */,
56 06F9D63314F7453B00246CD7 /* include */,
57 06F9D62314F7332500246CD7 /* Frameworks */,
58 06F9D62214F7332500246CD7 /* Products */,
59 );
60 sourceTree = "<group>";
61 };
62 06F9D62214F7332500246CD7 /* Products */ = {
63 isa = PBXGroup;
64 children = (
65 06F9D62114F7332500246CD7 /* libsgl.a */,
66 );
67 name = Products;
68 sourceTree = "<group>";
69 };
70 06F9D62314F7332500246CD7 /* Frameworks */ = {
71 isa = PBXGroup;
72 children = (
73 06F9D62414F7332500246CD7 /* Foundation.framework */,
74 );
75 name = Frameworks;
76 sourceTree = "<group>";
77 };
78 06F9D63314F7453B00246CD7 /* include */ = {
79 isa = PBXGroup;
80 children = (
81 06F9D63414F7453B00246CD7 /* sgl.h */,
82 );
83 path = include;
84 sourceTree = "<group>";
85 };
86 06F9D63614F7456100246CD7 /* src */ = {
87 isa = PBXGroup;
88 children = (
89 06C75229159AA36A006C47C6 /* ios_init.h */,
90 06C7522A159AA36A006C47C6 /* ios_init.m */,
91 06F9D67714F88B1300246CD7 /* wsys_ios.m */,
92 06F9D63714F7456100246CD7 /* cb.c */,
93 06F9D63A14F7456100246CD7 /* config.h */,
94 06F9D63B14F7456100246CD7 /* log.c */,
95 06F9D63D14F7456100246CD7 /* log.h */,
96 06F9D64214F7456100246CD7 /* sgl.c */,
97 06F9D64514F7456100246CD7 /* wsys.c */,
98 06F9D64714F7456100246CD7 /* wsys.h */,
99 );
100 path = src;
101 sourceTree = "<group>";
102 };
103 /* End PBXGroup section */
105 /* Begin PBXHeadersBuildPhase section */
106 06F9D61F14F7332500246CD7 /* Headers */ = {
107 isa = PBXHeadersBuildPhase;
108 buildActionMask = 2147483647;
109 files = (
110 06F9D63514F7453B00246CD7 /* sgl.h in Headers */,
111 06F9D65A14F7456100246CD7 /* config.h in Headers */,
112 06F9D65D14F7456100246CD7 /* log.h in Headers */,
113 06F9D66714F7456100246CD7 /* wsys.h in Headers */,
114 06C7522B159AA36B006C47C6 /* ios_init.h in Headers */,
115 );
116 runOnlyForDeploymentPostprocessing = 0;
117 };
118 /* End PBXHeadersBuildPhase section */
120 /* Begin PBXNativeTarget section */
121 06F9D62014F7332500246CD7 /* sgl */ = {
122 isa = PBXNativeTarget;
123 buildConfigurationList = 06F9D62E14F7332500246CD7 /* Build configuration list for PBXNativeTarget "sgl" */;
124 buildPhases = (
125 06F9D61D14F7332500246CD7 /* Sources */,
126 06F9D61E14F7332500246CD7 /* Frameworks */,
127 06F9D61F14F7332500246CD7 /* Headers */,
128 );
129 buildRules = (
130 );
131 dependencies = (
132 );
133 name = sgl;
134 productName = sgl;
135 productReference = 06F9D62114F7332500246CD7 /* libsgl.a */;
136 productType = "com.apple.product-type.library.static";
137 };
138 /* End PBXNativeTarget section */
140 /* Begin PBXProject section */
141 06F9D61814F7332500246CD7 /* Project object */ = {
142 isa = PBXProject;
143 attributes = {
144 LastUpgradeCheck = 0430;
145 };
146 buildConfigurationList = 06F9D61B14F7332500246CD7 /* Build configuration list for PBXProject "sgl" */;
147 compatibilityVersion = "Xcode 3.2";
148 developmentRegion = English;
149 hasScannedForEncodings = 0;
150 knownRegions = (
151 en,
152 );
153 mainGroup = 06F9D61614F7332500246CD7;
154 productRefGroup = 06F9D62214F7332500246CD7 /* Products */;
155 projectDirPath = "";
156 projectRoot = "";
157 targets = (
158 06F9D62014F7332500246CD7 /* sgl */,
159 );
160 };
161 /* End PBXProject section */
163 /* Begin PBXSourcesBuildPhase section */
164 06F9D61D14F7332500246CD7 /* Sources */ = {
165 isa = PBXSourcesBuildPhase;
166 buildActionMask = 2147483647;
167 files = (
168 06F9D65714F7456100246CD7 /* cb.c in Sources */,
169 06F9D65B14F7456100246CD7 /* log.c in Sources */,
170 06F9D66214F7456100246CD7 /* sgl.c in Sources */,
171 06F9D66514F7456100246CD7 /* wsys.c in Sources */,
172 06F9D67814F88B1300246CD7 /* wsys_ios.m in Sources */,
173 06C7522C159AA36B006C47C6 /* ios_init.m in Sources */,
174 );
175 runOnlyForDeploymentPostprocessing = 0;
176 };
177 /* End PBXSourcesBuildPhase section */
179 /* Begin XCBuildConfiguration section */
180 06F9D62C14F7332500246CD7 /* Debug */ = {
181 isa = XCBuildConfiguration;
182 buildSettings = {
183 ALWAYS_SEARCH_USER_PATHS = NO;
184 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
185 COPY_PHASE_STRIP = NO;
186 GCC_C_LANGUAGE_STANDARD = gnu99;
187 GCC_DYNAMIC_NO_PIC = NO;
188 GCC_OPTIMIZATION_LEVEL = 0;
189 GCC_PREPROCESSOR_DEFINITIONS = (
190 "DEBUG=1",
191 "$(inherited)",
192 );
193 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
194 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
195 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
196 GCC_WARN_ABOUT_RETURN_TYPE = YES;
197 GCC_WARN_UNUSED_VARIABLE = YES;
198 IPHONEOS_DEPLOYMENT_TARGET = 5.0;
199 SDKROOT = iphoneos;
200 };
201 name = Debug;
202 };
203 06F9D62D14F7332500246CD7 /* Release */ = {
204 isa = XCBuildConfiguration;
205 buildSettings = {
206 ALWAYS_SEARCH_USER_PATHS = NO;
207 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
208 COPY_PHASE_STRIP = YES;
209 GCC_C_LANGUAGE_STANDARD = gnu99;
210 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
211 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
212 GCC_WARN_ABOUT_RETURN_TYPE = YES;
213 GCC_WARN_UNUSED_VARIABLE = YES;
214 IPHONEOS_DEPLOYMENT_TARGET = 5.0;
215 SDKROOT = iphoneos;
216 VALIDATE_PRODUCT = YES;
217 };
218 name = Release;
219 };
220 06F9D62F14F7332500246CD7 /* Debug */ = {
221 isa = XCBuildConfiguration;
222 buildSettings = {
223 DSTROOT = /tmp/sgl.dst;
224 GCC_PRECOMPILE_PREFIX_HEADER = NO;
225 GCC_PREFIX_HEADER = "";
226 OTHER_LDFLAGS = "-ObjC";
227 PRODUCT_NAME = "$(TARGET_NAME)";
228 SKIP_INSTALL = YES;
229 };
230 name = Debug;
231 };
232 06F9D63014F7332500246CD7 /* Release */ = {
233 isa = XCBuildConfiguration;
234 buildSettings = {
235 DSTROOT = /tmp/sgl.dst;
236 GCC_PRECOMPILE_PREFIX_HEADER = NO;
237 GCC_PREFIX_HEADER = "";
238 OTHER_LDFLAGS = "-ObjC";
239 PRODUCT_NAME = "$(TARGET_NAME)";
240 SKIP_INSTALL = YES;
241 };
242 name = Release;
243 };
244 /* End XCBuildConfiguration section */
246 /* Begin XCConfigurationList section */
247 06F9D61B14F7332500246CD7 /* Build configuration list for PBXProject "sgl" */ = {
248 isa = XCConfigurationList;
249 buildConfigurations = (
250 06F9D62C14F7332500246CD7 /* Debug */,
251 06F9D62D14F7332500246CD7 /* Release */,
252 );
253 defaultConfigurationIsVisible = 0;
254 defaultConfigurationName = Release;
255 };
256 06F9D62E14F7332500246CD7 /* Build configuration list for PBXNativeTarget "sgl" */ = {
257 isa = XCConfigurationList;
258 buildConfigurations = (
259 06F9D62F14F7332500246CD7 /* Debug */,
260 06F9D63014F7332500246CD7 /* Release */,
261 );
262 defaultConfigurationIsVisible = 0;
263 defaultConfigurationName = Release;
264 };
265 /* End XCConfigurationList section */
266 };
267 rootObject = 06F9D61814F7332500246CD7 /* Project object */;
268 }