Selaa lähdekoodia

New Menuicon. Now in Images.xcassets. Included Retina Versions.

Thomas Buck 10 vuotta sitten
vanhempi
commit
1de2fbadce

+ 0
- 8
RedditBar.xcodeproj/project.pbxproj Näytä tiedosto

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

+ 18
- 0
RedditBar/Images.xcassets/icon-alt.imageset/Contents.json Näytä tiedosto

1
+{
2
+  "images" : [
3
+    {
4
+      "idiom" : "universal",
5
+      "scale" : "1x",
6
+      "filename" : "icon-alt.png"
7
+    },
8
+    {
9
+      "idiom" : "universal",
10
+      "scale" : "2x",
11
+      "filename" : "icon-alt@2x.png"
12
+    }
13
+  ],
14
+  "info" : {
15
+    "version" : 1,
16
+    "author" : "xcode"
17
+  }
18
+}

BIN
RedditBar/icon-alt.png → RedditBar/Images.xcassets/icon-alt.imageset/icon-alt.png Näytä tiedosto


BIN
RedditBar/Images.xcassets/icon-alt.imageset/icon-alt@2x.png Näytä tiedosto


+ 18
- 0
RedditBar/Images.xcassets/icon.imageset/Contents.json Näytä tiedosto

1
+{
2
+  "images" : [
3
+    {
4
+      "idiom" : "universal",
5
+      "scale" : "1x",
6
+      "filename" : "icon.png"
7
+    },
8
+    {
9
+      "idiom" : "universal",
10
+      "scale" : "2x",
11
+      "filename" : "icon@2x.png"
12
+    }
13
+  ],
14
+  "info" : {
15
+    "version" : 1,
16
+    "author" : "xcode"
17
+  }
18
+}

BIN
RedditBar/icon.png → RedditBar/Images.xcassets/icon.imageset/icon.png Näytä tiedosto


BIN
RedditBar/Images.xcassets/icon.imageset/icon@2x.png Näytä tiedosto


+ 1
- 1
RedditBar/RedditBar-Info.plist Näytä tiedosto

21
 	<key>CFBundleSignature</key>
21
 	<key>CFBundleSignature</key>
22
 	<string>????</string>
22
 	<string>????</string>
23
 	<key>CFBundleVersion</key>
23
 	<key>CFBundleVersion</key>
24
-	<string>82</string>
24
+	<string>84</string>
25
 	<key>LSApplicationCategoryType</key>
25
 	<key>LSApplicationCategoryType</key>
26
 	<string>public.app-category.utilities</string>
26
 	<string>public.app-category.utilities</string>
27
 	<key>LSMinimumSystemVersion</key>
27
 	<key>LSMinimumSystemVersion</key>

BIN
icon.psd → menuicon.psd Näytä tiedosto


Loading…
Peruuta
Tallenna