Initial Commit
[kaleidoscope.git] / Kaleidoscope.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 A38E77AA1E3961F000AFF10F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A38E77A91E3961F000AFF10F /* main.cpp */; };
11 /* End PBXBuildFile section */
12
13 /* Begin PBXCopyFilesBuildPhase section */
14                 A38E77A41E3961EF00AFF10F /* CopyFiles */ = {
15                         isa = PBXCopyFilesBuildPhase;
16                         buildActionMask = 2147483647;
17                         dstPath = /usr/share/man/man1/;
18                         dstSubfolderSpec = 0;
19                         files = (
20                         );
21                         runOnlyForDeploymentPostprocessing = 1;
22                 };
23 /* End PBXCopyFilesBuildPhase section */
24
25 /* Begin PBXFileReference section */
26                 A38E77A61E3961F000AFF10F /* Kaleidoscope */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Kaleidoscope; sourceTree = BUILT_PRODUCTS_DIR; };
27                 A38E77A91E3961F000AFF10F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
28 /* End PBXFileReference section */
29
30 /* Begin PBXFrameworksBuildPhase section */
31                 A38E77A31E3961EF00AFF10F /* Frameworks */ = {
32                         isa = PBXFrameworksBuildPhase;
33                         buildActionMask = 2147483647;
34                         files = (
35                         );
36                         runOnlyForDeploymentPostprocessing = 0;
37                 };
38 /* End PBXFrameworksBuildPhase section */
39
40 /* Begin PBXGroup section */
41                 A38E779D1E3961EF00AFF10F = {
42                         isa = PBXGroup;
43                         children = (
44                                 A38E77A81E3961F000AFF10F /* Kaleidoscope */,
45                                 A38E77A71E3961F000AFF10F /* Products */,
46                         );
47                         sourceTree = "<group>";
48                 };
49                 A38E77A71E3961F000AFF10F /* Products */ = {
50                         isa = PBXGroup;
51                         children = (
52                                 A38E77A61E3961F000AFF10F /* Kaleidoscope */,
53                         );
54                         name = Products;
55                         sourceTree = "<group>";
56                 };
57                 A38E77A81E3961F000AFF10F /* Kaleidoscope */ = {
58                         isa = PBXGroup;
59                         children = (
60                                 A38E77A91E3961F000AFF10F /* main.cpp */,
61                         );
62                         path = Kaleidoscope;
63                         sourceTree = "<group>";
64                 };
65 /* End PBXGroup section */
66
67 /* Begin PBXNativeTarget section */
68                 A38E77A51E3961EF00AFF10F /* Kaleidoscope */ = {
69                         isa = PBXNativeTarget;
70                         buildConfigurationList = A38E77AD1E3961F000AFF10F /* Build configuration list for PBXNativeTarget "Kaleidoscope" */;
71                         buildPhases = (
72                                 A38E77A21E3961EF00AFF10F /* Sources */,
73                                 A38E77A31E3961EF00AFF10F /* Frameworks */,
74                                 A38E77A41E3961EF00AFF10F /* CopyFiles */,
75                         );
76                         buildRules = (
77                         );
78                         dependencies = (
79                         );
80                         name = Kaleidoscope;
81                         productName = Kaleidoscope;
82                         productReference = A38E77A61E3961F000AFF10F /* Kaleidoscope */;
83                         productType = "com.apple.product-type.tool";
84                 };
85 /* End PBXNativeTarget section */
86
87 /* Begin PBXProject section */
88                 A38E779E1E3961EF00AFF10F /* Project object */ = {
89                         isa = PBXProject;
90                         attributes = {
91                                 LastUpgradeCheck = 0820;
92                                 ORGANIZATIONNAME = "Luke Lau";
93                                 TargetAttributes = {
94                                         A38E77A51E3961EF00AFF10F = {
95                                                 CreatedOnToolsVersion = 8.2.1;
96                                                 DevelopmentTeam = 7R888D749H;
97                                                 ProvisioningStyle = Automatic;
98                                         };
99                                 };
100                         };
101                         buildConfigurationList = A38E77A11E3961EF00AFF10F /* Build configuration list for PBXProject "Kaleidoscope" */;
102                         compatibilityVersion = "Xcode 3.2";
103                         developmentRegion = English;
104                         hasScannedForEncodings = 0;
105                         knownRegions = (
106                                 en,
107                         );
108                         mainGroup = A38E779D1E3961EF00AFF10F;
109                         productRefGroup = A38E77A71E3961F000AFF10F /* Products */;
110                         projectDirPath = "";
111                         projectRoot = "";
112                         targets = (
113                                 A38E77A51E3961EF00AFF10F /* Kaleidoscope */,
114                         );
115                 };
116 /* End PBXProject section */
117
118 /* Begin PBXSourcesBuildPhase section */
119                 A38E77A21E3961EF00AFF10F /* Sources */ = {
120                         isa = PBXSourcesBuildPhase;
121                         buildActionMask = 2147483647;
122                         files = (
123                                 A38E77AA1E3961F000AFF10F /* main.cpp in Sources */,
124                         );
125                         runOnlyForDeploymentPostprocessing = 0;
126                 };
127 /* End PBXSourcesBuildPhase section */
128
129 /* Begin XCBuildConfiguration section */
130                 A38E77AB1E3961F000AFF10F /* Debug */ = {
131                         isa = XCBuildConfiguration;
132                         buildSettings = {
133                                 ALWAYS_SEARCH_USER_PATHS = NO;
134                                 CLANG_ANALYZER_NONNULL = YES;
135                                 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
136                                 CLANG_CXX_LIBRARY = "libc++";
137                                 CLANG_ENABLE_MODULES = YES;
138                                 CLANG_ENABLE_OBJC_ARC = YES;
139                                 CLANG_WARN_BOOL_CONVERSION = YES;
140                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
141                                 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
142                                 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
143                                 CLANG_WARN_EMPTY_BODY = YES;
144                                 CLANG_WARN_ENUM_CONVERSION = YES;
145                                 CLANG_WARN_INFINITE_RECURSION = YES;
146                                 CLANG_WARN_INT_CONVERSION = YES;
147                                 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
148                                 CLANG_WARN_SUSPICIOUS_MOVE = YES;
149                                 CLANG_WARN_UNREACHABLE_CODE = YES;
150                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
151                                 CODE_SIGN_IDENTITY = "-";
152                                 COPY_PHASE_STRIP = NO;
153                                 DEBUG_INFORMATION_FORMAT = dwarf;
154                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
155                                 ENABLE_TESTABILITY = YES;
156                                 GCC_C_LANGUAGE_STANDARD = gnu99;
157                                 GCC_DYNAMIC_NO_PIC = NO;
158                                 GCC_NO_COMMON_BLOCKS = YES;
159                                 GCC_OPTIMIZATION_LEVEL = 0;
160                                 GCC_PREPROCESSOR_DEFINITIONS = (
161                                         "DEBUG=1",
162                                         "$(inherited)",
163                                 );
164                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
165                                 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
166                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
167                                 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
168                                 GCC_WARN_UNUSED_FUNCTION = YES;
169                                 GCC_WARN_UNUSED_VARIABLE = YES;
170                                 MACOSX_DEPLOYMENT_TARGET = 10.12;
171                                 MTL_ENABLE_DEBUG_INFO = YES;
172                                 ONLY_ACTIVE_ARCH = YES;
173                                 SDKROOT = macosx;
174                         };
175                         name = Debug;
176                 };
177                 A38E77AC1E3961F000AFF10F /* Release */ = {
178                         isa = XCBuildConfiguration;
179                         buildSettings = {
180                                 ALWAYS_SEARCH_USER_PATHS = NO;
181                                 CLANG_ANALYZER_NONNULL = YES;
182                                 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
183                                 CLANG_CXX_LIBRARY = "libc++";
184                                 CLANG_ENABLE_MODULES = YES;
185                                 CLANG_ENABLE_OBJC_ARC = YES;
186                                 CLANG_WARN_BOOL_CONVERSION = YES;
187                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
188                                 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
189                                 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
190                                 CLANG_WARN_EMPTY_BODY = YES;
191                                 CLANG_WARN_ENUM_CONVERSION = YES;
192                                 CLANG_WARN_INFINITE_RECURSION = YES;
193                                 CLANG_WARN_INT_CONVERSION = YES;
194                                 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
195                                 CLANG_WARN_SUSPICIOUS_MOVE = YES;
196                                 CLANG_WARN_UNREACHABLE_CODE = YES;
197                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
198                                 CODE_SIGN_IDENTITY = "-";
199                                 COPY_PHASE_STRIP = NO;
200                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
201                                 ENABLE_NS_ASSERTIONS = NO;
202                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
203                                 GCC_C_LANGUAGE_STANDARD = gnu99;
204                                 GCC_NO_COMMON_BLOCKS = YES;
205                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
206                                 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
207                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
208                                 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
209                                 GCC_WARN_UNUSED_FUNCTION = YES;
210                                 GCC_WARN_UNUSED_VARIABLE = YES;
211                                 MACOSX_DEPLOYMENT_TARGET = 10.12;
212                                 MTL_ENABLE_DEBUG_INFO = NO;
213                                 SDKROOT = macosx;
214                         };
215                         name = Release;
216                 };
217                 A38E77AE1E3961F000AFF10F /* Debug */ = {
218                         isa = XCBuildConfiguration;
219                         buildSettings = {
220                                 DEVELOPMENT_TEAM = 7R888D749H;
221                                 PRODUCT_NAME = "$(TARGET_NAME)";
222                         };
223                         name = Debug;
224                 };
225                 A38E77AF1E3961F000AFF10F /* Release */ = {
226                         isa = XCBuildConfiguration;
227                         buildSettings = {
228                                 DEVELOPMENT_TEAM = 7R888D749H;
229                                 PRODUCT_NAME = "$(TARGET_NAME)";
230                         };
231                         name = Release;
232                 };
233 /* End XCBuildConfiguration section */
234
235 /* Begin XCConfigurationList section */
236                 A38E77A11E3961EF00AFF10F /* Build configuration list for PBXProject "Kaleidoscope" */ = {
237                         isa = XCConfigurationList;
238                         buildConfigurations = (
239                                 A38E77AB1E3961F000AFF10F /* Debug */,
240                                 A38E77AC1E3961F000AFF10F /* Release */,
241                         );
242                         defaultConfigurationIsVisible = 0;
243                         defaultConfigurationName = Release;
244                 };
245                 A38E77AD1E3961F000AFF10F /* Build configuration list for PBXNativeTarget "Kaleidoscope" */ = {
246                         isa = XCConfigurationList;
247                         buildConfigurations = (
248                                 A38E77AE1E3961F000AFF10F /* Debug */,
249                                 A38E77AF1E3961F000AFF10F /* Release */,
250                         );
251                         defaultConfigurationIsVisible = 0;
252                 };
253 /* End XCConfigurationList section */
254         };
255         rootObject = A38E779E1E3961EF00AFF10F /* Project object */;
256 }