source: AE/Installer/trunk/projects/xcode/AE Installer (CLI)/AE Installer (CLI).xcodeproj/project.pbxproj@ 286

Last change on this file since 286 was 286, checked in by iritscen, 16 years ago

Restoring source, adding Xcode proj.

File size: 6.9 KB
Line 
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 30FB5B9B0F800C7D0099CDF6 /* subs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5B9A0F800C7D0099CDF6 /* subs.cpp */; };
11 8DD76F6A0486A84900D96B5E /* AE Installer (CLI).1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E8B029090EE04C91782 /* AE Installer (CLI).1 */; };
12/* End PBXBuildFile section */
13
14/* Begin PBXCopyFilesBuildPhase section */
15 8DD76F690486A84900D96B5E /* CopyFiles */ = {
16 isa = PBXCopyFilesBuildPhase;
17 buildActionMask = 8;
18 dstPath = /usr/share/man/man1/;
19 dstSubfolderSpec = 0;
20 files = (
21 8DD76F6A0486A84900D96B5E /* AE Installer (CLI).1 in CopyFiles */,
22 );
23 runOnlyForDeploymentPostprocessing = 1;
24 };
25/* End PBXCopyFilesBuildPhase section */
26
27/* Begin PBXFileReference section */
28 30FB5B990F800C7D0099CDF6 /* methods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = methods.h; path = ../../../source/methods.h; sourceTree = SOURCE_ROOT; };
29 30FB5B9A0F800C7D0099CDF6 /* subs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = subs.cpp; path = ../../../source/subs.cpp; sourceTree = SOURCE_ROOT; };
30 8DD76F6C0486A84900D96B5E /* AE Installer (CLI) */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "AE Installer (CLI)"; sourceTree = BUILT_PRODUCTS_DIR; };
31 C6859E8B029090EE04C91782 /* AE Installer (CLI).1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = "AE Installer (CLI).1"; sourceTree = "<group>"; };
32/* End PBXFileReference section */
33
34/* Begin PBXFrameworksBuildPhase section */
35 8DD76F660486A84900D96B5E /* Frameworks */ = {
36 isa = PBXFrameworksBuildPhase;
37 buildActionMask = 2147483647;
38 files = (
39 );
40 runOnlyForDeploymentPostprocessing = 0;
41 };
42/* End PBXFrameworksBuildPhase section */
43
44/* Begin PBXGroup section */
45 08FB7794FE84155DC02AAC07 /* AE Installer (CLI) */ = {
46 isa = PBXGroup;
47 children = (
48 08FB7795FE84155DC02AAC07 /* Source */,
49 C6859E8C029090F304C91782 /* Documentation */,
50 1AB674ADFE9D54B511CA2CBB /* Products */,
51 );
52 name = "AE Installer (CLI)";
53 sourceTree = "<group>";
54 };
55 08FB7795FE84155DC02AAC07 /* Source */ = {
56 isa = PBXGroup;
57 children = (
58 30FB5B990F800C7D0099CDF6 /* methods.h */,
59 30FB5B9A0F800C7D0099CDF6 /* subs.cpp */,
60 );
61 name = Source;
62 sourceTree = "<group>";
63 };
64 1AB674ADFE9D54B511CA2CBB /* Products */ = {
65 isa = PBXGroup;
66 children = (
67 8DD76F6C0486A84900D96B5E /* AE Installer (CLI) */,
68 );
69 name = Products;
70 sourceTree = "<group>";
71 };
72 C6859E8C029090F304C91782 /* Documentation */ = {
73 isa = PBXGroup;
74 children = (
75 C6859E8B029090EE04C91782 /* AE Installer (CLI).1 */,
76 );
77 name = Documentation;
78 sourceTree = "<group>";
79 };
80/* End PBXGroup section */
81
82/* Begin PBXNativeTarget section */
83 8DD76F620486A84900D96B5E /* AE Installer */ = {
84 isa = PBXNativeTarget;
85 buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "AE Installer" */;
86 buildPhases = (
87 8DD76F640486A84900D96B5E /* Sources */,
88 8DD76F660486A84900D96B5E /* Frameworks */,
89 8DD76F690486A84900D96B5E /* CopyFiles */,
90 );
91 buildRules = (
92 );
93 dependencies = (
94 );
95 name = "AE Installer";
96 productInstallPath = "$(HOME)/bin";
97 productName = "AE Installer (CLI)";
98 productReference = 8DD76F6C0486A84900D96B5E /* AE Installer (CLI) */;
99 productType = "com.apple.product-type.tool";
100 };
101/* End PBXNativeTarget section */
102
103/* Begin PBXProject section */
104 08FB7793FE84155DC02AAC07 /* Project object */ = {
105 isa = PBXProject;
106 buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "AE Installer (CLI)" */;
107 compatibilityVersion = "Xcode 3.1";
108 hasScannedForEncodings = 1;
109 mainGroup = 08FB7794FE84155DC02AAC07 /* AE Installer (CLI) */;
110 projectDirPath = "";
111 projectRoot = "";
112 targets = (
113 8DD76F620486A84900D96B5E /* AE Installer */,
114 );
115 };
116/* End PBXProject section */
117
118/* Begin PBXSourcesBuildPhase section */
119 8DD76F640486A84900D96B5E /* Sources */ = {
120 isa = PBXSourcesBuildPhase;
121 buildActionMask = 2147483647;
122 files = (
123 30FB5B9B0F800C7D0099CDF6 /* subs.cpp in Sources */,
124 );
125 runOnlyForDeploymentPostprocessing = 0;
126 };
127/* End PBXSourcesBuildPhase section */
128
129/* Begin XCBuildConfiguration section */
130 1DEB923208733DC60010E9CD /* Debug */ = {
131 isa = XCBuildConfiguration;
132 buildSettings = {
133 ALWAYS_SEARCH_USER_PATHS = NO;
134 COPY_PHASE_STRIP = NO;
135 GCC_DYNAMIC_NO_PIC = NO;
136 GCC_ENABLE_FIX_AND_CONTINUE = YES;
137 GCC_MODEL_TUNING = G5;
138 GCC_OPTIMIZATION_LEVEL = 0;
139 GCC_PREPROCESSOR_DEFINITIONS = (
140 "_GLIBCXX_DEBUG=1",
141 "_GLIBCXX_DEBUG_PEDANTIC=1",
142 );
143 INSTALL_PATH = /usr/local/bin;
144 PRODUCT_NAME = "AE Installer (CLI)";
145 };
146 name = Debug;
147 };
148 1DEB923308733DC60010E9CD /* Release */ = {
149 isa = XCBuildConfiguration;
150 buildSettings = {
151 ALWAYS_SEARCH_USER_PATHS = NO;
152 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
153 GCC_MODEL_TUNING = G5;
154 INSTALL_PATH = /usr/local/bin;
155 PRODUCT_NAME = "AE Installer (CLI)";
156 };
157 name = Release;
158 };
159 1DEB923608733DC60010E9CD /* Debug */ = {
160 isa = XCBuildConfiguration;
161 buildSettings = {
162 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
163 GCC_C_LANGUAGE_STANDARD = c99;
164 GCC_INPUT_FILETYPE = sourcecode.cpp.cpp;
165 GCC_MODEL_TUNING = "";
166 GCC_OPTIMIZATION_LEVEL = 0;
167 GCC_PFE_FILE_C_DIALECTS = "objective-c c++ objective-c++";
168 GCC_WARN_ABOUT_RETURN_TYPE = YES;
169 GCC_WARN_UNUSED_VARIABLE = YES;
170 MACOSX_DEPLOYMENT_TARGET = 10.3;
171 ONLY_ACTIVE_ARCH = YES;
172 PREBINDING = NO;
173 SDKROOT = macosx10.5;
174 SYMROOT = ../../../../build;
175 };
176 name = Debug;
177 };
178 1DEB923708733DC60010E9CD /* Release */ = {
179 isa = XCBuildConfiguration;
180 buildSettings = {
181 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
182 GCC_C_LANGUAGE_STANDARD = c99;
183 GCC_WARN_ABOUT_RETURN_TYPE = YES;
184 GCC_WARN_UNUSED_VARIABLE = YES;
185 PREBINDING = NO;
186 SDKROOT = macosx10.3.9;
187 };
188 name = Release;
189 };
190/* End XCBuildConfiguration section */
191
192/* Begin XCConfigurationList section */
193 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "AE Installer" */ = {
194 isa = XCConfigurationList;
195 buildConfigurations = (
196 1DEB923208733DC60010E9CD /* Debug */,
197 1DEB923308733DC60010E9CD /* Release */,
198 );
199 defaultConfigurationIsVisible = 0;
200 defaultConfigurationName = Release;
201 };
202 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "AE Installer (CLI)" */ = {
203 isa = XCConfigurationList;
204 buildConfigurations = (
205 1DEB923608733DC60010E9CD /* Debug */,
206 1DEB923708733DC60010E9CD /* Release */,
207 );
208 defaultConfigurationIsVisible = 0;
209 defaultConfigurationName = Release;
210 };
211/* End XCConfigurationList section */
212 };
213 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
214}
Note: See TracBrowser for help on using the repository browser.