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 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
13 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
14 4B425F681136BB83008FDC7D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B425F671136BB83008FDC7D /* main.m */; };
15 4B425FE21136C16E008FDC7D /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B425FE11136C16E008FDC7D /* icon.png */; };
16 4B4BE15B113724B700866BE1 /* iPhoneViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4B4BE15A113724B700866BE1 /* iPhoneViewController.xib */; };
17 4B4BE15D113724BF00866BE1 /* iPhone-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4B4BE15C113724BF00866BE1 /* iPhone-Info.plist */; };
18 4BC3718C1137C53100BDEDEB /* iPhoneViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BC3718B1137C53100BDEDEB /* iPhoneViewController.m */; };
19 4BC3718E1137C53500BDEDEB /* iPhoneAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4BC3718D1137C53500BDEDEB /* iPhoneAppDelegate.mm */; };
20 4BCB3798112D633F008C7BC1 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BCB3797112D633F008C7BC1 /* AudioToolbox.framework */; };
21 /* End PBXBuildFile section */
23 /* Begin PBXFileReference section */
24 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
25 1D6058910D05DD3D006BFB54 /* Template.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Template.app; sourceTree = BUILT_PRODUCTS_DIR; };
26 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
27 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
28 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
29 4B425F671136BB83008FDC7D /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
30 4B425FE11136C16E008FDC7D /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = SOURCE_ROOT; };
31 4B4BE15A113724B700866BE1 /* iPhoneViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = iPhoneViewController.xib; path = ../../iPhoneViewController.xib; sourceTree = BUILT_PRODUCTS_DIR; };
32 4B4BE15C113724BF00866BE1 /* iPhone-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "iPhone-Info.plist"; path = "../../iPhone-Info.plist"; sourceTree = BUILT_PRODUCTS_DIR; };
33 4BC371841137C50200BDEDEB /* CocoaUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocoaUI.h; sourceTree = "<group>"; };
34 4BC371861137C50200BDEDEB /* iphone-faust.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "iphone-faust.h"; sourceTree = "<group>"; };
35 4BC371871137C50200BDEDEB /* iPhoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPhoneAppDelegate.h; sourceTree = "<group>"; };
36 4BC371881137C50200BDEDEB /* iPhoneViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPhoneViewController.h; sourceTree = "<group>"; };
37 4BC371891137C50200BDEDEB /* iPhone_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPhone_Prefix.pch; sourceTree = "<group>"; };
38 4BC3718B1137C53100BDEDEB /* iPhoneViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iPhoneViewController.m; sourceTree = SOURCE_ROOT; };
39 4BC3718D1137C53500BDEDEB /* iPhoneAppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = iPhoneAppDelegate.mm; sourceTree = SOURCE_ROOT; };
40 4BCB3797112D633F008C7BC1 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.3.sdk/System/Library/Frameworks/AudioToolbox.framework; sourceTree = "<absolute>"; };
41 /* End PBXFileReference section */
43 /* Begin PBXFrameworksBuildPhase section */
44 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
45 isa = PBXFrameworksBuildPhase;
46 buildActionMask = 2147483647;
48 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
49 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
50 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */,
51 4BCB3798112D633F008C7BC1 /* AudioToolbox.framework in Frameworks */,
53 runOnlyForDeploymentPostprocessing = 0;
55 /* End PBXFrameworksBuildPhase section */
57 /* Begin PBXGroup section */
58 19C28FACFE9D520D11CA2CBB /* Products */ = {
61 1D6058910D05DD3D006BFB54 /* Template.app */,
64 sourceTree = "<group>";
66 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
69 4B425F671136BB83008FDC7D /* main.m */,
70 4BC3718D1137C53500BDEDEB /* iPhoneAppDelegate.mm */,
71 4BC3718B1137C53100BDEDEB /* iPhoneViewController.m */,
72 4BC371841137C50200BDEDEB /* CocoaUI.h */,
73 4BC371861137C50200BDEDEB /* iphone-faust.h */,
74 4BC371871137C50200BDEDEB /* iPhoneAppDelegate.h */,
75 4BC371881137C50200BDEDEB /* iPhoneViewController.h */,
76 4BC371891137C50200BDEDEB /* iPhone_Prefix.pch */,
77 29B97317FDCFA39411CA2CEA /* Resources */,
78 29B97323FDCFA39411CA2CEA /* Frameworks */,
79 19C28FACFE9D520D11CA2CBB /* Products */,
81 name = CustomTemplate;
82 sourceTree = "<group>";
84 29B97317FDCFA39411CA2CEA /* Resources */ = {
87 4B4BE15A113724B700866BE1 /* iPhoneViewController.xib */,
88 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
89 4B4BE15C113724BF00866BE1 /* iPhone-Info.plist */,
90 4B425FE11136C16E008FDC7D /* icon.png */,
93 sourceTree = "<group>";
95 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
98 4BCB3797112D633F008C7BC1 /* AudioToolbox.framework */,
99 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
100 1D30AB110D05D00D00671497 /* Foundation.framework */,
101 288765A40DF7441C002DB57D /* CoreGraphics.framework */,
104 sourceTree = "<group>";
106 /* End PBXGroup section */
108 /* Begin PBXNativeTarget section */
109 1D6058900D05DD3D006BFB54 /* iPhone */ = {
110 isa = PBXNativeTarget;
111 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "iPhone" */;
113 1D60588D0D05DD3D006BFB54 /* Resources */,
114 1D60588E0D05DD3D006BFB54 /* Sources */,
115 1D60588F0D05DD3D006BFB54 /* Frameworks */,
122 productName = FaustiPhone;
123 productReference = 1D6058910D05DD3D006BFB54 /* Template.app */;
124 productType = "com.apple.product-type.application";
126 /* End PBXNativeTarget section */
128 /* Begin PBXProject section */
129 29B97313FDCFA39411CA2CEA /* Project object */ = {
131 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iPhone" */;
132 compatibilityVersion = "Xcode 3.1";
133 developmentRegion = English;
134 hasScannedForEncodings = 1;
141 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
145 1D6058900D05DD3D006BFB54 /* iPhone */,
148 /* End PBXProject section */
150 /* Begin PBXResourcesBuildPhase section */
151 1D60588D0D05DD3D006BFB54 /* Resources */ = {
152 isa = PBXResourcesBuildPhase;
153 buildActionMask = 2147483647;
155 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
156 4B425FE21136C16E008FDC7D /* icon.png in Resources */,
157 4B4BE15B113724B700866BE1 /* iPhoneViewController.xib in Resources */,
158 4B4BE15D113724BF00866BE1 /* iPhone-Info.plist in Resources */,
160 runOnlyForDeploymentPostprocessing = 0;
162 /* End PBXResourcesBuildPhase section */
164 /* Begin PBXSourcesBuildPhase section */
165 1D60588E0D05DD3D006BFB54 /* Sources */ = {
166 isa = PBXSourcesBuildPhase;
167 buildActionMask = 2147483647;
169 4B425F681136BB83008FDC7D /* main.m in Sources */,
170 4BC3718C1137C53100BDEDEB /* iPhoneViewController.m in Sources */,
171 4BC3718E1137C53500BDEDEB /* iPhoneAppDelegate.mm in Sources */,
173 runOnlyForDeploymentPostprocessing = 0;
175 /* End PBXSourcesBuildPhase section */
177 /* Begin XCBuildConfiguration section */
178 1D6058940D05DD3E006BFB54 /* Debug */ = {
179 isa = XCBuildConfiguration;
181 ALWAYS_SEARCH_USER_PATHS = NO;
182 COPY_PHASE_STRIP = NO;
183 GCC_DYNAMIC_NO_PIC = NO;
184 GCC_OPTIMIZATION_LEVEL = 0;
185 GCC_PRECOMPILE_PREFIX_HEADER = YES;
186 GCC_PREFIX_HEADER = iPhone_Prefix.pch;
187 GCC_THUMB_SUPPORT = NO;
188 INFOPLIST_FILE = "iPhone-Info.plist";
189 PRODUCT_NAME = Template;
193 1D6058950D05DD3E006BFB54 /* Release */ = {
194 isa = XCBuildConfiguration;
196 ALWAYS_SEARCH_USER_PATHS = NO;
197 COPY_PHASE_STRIP = YES;
198 GCC_OPTIMIZATION_LEVEL = 3;
199 GCC_PRECOMPILE_PREFIX_HEADER = YES;
200 GCC_PREFIX_HEADER = iPhone_Prefix.pch;
201 GCC_THUMB_SUPPORT = NO;
202 INFOPLIST_FILE = "iPhone-Info.plist";
203 PRODUCT_NAME = Template;
207 C01FCF4F08A954540054247B /* Debug */ = {
208 isa = XCBuildConfiguration;
210 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
211 "CODE_SIGN_IDENTITY[sdk=iphonesimulator3.1.3]" = "iPhone Developer";
212 GCC_C_LANGUAGE_STANDARD = c99;
213 GCC_WARN_ABOUT_RETURN_TYPE = YES;
214 GCC_WARN_UNUSED_VARIABLE = YES;
216 "PROVISIONING_PROFILE[sdk=iphonesimulator3.1.3]" = "";
217 SDKROOT = iphonesimulator3.1.3;
218 USER_HEADER_SEARCH_PATHS = "/usr/local/lib/faust/**";
222 C01FCF5008A954540054247B /* Release */ = {
223 isa = XCBuildConfiguration;
225 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
226 "CODE_SIGN_IDENTITY[sdk=iphonesimulator3.1.3]" = "iPhone Developer";
227 GCC_C_LANGUAGE_STANDARD = c99;
228 GCC_WARN_ABOUT_RETURN_TYPE = YES;
229 GCC_WARN_UNUSED_VARIABLE = YES;
231 "PROVISIONING_PROFILE[sdk=iphonesimulator3.1.3]" = "";
232 SDKROOT = iphonesimulator3.1.3;
233 USER_HEADER_SEARCH_PATHS = "/usr/local/lib/faust/**";
237 /* End XCBuildConfiguration section */
239 /* Begin XCConfigurationList section */
240 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "iPhone" */ = {
241 isa = XCConfigurationList;
242 buildConfigurations = (
243 1D6058940D05DD3E006BFB54 /* Debug */,
244 1D6058950D05DD3E006BFB54 /* Release */,
246 defaultConfigurationIsVisible = 0;
247 defaultConfigurationName = Release;
249 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iPhone" */ = {
250 isa = XCConfigurationList;
251 buildConfigurations = (
252 C01FCF4F08A954540054247B /* Debug */,
253 C01FCF5008A954540054247B /* Release */,
255 defaultConfigurationIsVisible = 0;
256 defaultConfigurationName = Release;
258 /* End XCConfigurationList section */
260 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;