source: other-projects/Greenstone-on-iPhone/Web/Greenstone 3.xcodeproj/project.pbxproj@ 24253

Last change on this file since 24253 was 24253, checked in by ak19, 13 years ago

Greenstone web interface on iPhone

File size: 11.0 KB
RevLine 
[24253]1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 04F38D1413C48BE800AA3198 /* Greenstone_logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 04F38D1313C48BE800AA3198 /* Greenstone_logo.png */; };
11 1D3623260D0F684500981E51 /* WebAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* WebAppDelegate.m */; };
12 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
13 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
14 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
15 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
16 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
17/* End PBXBuildFile section */
18
19/* Begin PBXFileReference section */
20 04F38D1313C48BE800AA3198 /* Greenstone_logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Greenstone_logo.png; sourceTree = "<group>"; };
21 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
22 1D3623240D0F684500981E51 /* WebAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebAppDelegate.h; sourceTree = "<group>"; };
23 1D3623250D0F684500981E51 /* WebAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebAppDelegate.m; sourceTree = "<group>"; };
24 1D6058910D05DD3D006BFB54 /* Greenstone 3.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Greenstone 3.app"; sourceTree = BUILT_PRODUCTS_DIR; };
25 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
26 288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
27 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
28 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29 32CA4F630368D1EE00C91783 /* Greenstone 3_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Greenstone 3_Prefix.pch"; sourceTree = "<group>"; };
30 8D1107310486CEB800E47090 /* Greenstone 3-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Greenstone 3-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
31/* End PBXFileReference section */
32
33/* Begin PBXFrameworksBuildPhase section */
34 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
35 isa = PBXFrameworksBuildPhase;
36 buildActionMask = 2147483647;
37 files = (
38 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
39 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
40 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
41 );
42 runOnlyForDeploymentPostprocessing = 0;
43 };
44/* End PBXFrameworksBuildPhase section */
45
46/* Begin PBXGroup section */
47 080E96DDFE201D6D7F000001 /* Classes */ = {
48 isa = PBXGroup;
49 children = (
50 1D3623240D0F684500981E51 /* WebAppDelegate.h */,
51 1D3623250D0F684500981E51 /* WebAppDelegate.m */,
52 );
53 path = Classes;
54 sourceTree = "<group>";
55 };
56 19C28FACFE9D520D11CA2CBB /* Products */ = {
57 isa = PBXGroup;
58 children = (
59 1D6058910D05DD3D006BFB54 /* Greenstone 3.app */,
60 );
61 name = Products;
62 sourceTree = "<group>";
63 };
64 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
65 isa = PBXGroup;
66 children = (
67 04F38D1313C48BE800AA3198 /* Greenstone_logo.png */,
68 080E96DDFE201D6D7F000001 /* Classes */,
69 29B97315FDCFA39411CA2CEA /* Other Sources */,
70 29B97317FDCFA39411CA2CEA /* Resources */,
71 29B97323FDCFA39411CA2CEA /* Frameworks */,
72 19C28FACFE9D520D11CA2CBB /* Products */,
73 );
74 name = CustomTemplate;
75 sourceTree = "<group>";
76 };
77 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
78 isa = PBXGroup;
79 children = (
80 32CA4F630368D1EE00C91783 /* Greenstone 3_Prefix.pch */,
81 29B97316FDCFA39411CA2CEA /* main.m */,
82 );
83 name = "Other Sources";
84 sourceTree = "<group>";
85 };
86 29B97317FDCFA39411CA2CEA /* Resources */ = {
87 isa = PBXGroup;
88 children = (
89 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
90 8D1107310486CEB800E47090 /* Greenstone 3-Info.plist */,
91 );
92 name = Resources;
93 sourceTree = "<group>";
94 };
95 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
96 isa = PBXGroup;
97 children = (
98 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
99 1D30AB110D05D00D00671497 /* Foundation.framework */,
100 288765FC0DF74451002DB57D /* CoreGraphics.framework */,
101 );
102 name = Frameworks;
103 sourceTree = "<group>";
104 };
105/* End PBXGroup section */
106
107/* Begin PBXNativeTarget section */
108 1D6058900D05DD3D006BFB54 /* Greenstone */ = {
109 isa = PBXNativeTarget;
110 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Greenstone" */;
111 buildPhases = (
112 1D60588D0D05DD3D006BFB54 /* Resources */,
113 1D60588E0D05DD3D006BFB54 /* Sources */,
114 1D60588F0D05DD3D006BFB54 /* Frameworks */,
115 );
116 buildRules = (
117 );
118 dependencies = (
119 );
120 name = Greenstone;
121 productName = Web;
122 productReference = 1D6058910D05DD3D006BFB54 /* Greenstone 3.app */;
123 productType = "com.apple.product-type.application";
124 };
125/* End PBXNativeTarget section */
126
127/* Begin PBXProject section */
128 29B97313FDCFA39411CA2CEA /* Project object */ = {
129 isa = PBXProject;
130 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Greenstone 3" */;
131 compatibilityVersion = "Xcode 3.2";
132 developmentRegion = English;
133 hasScannedForEncodings = 1;
134 knownRegions = (
135 English,
136 Japanese,
137 French,
138 German,
139 );
140 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
141 projectDirPath = "";
142 projectRoot = "";
143 targets = (
144 1D6058900D05DD3D006BFB54 /* Greenstone */,
145 );
146 };
147/* End PBXProject section */
148
149/* Begin PBXResourcesBuildPhase section */
150 1D60588D0D05DD3D006BFB54 /* Resources */ = {
151 isa = PBXResourcesBuildPhase;
152 buildActionMask = 2147483647;
153 files = (
154 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
155 04F38D1413C48BE800AA3198 /* Greenstone_logo.png in Resources */,
156 );
157 runOnlyForDeploymentPostprocessing = 0;
158 };
159/* End PBXResourcesBuildPhase section */
160
161/* Begin PBXSourcesBuildPhase section */
162 1D60588E0D05DD3D006BFB54 /* Sources */ = {
163 isa = PBXSourcesBuildPhase;
164 buildActionMask = 2147483647;
165 files = (
166 1D60589B0D05DD56006BFB54 /* main.m in Sources */,
167 1D3623260D0F684500981E51 /* WebAppDelegate.m in Sources */,
168 );
169 runOnlyForDeploymentPostprocessing = 0;
170 };
171/* End PBXSourcesBuildPhase section */
172
173/* Begin XCBuildConfiguration section */
174 04F38CE213C46E2500AA3198 /* Ad Hoc */ = {
175 isa = XCBuildConfiguration;
176 buildSettings = {
177 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
178 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
179 GCC_C_LANGUAGE_STANDARD = c99;
180 GCC_WARN_ABOUT_RETURN_TYPE = YES;
181 GCC_WARN_UNUSED_VARIABLE = YES;
182 IPHONEOS_DEPLOYMENT_TARGET = 3.0;
183 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
184 PREBINDING = NO;
185 SDKROOT = iphoneos;
186 };
187 name = "Ad Hoc";
188 };
189 04F38CE313C46E2500AA3198 /* Ad Hoc */ = {
190 isa = XCBuildConfiguration;
191 buildSettings = {
192 ALWAYS_SEARCH_USER_PATHS = NO;
193 COPY_PHASE_STRIP = YES;
194 GCC_PRECOMPILE_PREFIX_HEADER = YES;
195 GCC_PREFIX_HEADER = "Greenstone 3_Prefix.pch";
196 INFOPLIST_FILE = "Greenstone 3-Info.plist";
197 PRODUCT_NAME = "Greenstone 3";
198 VALIDATE_PRODUCT = YES;
199 };
200 name = "Ad Hoc";
201 };
202 1D6058940D05DD3E006BFB54 /* Debug */ = {
203 isa = XCBuildConfiguration;
204 buildSettings = {
205 ALWAYS_SEARCH_USER_PATHS = NO;
206 COPY_PHASE_STRIP = NO;
207 GCC_DYNAMIC_NO_PIC = NO;
208 GCC_OPTIMIZATION_LEVEL = 0;
209 GCC_PRECOMPILE_PREFIX_HEADER = YES;
210 GCC_PREFIX_HEADER = "Greenstone 3_Prefix.pch";
211 INFOPLIST_FILE = "Greenstone 3-Info.plist";
212 PRODUCT_NAME = "Greenstone 3";
213 };
214 name = Debug;
215 };
216 1D6058950D05DD3E006BFB54 /* Release */ = {
217 isa = XCBuildConfiguration;
218 buildSettings = {
219 ALWAYS_SEARCH_USER_PATHS = NO;
220 COPY_PHASE_STRIP = YES;
221 GCC_PRECOMPILE_PREFIX_HEADER = YES;
222 GCC_PREFIX_HEADER = "Greenstone 3_Prefix.pch";
223 INFOPLIST_FILE = "Greenstone 3-Info.plist";
224 PRODUCT_NAME = "Greenstone 3";
225 VALIDATE_PRODUCT = YES;
226 };
227 name = Release;
228 };
229 C01FCF4F08A954540054247B /* Debug */ = {
230 isa = XCBuildConfiguration;
231 buildSettings = {
232 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
233 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
234 DEPLOYMENT_LOCATION = NO;
235 GCC_C_LANGUAGE_STANDARD = c99;
236 GCC_WARN_ABOUT_RETURN_TYPE = YES;
237 GCC_WARN_UNUSED_VARIABLE = YES;
238 PREBINDING = NO;
239 SDKROOT = iphoneos;
240 };
241 name = Debug;
242 };
243 C01FCF5008A954540054247B /* Release */ = {
244 isa = XCBuildConfiguration;
245 buildSettings = {
246 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
247 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
248 GCC_C_LANGUAGE_STANDARD = c99;
249 GCC_WARN_ABOUT_RETURN_TYPE = YES;
250 GCC_WARN_UNUSED_VARIABLE = YES;
251 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
252 PREBINDING = NO;
253 SDKROOT = iphoneos;
254 };
255 name = Release;
256 };
257/* End XCBuildConfiguration section */
258
259/* Begin XCConfigurationList section */
260 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Greenstone" */ = {
261 isa = XCConfigurationList;
262 buildConfigurations = (
263 1D6058940D05DD3E006BFB54 /* Debug */,
264 1D6058950D05DD3E006BFB54 /* Release */,
265 04F38CE313C46E2500AA3198 /* Ad Hoc */,
266 );
267 defaultConfigurationIsVisible = 0;
268 defaultConfigurationName = Release;
269 };
270 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Greenstone 3" */ = {
271 isa = XCConfigurationList;
272 buildConfigurations = (
273 C01FCF4F08A954540054247B /* Debug */,
274 C01FCF5008A954540054247B /* Release */,
275 04F38CE213C46E2500AA3198 /* Ad Hoc */,
276 );
277 defaultConfigurationIsVisible = 0;
278 defaultConfigurationName = Release;
279 };
280/* End XCConfigurationList section */
281 };
282 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
283}
Note: See TracBrowser for help on using the repository browser.