|
@@ -0,0 +1,479 @@
|
|
1
|
+// !$*UTF8*$!
|
|
2
|
+{
|
|
3
|
+ archiveVersion = 1;
|
|
4
|
+ classes = {
|
|
5
|
+ };
|
|
6
|
+ objectVersion = 46;
|
|
7
|
+ objects = {
|
|
8
|
+
|
|
9
|
+/* Begin PBXBuildFile section */
|
|
10
|
+ E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
|
|
11
|
+ E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F29184961010004AE02 /* InfoPlist.strings */; };
|
|
12
|
+ E9CF1F2D184961010004AE02 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F2C184961010004AE02 /* main.m */; };
|
|
13
|
+ E9CF1F31184961010004AE02 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F2F184961010004AE02 /* Credits.rtf */; };
|
|
14
|
+ E9CF1F34184961010004AE02 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F33184961010004AE02 /* AppDelegate.m */; };
|
|
15
|
+ E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F35184961020004AE02 /* MainMenu.xib */; };
|
|
16
|
+ E9CF1F39184961020004AE02 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F38184961020004AE02 /* Images.xcassets */; };
|
|
17
|
+ E9CF1F40184961020004AE02 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F3F184961020004AE02 /* XCTest.framework */; };
|
|
18
|
+ E9CF1F41184961020004AE02 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
|
|
19
|
+ E9CF1F49184961020004AE02 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F47184961020004AE02 /* InfoPlist.strings */; };
|
|
20
|
+ E9CF1F4B184961020004AE02 /* RedditBarTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F4A184961020004AE02 /* RedditBarTests.m */; };
|
|
21
|
+/* End PBXBuildFile section */
|
|
22
|
+
|
|
23
|
+/* Begin PBXContainerItemProxy section */
|
|
24
|
+ E9CF1F42184961020004AE02 /* PBXContainerItemProxy */ = {
|
|
25
|
+ isa = PBXContainerItemProxy;
|
|
26
|
+ containerPortal = E9CF1F15184961010004AE02 /* Project object */;
|
|
27
|
+ proxyType = 1;
|
|
28
|
+ remoteGlobalIDString = E9CF1F1C184961010004AE02;
|
|
29
|
+ remoteInfo = RedditBar;
|
|
30
|
+ };
|
|
31
|
+/* End PBXContainerItemProxy section */
|
|
32
|
+
|
|
33
|
+/* Begin PBXFileReference section */
|
|
34
|
+ E9CF1F1D184961010004AE02 /* RedditBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RedditBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
35
|
+ E9CF1F20184961010004AE02 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
36
|
+ E9CF1F23184961010004AE02 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
37
|
+ E9CF1F24184961010004AE02 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
38
|
+ E9CF1F25184961010004AE02 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
39
|
+ E9CF1F28184961010004AE02 /* RedditBar-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBar-Info.plist"; sourceTree = "<group>"; };
|
|
40
|
+ E9CF1F2A184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
41
|
+ E9CF1F2C184961010004AE02 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
42
|
+ E9CF1F2E184961010004AE02 /* RedditBar-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RedditBar-Prefix.pch"; sourceTree = "<group>"; };
|
|
43
|
+ E9CF1F30184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
|
|
44
|
+ E9CF1F32184961010004AE02 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
45
|
+ E9CF1F33184961010004AE02 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
46
|
+ E9CF1F36184961020004AE02 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
47
|
+ E9CF1F38184961020004AE02 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
48
|
+ E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RedditBarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
49
|
+ E9CF1F3F184961020004AE02 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
|
50
|
+ E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBarTests-Info.plist"; sourceTree = "<group>"; };
|
|
51
|
+ E9CF1F48184961020004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
52
|
+ E9CF1F4A184961020004AE02 /* RedditBarTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RedditBarTests.m; sourceTree = "<group>"; };
|
|
53
|
+/* End PBXFileReference section */
|
|
54
|
+
|
|
55
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
56
|
+ E9CF1F1A184961010004AE02 /* Frameworks */ = {
|
|
57
|
+ isa = PBXFrameworksBuildPhase;
|
|
58
|
+ buildActionMask = 2147483647;
|
|
59
|
+ files = (
|
|
60
|
+ E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */,
|
|
61
|
+ );
|
|
62
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
63
|
+ };
|
|
64
|
+ E9CF1F3B184961020004AE02 /* Frameworks */ = {
|
|
65
|
+ isa = PBXFrameworksBuildPhase;
|
|
66
|
+ buildActionMask = 2147483647;
|
|
67
|
+ files = (
|
|
68
|
+ E9CF1F41184961020004AE02 /* Cocoa.framework in Frameworks */,
|
|
69
|
+ E9CF1F40184961020004AE02 /* XCTest.framework in Frameworks */,
|
|
70
|
+ );
|
|
71
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
72
|
+ };
|
|
73
|
+/* End PBXFrameworksBuildPhase section */
|
|
74
|
+
|
|
75
|
+/* Begin PBXGroup section */
|
|
76
|
+ E9CF1F14184961010004AE02 = {
|
|
77
|
+ isa = PBXGroup;
|
|
78
|
+ children = (
|
|
79
|
+ E9CF1F26184961010004AE02 /* RedditBar */,
|
|
80
|
+ E9CF1F44184961020004AE02 /* RedditBarTests */,
|
|
81
|
+ E9CF1F1F184961010004AE02 /* Frameworks */,
|
|
82
|
+ E9CF1F1E184961010004AE02 /* Products */,
|
|
83
|
+ );
|
|
84
|
+ sourceTree = "<group>";
|
|
85
|
+ };
|
|
86
|
+ E9CF1F1E184961010004AE02 /* Products */ = {
|
|
87
|
+ isa = PBXGroup;
|
|
88
|
+ children = (
|
|
89
|
+ E9CF1F1D184961010004AE02 /* RedditBar.app */,
|
|
90
|
+ E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */,
|
|
91
|
+ );
|
|
92
|
+ name = Products;
|
|
93
|
+ sourceTree = "<group>";
|
|
94
|
+ };
|
|
95
|
+ E9CF1F1F184961010004AE02 /* Frameworks */ = {
|
|
96
|
+ isa = PBXGroup;
|
|
97
|
+ children = (
|
|
98
|
+ E9CF1F20184961010004AE02 /* Cocoa.framework */,
|
|
99
|
+ E9CF1F3F184961020004AE02 /* XCTest.framework */,
|
|
100
|
+ E9CF1F22184961010004AE02 /* Other Frameworks */,
|
|
101
|
+ );
|
|
102
|
+ name = Frameworks;
|
|
103
|
+ sourceTree = "<group>";
|
|
104
|
+ };
|
|
105
|
+ E9CF1F22184961010004AE02 /* Other Frameworks */ = {
|
|
106
|
+ isa = PBXGroup;
|
|
107
|
+ children = (
|
|
108
|
+ E9CF1F23184961010004AE02 /* AppKit.framework */,
|
|
109
|
+ E9CF1F24184961010004AE02 /* CoreData.framework */,
|
|
110
|
+ E9CF1F25184961010004AE02 /* Foundation.framework */,
|
|
111
|
+ );
|
|
112
|
+ name = "Other Frameworks";
|
|
113
|
+ sourceTree = "<group>";
|
|
114
|
+ };
|
|
115
|
+ E9CF1F26184961010004AE02 /* RedditBar */ = {
|
|
116
|
+ isa = PBXGroup;
|
|
117
|
+ children = (
|
|
118
|
+ E9CF1F32184961010004AE02 /* AppDelegate.h */,
|
|
119
|
+ E9CF1F33184961010004AE02 /* AppDelegate.m */,
|
|
120
|
+ E9CF1F35184961020004AE02 /* MainMenu.xib */,
|
|
121
|
+ E9CF1F38184961020004AE02 /* Images.xcassets */,
|
|
122
|
+ E9CF1F27184961010004AE02 /* Supporting Files */,
|
|
123
|
+ );
|
|
124
|
+ path = RedditBar;
|
|
125
|
+ sourceTree = "<group>";
|
|
126
|
+ };
|
|
127
|
+ E9CF1F27184961010004AE02 /* Supporting Files */ = {
|
|
128
|
+ isa = PBXGroup;
|
|
129
|
+ children = (
|
|
130
|
+ E9CF1F28184961010004AE02 /* RedditBar-Info.plist */,
|
|
131
|
+ E9CF1F29184961010004AE02 /* InfoPlist.strings */,
|
|
132
|
+ E9CF1F2C184961010004AE02 /* main.m */,
|
|
133
|
+ E9CF1F2E184961010004AE02 /* RedditBar-Prefix.pch */,
|
|
134
|
+ E9CF1F2F184961010004AE02 /* Credits.rtf */,
|
|
135
|
+ );
|
|
136
|
+ name = "Supporting Files";
|
|
137
|
+ sourceTree = "<group>";
|
|
138
|
+ };
|
|
139
|
+ E9CF1F44184961020004AE02 /* RedditBarTests */ = {
|
|
140
|
+ isa = PBXGroup;
|
|
141
|
+ children = (
|
|
142
|
+ E9CF1F4A184961020004AE02 /* RedditBarTests.m */,
|
|
143
|
+ E9CF1F45184961020004AE02 /* Supporting Files */,
|
|
144
|
+ );
|
|
145
|
+ path = RedditBarTests;
|
|
146
|
+ sourceTree = "<group>";
|
|
147
|
+ };
|
|
148
|
+ E9CF1F45184961020004AE02 /* Supporting Files */ = {
|
|
149
|
+ isa = PBXGroup;
|
|
150
|
+ children = (
|
|
151
|
+ E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */,
|
|
152
|
+ E9CF1F47184961020004AE02 /* InfoPlist.strings */,
|
|
153
|
+ );
|
|
154
|
+ name = "Supporting Files";
|
|
155
|
+ sourceTree = "<group>";
|
|
156
|
+ };
|
|
157
|
+/* End PBXGroup section */
|
|
158
|
+
|
|
159
|
+/* Begin PBXNativeTarget section */
|
|
160
|
+ E9CF1F1C184961010004AE02 /* RedditBar */ = {
|
|
161
|
+ isa = PBXNativeTarget;
|
|
162
|
+ buildConfigurationList = E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBar" */;
|
|
163
|
+ buildPhases = (
|
|
164
|
+ E9CF1F19184961010004AE02 /* Sources */,
|
|
165
|
+ E9CF1F1A184961010004AE02 /* Frameworks */,
|
|
166
|
+ E9CF1F1B184961010004AE02 /* Resources */,
|
|
167
|
+ );
|
|
168
|
+ buildRules = (
|
|
169
|
+ );
|
|
170
|
+ dependencies = (
|
|
171
|
+ );
|
|
172
|
+ name = RedditBar;
|
|
173
|
+ productName = RedditBar;
|
|
174
|
+ productReference = E9CF1F1D184961010004AE02 /* RedditBar.app */;
|
|
175
|
+ productType = "com.apple.product-type.application";
|
|
176
|
+ };
|
|
177
|
+ E9CF1F3D184961020004AE02 /* RedditBarTests */ = {
|
|
178
|
+ isa = PBXNativeTarget;
|
|
179
|
+ buildConfigurationList = E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBarTests" */;
|
|
180
|
+ buildPhases = (
|
|
181
|
+ E9CF1F3A184961020004AE02 /* Sources */,
|
|
182
|
+ E9CF1F3B184961020004AE02 /* Frameworks */,
|
|
183
|
+ E9CF1F3C184961020004AE02 /* Resources */,
|
|
184
|
+ );
|
|
185
|
+ buildRules = (
|
|
186
|
+ );
|
|
187
|
+ dependencies = (
|
|
188
|
+ E9CF1F43184961020004AE02 /* PBXTargetDependency */,
|
|
189
|
+ );
|
|
190
|
+ name = RedditBarTests;
|
|
191
|
+ productName = RedditBarTests;
|
|
192
|
+ productReference = E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */;
|
|
193
|
+ productType = "com.apple.product-type.bundle.unit-test";
|
|
194
|
+ };
|
|
195
|
+/* End PBXNativeTarget section */
|
|
196
|
+
|
|
197
|
+/* Begin PBXProject section */
|
|
198
|
+ E9CF1F15184961010004AE02 /* Project object */ = {
|
|
199
|
+ isa = PBXProject;
|
|
200
|
+ attributes = {
|
|
201
|
+ LastUpgradeCheck = 0500;
|
|
202
|
+ ORGANIZATIONNAME = xythobuz;
|
|
203
|
+ TargetAttributes = {
|
|
204
|
+ E9CF1F3D184961020004AE02 = {
|
|
205
|
+ TestTargetID = E9CF1F1C184961010004AE02;
|
|
206
|
+ };
|
|
207
|
+ };
|
|
208
|
+ };
|
|
209
|
+ buildConfigurationList = E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "RedditBar" */;
|
|
210
|
+ compatibilityVersion = "Xcode 3.2";
|
|
211
|
+ developmentRegion = English;
|
|
212
|
+ hasScannedForEncodings = 0;
|
|
213
|
+ knownRegions = (
|
|
214
|
+ en,
|
|
215
|
+ Base,
|
|
216
|
+ );
|
|
217
|
+ mainGroup = E9CF1F14184961010004AE02;
|
|
218
|
+ productRefGroup = E9CF1F1E184961010004AE02 /* Products */;
|
|
219
|
+ projectDirPath = "";
|
|
220
|
+ projectRoot = "";
|
|
221
|
+ targets = (
|
|
222
|
+ E9CF1F1C184961010004AE02 /* RedditBar */,
|
|
223
|
+ E9CF1F3D184961020004AE02 /* RedditBarTests */,
|
|
224
|
+ );
|
|
225
|
+ };
|
|
226
|
+/* End PBXProject section */
|
|
227
|
+
|
|
228
|
+/* Begin PBXResourcesBuildPhase section */
|
|
229
|
+ E9CF1F1B184961010004AE02 /* Resources */ = {
|
|
230
|
+ isa = PBXResourcesBuildPhase;
|
|
231
|
+ buildActionMask = 2147483647;
|
|
232
|
+ files = (
|
|
233
|
+ E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */,
|
|
234
|
+ E9CF1F39184961020004AE02 /* Images.xcassets in Resources */,
|
|
235
|
+ E9CF1F31184961010004AE02 /* Credits.rtf in Resources */,
|
|
236
|
+ E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */,
|
|
237
|
+ );
|
|
238
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
239
|
+ };
|
|
240
|
+ E9CF1F3C184961020004AE02 /* Resources */ = {
|
|
241
|
+ isa = PBXResourcesBuildPhase;
|
|
242
|
+ buildActionMask = 2147483647;
|
|
243
|
+ files = (
|
|
244
|
+ E9CF1F49184961020004AE02 /* InfoPlist.strings in Resources */,
|
|
245
|
+ );
|
|
246
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
247
|
+ };
|
|
248
|
+/* End PBXResourcesBuildPhase section */
|
|
249
|
+
|
|
250
|
+/* Begin PBXSourcesBuildPhase section */
|
|
251
|
+ E9CF1F19184961010004AE02 /* Sources */ = {
|
|
252
|
+ isa = PBXSourcesBuildPhase;
|
|
253
|
+ buildActionMask = 2147483647;
|
|
254
|
+ files = (
|
|
255
|
+ E9CF1F34184961010004AE02 /* AppDelegate.m in Sources */,
|
|
256
|
+ E9CF1F2D184961010004AE02 /* main.m in Sources */,
|
|
257
|
+ );
|
|
258
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
259
|
+ };
|
|
260
|
+ E9CF1F3A184961020004AE02 /* Sources */ = {
|
|
261
|
+ isa = PBXSourcesBuildPhase;
|
|
262
|
+ buildActionMask = 2147483647;
|
|
263
|
+ files = (
|
|
264
|
+ E9CF1F4B184961020004AE02 /* RedditBarTests.m in Sources */,
|
|
265
|
+ );
|
|
266
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
267
|
+ };
|
|
268
|
+/* End PBXSourcesBuildPhase section */
|
|
269
|
+
|
|
270
|
+/* Begin PBXTargetDependency section */
|
|
271
|
+ E9CF1F43184961020004AE02 /* PBXTargetDependency */ = {
|
|
272
|
+ isa = PBXTargetDependency;
|
|
273
|
+ target = E9CF1F1C184961010004AE02 /* RedditBar */;
|
|
274
|
+ targetProxy = E9CF1F42184961020004AE02 /* PBXContainerItemProxy */;
|
|
275
|
+ };
|
|
276
|
+/* End PBXTargetDependency section */
|
|
277
|
+
|
|
278
|
+/* Begin PBXVariantGroup section */
|
|
279
|
+ E9CF1F29184961010004AE02 /* InfoPlist.strings */ = {
|
|
280
|
+ isa = PBXVariantGroup;
|
|
281
|
+ children = (
|
|
282
|
+ E9CF1F2A184961010004AE02 /* en */,
|
|
283
|
+ );
|
|
284
|
+ name = InfoPlist.strings;
|
|
285
|
+ sourceTree = "<group>";
|
|
286
|
+ };
|
|
287
|
+ E9CF1F2F184961010004AE02 /* Credits.rtf */ = {
|
|
288
|
+ isa = PBXVariantGroup;
|
|
289
|
+ children = (
|
|
290
|
+ E9CF1F30184961010004AE02 /* en */,
|
|
291
|
+ );
|
|
292
|
+ name = Credits.rtf;
|
|
293
|
+ sourceTree = "<group>";
|
|
294
|
+ };
|
|
295
|
+ E9CF1F35184961020004AE02 /* MainMenu.xib */ = {
|
|
296
|
+ isa = PBXVariantGroup;
|
|
297
|
+ children = (
|
|
298
|
+ E9CF1F36184961020004AE02 /* Base */,
|
|
299
|
+ );
|
|
300
|
+ name = MainMenu.xib;
|
|
301
|
+ sourceTree = "<group>";
|
|
302
|
+ };
|
|
303
|
+ E9CF1F47184961020004AE02 /* InfoPlist.strings */ = {
|
|
304
|
+ isa = PBXVariantGroup;
|
|
305
|
+ children = (
|
|
306
|
+ E9CF1F48184961020004AE02 /* en */,
|
|
307
|
+ );
|
|
308
|
+ name = InfoPlist.strings;
|
|
309
|
+ sourceTree = "<group>";
|
|
310
|
+ };
|
|
311
|
+/* End PBXVariantGroup section */
|
|
312
|
+
|
|
313
|
+/* Begin XCBuildConfiguration section */
|
|
314
|
+ E9CF1F4C184961020004AE02 /* Debug */ = {
|
|
315
|
+ isa = XCBuildConfiguration;
|
|
316
|
+ buildSettings = {
|
|
317
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
318
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
319
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
320
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
321
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
322
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
323
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
324
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
325
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
326
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
327
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
328
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
329
|
+ COPY_PHASE_STRIP = NO;
|
|
330
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
331
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
332
|
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
333
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
334
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
335
|
+ "DEBUG=1",
|
|
336
|
+ "$(inherited)",
|
|
337
|
+ );
|
|
338
|
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
339
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
340
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
341
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
342
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
343
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
344
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
345
|
+ MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
346
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
347
|
+ SDKROOT = macosx;
|
|
348
|
+ };
|
|
349
|
+ name = Debug;
|
|
350
|
+ };
|
|
351
|
+ E9CF1F4D184961020004AE02 /* Release */ = {
|
|
352
|
+ isa = XCBuildConfiguration;
|
|
353
|
+ buildSettings = {
|
|
354
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
355
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
356
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
357
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
358
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
359
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
360
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
361
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
362
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
363
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
364
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
365
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
366
|
+ COPY_PHASE_STRIP = YES;
|
|
367
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
368
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
369
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
370
|
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
371
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
372
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
373
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
374
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
375
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
376
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
377
|
+ MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
378
|
+ SDKROOT = macosx;
|
|
379
|
+ };
|
|
380
|
+ name = Release;
|
|
381
|
+ };
|
|
382
|
+ E9CF1F4F184961020004AE02 /* Debug */ = {
|
|
383
|
+ isa = XCBuildConfiguration;
|
|
384
|
+ buildSettings = {
|
|
385
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
386
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
387
|
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
388
|
+ GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
|
|
389
|
+ INFOPLIST_FILE = "RedditBar/RedditBar-Info.plist";
|
|
390
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
391
|
+ WRAPPER_EXTENSION = app;
|
|
392
|
+ };
|
|
393
|
+ name = Debug;
|
|
394
|
+ };
|
|
395
|
+ E9CF1F50184961020004AE02 /* Release */ = {
|
|
396
|
+ isa = XCBuildConfiguration;
|
|
397
|
+ buildSettings = {
|
|
398
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
399
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
400
|
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
401
|
+ GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
|
|
402
|
+ INFOPLIST_FILE = "RedditBar/RedditBar-Info.plist";
|
|
403
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
404
|
+ WRAPPER_EXTENSION = app;
|
|
405
|
+ };
|
|
406
|
+ name = Release;
|
|
407
|
+ };
|
|
408
|
+ E9CF1F52184961020004AE02 /* Debug */ = {
|
|
409
|
+ isa = XCBuildConfiguration;
|
|
410
|
+ buildSettings = {
|
|
411
|
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RedditBar.app/Contents/MacOS/RedditBar";
|
|
412
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
413
|
+ FRAMEWORK_SEARCH_PATHS = (
|
|
414
|
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
415
|
+ "$(inherited)",
|
|
416
|
+ );
|
|
417
|
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
418
|
+ GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
|
|
419
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
420
|
+ "DEBUG=1",
|
|
421
|
+ "$(inherited)",
|
|
422
|
+ );
|
|
423
|
+ INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
|
|
424
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
425
|
+ TEST_HOST = "$(BUNDLE_LOADER)";
|
|
426
|
+ WRAPPER_EXTENSION = xctest;
|
|
427
|
+ };
|
|
428
|
+ name = Debug;
|
|
429
|
+ };
|
|
430
|
+ E9CF1F53184961020004AE02 /* Release */ = {
|
|
431
|
+ isa = XCBuildConfiguration;
|
|
432
|
+ buildSettings = {
|
|
433
|
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RedditBar.app/Contents/MacOS/RedditBar";
|
|
434
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
435
|
+ FRAMEWORK_SEARCH_PATHS = (
|
|
436
|
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
437
|
+ "$(inherited)",
|
|
438
|
+ );
|
|
439
|
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
440
|
+ GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
|
|
441
|
+ INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
|
|
442
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
443
|
+ TEST_HOST = "$(BUNDLE_LOADER)";
|
|
444
|
+ WRAPPER_EXTENSION = xctest;
|
|
445
|
+ };
|
|
446
|
+ name = Release;
|
|
447
|
+ };
|
|
448
|
+/* End XCBuildConfiguration section */
|
|
449
|
+
|
|
450
|
+/* Begin XCConfigurationList section */
|
|
451
|
+ E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "RedditBar" */ = {
|
|
452
|
+ isa = XCConfigurationList;
|
|
453
|
+ buildConfigurations = (
|
|
454
|
+ E9CF1F4C184961020004AE02 /* Debug */,
|
|
455
|
+ E9CF1F4D184961020004AE02 /* Release */,
|
|
456
|
+ );
|
|
457
|
+ defaultConfigurationIsVisible = 0;
|
|
458
|
+ defaultConfigurationName = Release;
|
|
459
|
+ };
|
|
460
|
+ E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBar" */ = {
|
|
461
|
+ isa = XCConfigurationList;
|
|
462
|
+ buildConfigurations = (
|
|
463
|
+ E9CF1F4F184961020004AE02 /* Debug */,
|
|
464
|
+ E9CF1F50184961020004AE02 /* Release */,
|
|
465
|
+ );
|
|
466
|
+ defaultConfigurationIsVisible = 0;
|
|
467
|
+ };
|
|
468
|
+ E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBarTests" */ = {
|
|
469
|
+ isa = XCConfigurationList;
|
|
470
|
+ buildConfigurations = (
|
|
471
|
+ E9CF1F52184961020004AE02 /* Debug */,
|
|
472
|
+ E9CF1F53184961020004AE02 /* Release */,
|
|
473
|
+ );
|
|
474
|
+ defaultConfigurationIsVisible = 0;
|
|
475
|
+ };
|
|
476
|
+/* End XCConfigurationList section */
|
|
477
|
+ };
|
|
478
|
+ rootObject = E9CF1F15184961010004AE02 /* Project object */;
|
|
479
|
+}
|