|
@@ -21,8 +21,6 @@
|
21
|
21
|
E9CF1F41184961020004AE02 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
|
22
|
22
|
E9CF1F49184961020004AE02 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F47184961020004AE02 /* InfoPlist.strings */; };
|
23
|
23
|
E9CF1F4B184961020004AE02 /* RedditBarTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F4A184961020004AE02 /* RedditBarTests.m */; };
|
24
|
|
- E9CF1F561849654F0004AE02 /* icon-alt.png in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F541849654F0004AE02 /* icon-alt.png */; };
|
25
|
|
- E9CF1F571849654F0004AE02 /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F551849654F0004AE02 /* icon.png */; };
|
26
|
24
|
E9CF1F5C1849685C0004AE02 /* PrefController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F5B1849685C0004AE02 /* PrefController.m */; };
|
27
|
25
|
/* End PBXBuildFile section */
|
28
|
26
|
|
|
@@ -61,8 +59,6 @@
|
61
|
59
|
E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBarTests-Info.plist"; sourceTree = "<group>"; };
|
62
|
60
|
E9CF1F48184961020004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
63
|
61
|
E9CF1F4A184961020004AE02 /* RedditBarTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RedditBarTests.m; sourceTree = "<group>"; };
|
64
|
|
- E9CF1F541849654F0004AE02 /* icon-alt.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-alt.png"; sourceTree = "<group>"; };
|
65
|
|
- E9CF1F551849654F0004AE02 /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; };
|
66
|
62
|
E9CF1F5A1849685C0004AE02 /* PrefController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefController.h; sourceTree = "<group>"; };
|
67
|
63
|
E9CF1F5B1849685C0004AE02 /* PrefController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PrefController.m; sourceTree = "<group>"; };
|
68
|
64
|
/* End PBXFileReference section */
|
|
@@ -130,8 +126,6 @@
|
130
|
126
|
E9CF1F26184961010004AE02 /* RedditBar */ = {
|
131
|
127
|
isa = PBXGroup;
|
132
|
128
|
children = (
|
133
|
|
- E9CF1F541849654F0004AE02 /* icon-alt.png */,
|
134
|
|
- E9CF1F551849654F0004AE02 /* icon.png */,
|
135
|
129
|
E9CF1F32184961010004AE02 /* AppDelegate.h */,
|
136
|
130
|
E9CF1F33184961010004AE02 /* AppDelegate.m */,
|
137
|
131
|
E9B6773C184B73DC00850559 /* Reddit.h */,
|
|
@@ -257,10 +251,8 @@
|
257
|
251
|
files = (
|
258
|
252
|
E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */,
|
259
|
253
|
E9CF1F39184961020004AE02 /* Images.xcassets in Resources */,
|
260
|
|
- E9CF1F571849654F0004AE02 /* icon.png in Resources */,
|
261
|
254
|
E9CF1F31184961010004AE02 /* Credits.rtf in Resources */,
|
262
|
255
|
E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */,
|
263
|
|
- E9CF1F561849654F0004AE02 /* icon-alt.png in Resources */,
|
264
|
256
|
E934191B184A47DE00D03488 /* Prefs.xib in Resources */,
|
265
|
257
|
);
|
266
|
258
|
runOnlyForDeploymentPostprocessing = 0;
|