adding universal as devices
[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                                 TARGETED_DEVICE_FAMILY = "1,2";
207                         };
208                         name = Debug;
209                 };
210                 1D6058950D05DD3E006BFB54 /* Release */ = {
211                         isa = XCBuildConfiguration;
212                         buildSettings = {
213                                 ALWAYS_SEARCH_USER_PATHS = NO;
214                                 COPY_PHASE_STRIP = YES;
215                                 GCC_PREPROCESSOR_DEFINITIONS = "$(GCC_PREPROCESSOR_DEFINITIONS)";
216                                 PRODUCT_NAME = minimal_iphone;
217                                 TARGETED_DEVICE_FAMILY = "1,2";
218                         };
219                         name = Release;
220                 };
221                 C01FCF4F08A954540054247B /* Debug */ = {
222                         isa = XCBuildConfiguration;
223                         baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
224                         buildSettings = {
225                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
226                                 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
227                                 GCC_C_LANGUAGE_STANDARD = c99;
228                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
229                                 GCC_WARN_UNUSED_VARIABLE = YES;
230                                 INFOPLIST_FILE = Info_iphone.plist;
231                                 ONLY_ACTIVE_ARCH = YES;
232                                 PREBINDING = NO;
233                                 SDKROOT = iphoneos;
234                                 WXROOT = "$(PROJECT_DIR)/../..";
235                         };
236                         name = Debug;
237                 };
238                 C01FCF5008A954540054247B /* Release */ = {
239                         isa = XCBuildConfiguration;
240                         baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
241                         buildSettings = {
242                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
243                                 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
244                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
245                                 GCC_WARN_UNUSED_VARIABLE = YES;
246                                 INFOPLIST_FILE = Info_iphone.plist;
247                                 PREBINDING = NO;
248                                 SDKROOT = iphoneos;
249                                 WXROOT = "$(PROJECT_DIR)/../..";
250                         };
251                         name = Release;
252                 };
253 /* End XCBuildConfiguration section */
254
255 /* Begin XCConfigurationList section */
256                 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "minimal_iphone" */ = {
257                         isa = XCConfigurationList;
258                         buildConfigurations = (
259                                 1D6058940D05DD3E006BFB54 /* Debug */,
260                                 1D6058950D05DD3E006BFB54 /* Release */,
261                         );
262                         defaultConfigurationIsVisible = 0;
263                         defaultConfigurationName = Release;
264                 };
265                 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "minimal_iphone" */ = {
266                         isa = XCConfigurationList;
267                         buildConfigurations = (
268                                 C01FCF4F08A954540054247B /* Debug */,
269                                 C01FCF5008A954540054247B /* Release */,
270                         );
271                         defaultConfigurationIsVisible = 0;
272                         defaultConfigurationName = Release;
273                 };
274 /* End XCConfigurationList section */
275         };
276         rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
277 }