]> git.saurik.com Git - wxWidgets.git/blob - samples/minimal/minimal_iphone.xcodeproj/project.pbxproj
project files for xcode
[wxWidgets.git] / samples / minimal / minimal_iphone.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
11 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
12 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
13 407A98E11370835D00E92356 /* minimal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 407A98E01370835D00E92356 /* minimal.cpp */; };
14 407EE18312F04CD500D0F171 /* libwx_osx_iphone.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4074F5E912ED969C00693A3F /* libwx_osx_iphone.a */; };
15 407EE18A12F04CF900D0F171 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 407EE18912F04CF900D0F171 /* AudioToolbox.framework */; };
16 /* End PBXBuildFile section */
17
18 /* Begin PBXContainerItemProxy section */
19 4074F5E812ED969C00693A3F /* PBXContainerItemProxy */ = {
20 isa = PBXContainerItemProxy;
21 containerPortal = 404BECC510EBDB420080E2B8 /* wxiphone.xcodeproj */;
22 proxyType = 2;
23 remoteGlobalIDString = B4DEA098A05736AE94F01926;
24 remoteInfo = static;
25 };
26 /* End PBXContainerItemProxy section */
27
28 /* Begin PBXFileReference section */
29 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
30 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = minimal_iphone.app; sourceTree = BUILT_PRODUCTS_DIR; };
31 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
32 288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
33 404BECC510EBDB420080E2B8 /* wxiphone.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = wxiphone.xcodeproj; path = ../../build/osx/wxiPhone.xcodeproj; sourceTree = SOURCE_ROOT; };
34 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = wxiphone.xcconfig; path = ../../build/osx/wxiphone.xcconfig; sourceTree = SOURCE_ROOT; };
35 407A98E01370835D00E92356 /* minimal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minimal.cpp; sourceTree = "<group>"; };
36 407A98FA137084FB00E92356 /* Info_iphone.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info_iphone.plist; sourceTree = "<group>"; };
37 407EE18912F04CF900D0F171 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
38 /* End PBXFileReference section */
39
40 /* Begin PBXFrameworksBuildPhase section */
41 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
42 isa = PBXFrameworksBuildPhase;
43 buildActionMask = 2147483647;
44 files = (
45 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
46 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
47 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
48 407EE18312F04CD500D0F171 /* libwx_osx_iphone.a in Frameworks */,
49 407EE18A12F04CF900D0F171 /* AudioToolbox.framework in Frameworks */,
50 );
51 runOnlyForDeploymentPostprocessing = 0;
52 };
53 /* End PBXFrameworksBuildPhase section */
54
55 /* Begin PBXGroup section */
56 19C28FACFE9D520D11CA2CBB /* Products */ = {
57 isa = PBXGroup;
58 children = (
59 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */,
60 );
61 name = Products;
62 sourceTree = "<group>";
63 };
64 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
65 isa = PBXGroup;
66 children = (
67 407A98FA137084FB00E92356 /* Info_iphone.plist */,
68 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */,
69 404BECC510EBDB420080E2B8 /* wxiphone.xcodeproj */,
70 404BECD110EBDC6F0080E2B8 /* src */,
71 29B97317FDCFA39411CA2CEA /* Resources */,
72 29B97323FDCFA39411CA2CEA /* Frameworks */,
73 19C28FACFE9D520D11CA2CBB /* Products */,
74 );
75 name = CustomTemplate;
76 sourceTree = "<group>";
77 };
78 29B97317FDCFA39411CA2CEA /* Resources */ = {
79 isa = PBXGroup;
80 children = (
81 );
82 name = Resources;
83 sourceTree = "<group>";
84 };
85 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
86 isa = PBXGroup;
87 children = (
88 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
89 1D30AB110D05D00D00671497 /* Foundation.framework */,
90 288765FC0DF74451002DB57D /* CoreGraphics.framework */,
91 407EE18912F04CF900D0F171 /* AudioToolbox.framework */,
92 );
93 name = Frameworks;
94 sourceTree = "<group>";
95 };
96 404BECC610EBDB420080E2B8 /* Products */ = {
97 isa = PBXGroup;
98 children = (
99 4074F5E912ED969C00693A3F /* libwx_osx_iphone.a */,
100 );
101 name = Products;
102 sourceTree = "<group>";
103 };
104 404BECD110EBDC6F0080E2B8 /* src */ = {
105 isa = PBXGroup;
106 children = (
107 407A98E01370835D00E92356 /* minimal.cpp */,
108 );
109 name = src;
110 sourceTree = "<group>";
111 };
112 /* End PBXGroup section */
113
114 /* Begin PBXNativeTarget section */
115 1D6058900D05DD3D006BFB54 /* minimal_iphone */ = {
116 isa = PBXNativeTarget;
117 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "minimal_iphone" */;
118 buildPhases = (
119 1D60588D0D05DD3D006BFB54 /* Resources */,
120 1D60588E0D05DD3D006BFB54 /* Sources */,
121 1D60588F0D05DD3D006BFB54 /* Frameworks */,
122 );
123 buildRules = (
124 );
125 dependencies = (
126 );
127 name = minimal_iphone;
128 productName = minimal_iphone;
129 productReference = 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */;
130 productType = "com.apple.product-type.application";
131 };
132 /* End PBXNativeTarget section */
133
134 /* Begin PBXProject section */
135 29B97313FDCFA39411CA2CEA /* Project object */ = {
136 isa = PBXProject;
137 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "minimal_iphone" */;
138 compatibilityVersion = "Xcode 3.1";
139 developmentRegion = English;
140 hasScannedForEncodings = 1;
141 knownRegions = (
142 English,
143 Japanese,
144 French,
145 German,
146 );
147 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
148 projectDirPath = "";
149 projectReferences = (
150 {
151 ProductGroup = 404BECC610EBDB420080E2B8 /* Products */;
152 ProjectRef = 404BECC510EBDB420080E2B8 /* wxiphone.xcodeproj */;
153 },
154 );
155 projectRoot = "";
156 targets = (
157 1D6058900D05DD3D006BFB54 /* minimal_iphone */,
158 );
159 };
160 /* End PBXProject section */
161
162 /* Begin PBXReferenceProxy section */
163 4074F5E912ED969C00693A3F /* libwx_osx_iphone.a */ = {
164 isa = PBXReferenceProxy;
165 fileType = archive.ar;
166 path = libwx_osx_iphone.a;
167 remoteRef = 4074F5E812ED969C00693A3F /* PBXContainerItemProxy */;
168 sourceTree = BUILT_PRODUCTS_DIR;
169 };
170 /* End PBXReferenceProxy section */
171
172 /* Begin PBXResourcesBuildPhase section */
173 1D60588D0D05DD3D006BFB54 /* Resources */ = {
174 isa = PBXResourcesBuildPhase;
175 buildActionMask = 2147483647;
176 files = (
177 );
178 runOnlyForDeploymentPostprocessing = 0;
179 };
180 /* End PBXResourcesBuildPhase section */
181
182 /* Begin PBXSourcesBuildPhase section */
183 1D60588E0D05DD3D006BFB54 /* Sources */ = {
184 isa = PBXSourcesBuildPhase;
185 buildActionMask = 2147483647;
186 files = (
187 407A98E11370835D00E92356 /* minimal.cpp in Sources */,
188 );
189 runOnlyForDeploymentPostprocessing = 0;
190 };
191 /* End PBXSourcesBuildPhase section */
192
193 /* Begin XCBuildConfiguration section */
194 1D6058940D05DD3E006BFB54 /* Debug */ = {
195 isa = XCBuildConfiguration;
196 buildSettings = {
197 ALWAYS_SEARCH_USER_PATHS = NO;
198 COPY_PHASE_STRIP = NO;
199 GCC_DYNAMIC_NO_PIC = NO;
200 GCC_OPTIMIZATION_LEVEL = 0;
201 GCC_PREPROCESSOR_DEFINITIONS = (
202 "$(GCC_PREPROCESSOR_DEFINITIONS)",
203 "__WXDEBUG__=1",
204 );
205 PRODUCT_NAME = minimal_iphone;
206 };
207 name = Debug;
208 };
209 1D6058950D05DD3E006BFB54 /* Release */ = {
210 isa = XCBuildConfiguration;
211 buildSettings = {
212 ALWAYS_SEARCH_USER_PATHS = NO;
213 COPY_PHASE_STRIP = YES;
214 GCC_PREPROCESSOR_DEFINITIONS = "$(GCC_PREPROCESSOR_DEFINITIONS)";
215 PRODUCT_NAME = minimal_iphone;
216 };
217 name = Release;
218 };
219 C01FCF4F08A954540054247B /* Debug */ = {
220 isa = XCBuildConfiguration;
221 baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
222 buildSettings = {
223 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
224 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
225 GCC_C_LANGUAGE_STANDARD = c99;
226 GCC_WARN_ABOUT_RETURN_TYPE = YES;
227 GCC_WARN_UNUSED_VARIABLE = YES;
228 INFOPLIST_FILE = Info_iphone.plist;
229 ONLY_ACTIVE_ARCH = YES;
230 PREBINDING = NO;
231 SDKROOT = iphoneos;
232 WXROOT = "$(PROJECT_DIR)/../..";
233 };
234 name = Debug;
235 };
236 C01FCF5008A954540054247B /* Release */ = {
237 isa = XCBuildConfiguration;
238 baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
239 buildSettings = {
240 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
241 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
242 GCC_WARN_ABOUT_RETURN_TYPE = YES;
243 GCC_WARN_UNUSED_VARIABLE = YES;
244 INFOPLIST_FILE = Info_iphone.plist;
245 PREBINDING = NO;
246 SDKROOT = iphoneos;
247 WXROOT = "$(PROJECT_DIR)/../..";
248 };
249 name = Release;
250 };
251 /* End XCBuildConfiguration section */
252
253 /* Begin XCConfigurationList section */
254 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "minimal_iphone" */ = {
255 isa = XCConfigurationList;
256 buildConfigurations = (
257 1D6058940D05DD3E006BFB54 /* Debug */,
258 1D6058950D05DD3E006BFB54 /* Release */,
259 );
260 defaultConfigurationIsVisible = 0;
261 defaultConfigurationName = Release;
262 };
263 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "minimal_iphone" */ = {
264 isa = XCConfigurationList;
265 buildConfigurations = (
266 C01FCF4F08A954540054247B /* Debug */,
267 C01FCF5008A954540054247B /* Release */,
268 );
269 defaultConfigurationIsVisible = 0;
270 defaultConfigurationName = Release;
271 };
272 /* End XCConfigurationList section */
273 };
274 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
275 }