Browse Source

Removed duplicated icon files

Thomas Buck 8 years ago
parent
commit
0e2ce1aa7f

+ 5
- 2
Makefile View File

@@ -13,12 +13,14 @@ CFLAGS ?= -Wall -pedantic -std=c11
13 13
 
14 14
 # Build all binaries
15 15
 all: bin/protocol bin/foohid build/Release/SerialGamepad.app
16
-	cp -R build/Release/SerialGamepad.app bin/SerialGamepad.app
16
+	@rm -rf bin/SerialGamepad.app
17
+	@cp -R build/Release/SerialGamepad.app bin/SerialGamepad.app
17 18
 
18 19
 # Install locally
19 20
 install: bin/protocol bin/foohid build/Release/SerialGamepad.app
20 21
 	cp bin/protocol /usr/local/bin/serial-protocol
21 22
 	cp bin/foohid /usr/local/bin/foohid
23
+	@rm -rf /Applications/SerialGamepad.app
22 24
 	cp -r build/Release/SerialGamepad.app /Applications/SerialGamepad.app
23 25
 
24 26
 # Build GUI project
@@ -38,7 +40,8 @@ bin/foohid: src/serial.o src/foohid.o
38 40
 # Build distributable installer package
39 41
 distribute: build/Installer.pkg
40 42
 	@mkdir -p bin
41
-	cp -R build/Installer.pkg bin/SerialGamepad.pkg
43
+	@rm -rf bin/SerialGamepad.pkg
44
+	@cp -R build/Installer.pkg bin/SerialGamepad.pkg
42 45
 
43 46
 # Download foohid binary dependency
44 47
 build/foohid.pkg:

BIN
SerialGamepad/Assets.xcassets/AppIcon.appiconset/256-1.png View File


BIN
SerialGamepad/Assets.xcassets/AppIcon.appiconset/32-1.png View File


BIN
SerialGamepad/Assets.xcassets/AppIcon.appiconset/512-1.png View File


+ 4
- 4
SerialGamepad/Assets.xcassets/AppIcon.appiconset/Contents.json View File

@@ -9,7 +9,7 @@
9 9
     {
10 10
       "size" : "16x16",
11 11
       "idiom" : "mac",
12
-      "filename" : "32-1.png",
12
+      "filename" : "32.png",
13 13
       "scale" : "2x"
14 14
     },
15 15
     {
@@ -33,7 +33,7 @@
33 33
     {
34 34
       "size" : "128x128",
35 35
       "idiom" : "mac",
36
-      "filename" : "256-1.png",
36
+      "filename" : "256.png",
37 37
       "scale" : "2x"
38 38
     },
39 39
     {
@@ -45,7 +45,7 @@
45 45
     {
46 46
       "size" : "256x256",
47 47
       "idiom" : "mac",
48
-      "filename" : "512-1.png",
48
+      "filename" : "512.png",
49 49
       "scale" : "2x"
50 50
     },
51 51
     {
@@ -65,4 +65,4 @@
65 65
     "version" : 1,
66 66
     "author" : "xcode"
67 67
   }
68
-}
68
+}

+ 1
- 1
SerialGamepad/Info.plist View File

@@ -21,7 +21,7 @@
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleVersion</key>
24
-	<string>89</string>
24
+	<string>91</string>
25 25
 	<key>LSApplicationCategoryType</key>
26 26
 	<string>public.app-category.utilities</string>
27 27
 	<key>LSMinimumSystemVersion</key>

Loading…
Cancel
Save