]> git.saurik.com Git - wxWidgets.git/blob - samples/minimal/minimal_iphone.xcodeproj/project.pbxproj
Remove connection of MyDllApp::OnIdle() handler in the dll sample.
[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 409CBDC913B13C7100AB1F39 /* wxdebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = wxdebug.xcconfig; path = ../../build/osx/wxdebug.xcconfig; sourceTree = SOURCE_ROOT; };
39 409CBDCA13B13C7100AB1F39 /* wxrelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = wxrelease.xcconfig; path = ../../build/osx/wxrelease.xcconfig; sourceTree = SOURCE_ROOT; };
40 /* End PBXFileReference section */
41
42 /* Begin PBXFrameworksBuildPhase section */
43 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
44 isa = PBXFrameworksBuildPhase;
45 buildActionMask = 2147483647;
46 files = (
47 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
48 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
49 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
50 407EE18312F04CD500D0F171 /* libwx_osx_iphone.a in Frameworks */,
51 407EE18A12F04CF900D0F171 /* AudioToolbox.framework in Frameworks */,
52 );
53 runOnlyForDeploymentPostprocessing = 0;
54 };
55 /* End PBXFrameworksBuildPhase section */
56
57 /* Begin PBXGroup section */
58 19C28FACFE9D520D11CA2CBB /* Products */ = {
59 isa = PBXGroup;
60 children = (
61 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */,
62 );
63 name = Products;
64 sourceTree = "<group>";
65 };
66 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
67 isa = PBXGroup;
68 children = (
69 407A98FA137084FB00E92356 /* Info_iphone.plist */,
70 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */,
71 409CBDC913B13C7100AB1F39 /* wxdebug.xcconfig */,
72 409CBDCA13B13C7100AB1F39 /* wxrelease.xcconfig */,
73 404BECC510EBDB420080E2B8 /* wxiphone.xcodeproj */,
74 404BECD110EBDC6F0080E2B8 /* src */,
75 29B97317FDCFA39411CA2CEA /* Resources */,
76 29B97323FDCFA39411CA2CEA /* Frameworks */,
77 19C28FACFE9D520D11CA2CBB /* Products */,
78 );
79 name = CustomTemplate;
80 sourceTree = "<group>";
81 };
82 29B97317FDCFA39411CA2CEA /* Resources */ = {
83 isa = PBXGroup;
84 children = (
85 );
86 name = Resources;
87 sourceTree = "<group>";
88 };
89 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
90 isa = PBXGroup;
91 children = (
92 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
93 1D30AB110D05D00D00671497 /* Foundation.framework */,
94 288765FC0DF74451002DB57D /* CoreGraphics.framework */,
95 407EE18912F04CF900D0F171 /* AudioToolbox.framework */,
96 );
97 name = Frameworks;
98 sourceTree = "<group>";
99 };
100 404BECC610EBDB420080E2B8 /* Products */ = {
101 isa = PBXGroup;
102 children = (
103 4074F5E912ED969C00693A3F /* libwx_osx_iphone.a */,
104 );
105 name = Products;
106 sourceTree = "<group>";
107 };
108 404BECD110EBDC6F0080E2B8 /* src */ = {
109 isa = PBXGroup;
110 children = (
111 407A98E01370835D00E92356 /* minimal.cpp */,
112 );
113 name = src;
114 sourceTree = "<group>";
115 };
116 /* End PBXGroup section */
117
118 /* Begin PBXNativeTarget section */
119 1D6058900D05DD3D006BFB54 /* static */ = {
120 isa = PBXNativeTarget;
121 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "static" */;
122 buildPhases = (
123 1D60588D0D05DD3D006BFB54 /* Resources */,
124 1D60588E0D05DD3D006BFB54 /* Sources */,
125 1D60588F0D05DD3D006BFB54 /* Frameworks */,
126 );
127 buildRules = (
128 );
129 dependencies = (
130 );
131 name = static;
132 productName = minimal_iphone;
133 productReference = 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */;
134 productType = "com.apple.product-type.application";
135 };
136 /* End PBXNativeTarget section */
137
138 /* Begin PBXProject section */
139 29B97313FDCFA39411CA2CEA /* Project object */ = {
140 isa = PBXProject;
141 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "minimal_iphone" */;
142 compatibilityVersion = "Xcode 3.1";
143 developmentRegion = English;
144 hasScannedForEncodings = 1;
145 knownRegions = (
146 English,
147 Japanese,
148 French,
149 German,
150 );
151 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
152 projectDirPath = "";
153 projectReferences = (
154 {
155 ProductGroup = 404BECC610EBDB420080E2B8 /* Products */;
156 ProjectRef = 404BECC510EBDB420080E2B8 /* wxiphone.xcodeproj */;
157 },
158 );
159 projectRoot = "";
160 targets = (
161 1D6058900D05DD3D006BFB54 /* static */,
162 );
163 };
164 /* End PBXProject section */
165
166 /* Begin PBXReferenceProxy section */
167 4074F5E912ED969C00693A3F /* libwx_osx_iphone.a */ = {
168 isa = PBXReferenceProxy;
169 fileType = archive.ar;
170 path = libwx_osx_iphone.a;
171 remoteRef = 4074F5E812ED969C00693A3F /* PBXContainerItemProxy */;
172 sourceTree = BUILT_PRODUCTS_DIR;
173 };
174 /* End PBXReferenceProxy section */
175
176 /* Begin PBXResourcesBuildPhase section */
177 1D60588D0D05DD3D006BFB54 /* Resources */ = {
178 isa = PBXResourcesBuildPhase;
179 buildActionMask = 2147483647;
180 files = (
181 );
182 runOnlyForDeploymentPostprocessing = 0;
183 };
184 /* End PBXResourcesBuildPhase section */
185
186 /* Begin PBXSourcesBuildPhase section */
187 1D60588E0D05DD3D006BFB54 /* Sources */ = {
188 isa = PBXSourcesBuildPhase;
189 buildActionMask = 2147483647;
190 files = (
191 407A98E11370835D00E92356 /* minimal.cpp in Sources */,
192 );
193 runOnlyForDeploymentPostprocessing = 0;
194 };
195 /* End PBXSourcesBuildPhase section */
196
197 /* Begin XCBuildConfiguration section */
198 1D6058940D05DD3E006BFB54 /* Debug */ = {
199 isa = XCBuildConfiguration;
200 baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
201 buildSettings = {
202 PRODUCT_NAME = minimal_iphone;
203 };
204 name = Debug;
205 };
206 1D6058950D05DD3E006BFB54 /* Release */ = {
207 isa = XCBuildConfiguration;
208 baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
209 buildSettings = {
210 PRODUCT_NAME = minimal_iphone;
211 };
212 name = Release;
213 };
214 C01FCF4F08A954540054247B /* Debug */ = {
215 isa = XCBuildConfiguration;
216 baseConfigurationReference = 409CBDC913B13C7100AB1F39 /* wxdebug.xcconfig */;
217 buildSettings = {
218 CODE_SIGN_IDENTITY = "iPhone Developer";
219 INFOPLIST_FILE = Info_iphone.plist;
220 PROVISIONING_PROFILE = "";
221 WXROOT = "$(PROJECT_DIR)/../..";
222 };
223 name = Debug;
224 };
225 C01FCF5008A954540054247B /* Release */ = {
226 isa = XCBuildConfiguration;
227 baseConfigurationReference = 409CBDCA13B13C7100AB1F39 /* wxrelease.xcconfig */;
228 buildSettings = {
229 CODE_SIGN_IDENTITY = "iPhone Distribution";
230 INFOPLIST_FILE = Info_iphone.plist;
231 PROVISIONING_PROFILE = "";
232 WXROOT = "$(PROJECT_DIR)/../..";
233 };
234 name = Release;
235 };
236 /* End XCBuildConfiguration section */
237
238 /* Begin XCConfigurationList section */
239 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "static" */ = {
240 isa = XCConfigurationList;
241 buildConfigurations = (
242 1D6058940D05DD3E006BFB54 /* Debug */,
243 1D6058950D05DD3E006BFB54 /* Release */,
244 );
245 defaultConfigurationIsVisible = 0;
246 defaultConfigurationName = Release;
247 };
248 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "minimal_iphone" */ = {
249 isa = XCConfigurationList;
250 buildConfigurations = (
251 C01FCF4F08A954540054247B /* Debug */,
252 C01FCF5008A954540054247B /* Release */,
253 );
254 defaultConfigurationIsVisible = 0;
255 defaultConfigurationName = Release;
256 };
257 /* End XCConfigurationList section */
258 };
259 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
260 }