Skip to content

Commit 606f401

Browse files
committed
Big Sur icon
1 parent 8e0875f commit 606f401

File tree

21 files changed

+4
-71
lines changed

21 files changed

+4
-71
lines changed

imageviewer5.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
"@executable_path/../Frameworks",
320320
);
321321
MACOSX_DEPLOYMENT_TARGET = 10.15;
322-
MARKETING_VERSION = 1.4;
322+
MARKETING_VERSION = 1.4BS;
323323
PRODUCT_BUNDLE_IDENTIFIER = djs.imageviewer5;
324324
PRODUCT_NAME = "$(TARGET_NAME)";
325325
SWIFT_VERSION = 5.0;
@@ -342,7 +342,7 @@
342342
"@executable_path/../Frameworks",
343343
);
344344
MACOSX_DEPLOYMENT_TARGET = 10.15;
345-
MARKETING_VERSION = 1.4;
345+
MARKETING_VERSION = 1.4BS;
346346
PRODUCT_BUNDLE_IDENTIFIER = djs.imageviewer5;
347347
PRODUCT_NAME = "$(TARGET_NAME)";
348348
SWIFT_VERSION = 5.0;
Loading
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Lines changed: 1 addition & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1 @@
1-
{
2-
"images" : [
3-
{
4-
"filename" : "16x16.png",
5-
"idiom" : "mac",
6-
"scale" : "1x",
7-
"size" : "16x16"
8-
},
9-
{
10-
"filename" : "32x32.png",
11-
"idiom" : "mac",
12-
"scale" : "2x",
13-
"size" : "16x16"
14-
},
15-
{
16-
"filename" : "32x32-1.png",
17-
"idiom" : "mac",
18-
"scale" : "1x",
19-
"size" : "32x32"
20-
},
21-
{
22-
"filename" : "64x64.png",
23-
"idiom" : "mac",
24-
"scale" : "2x",
25-
"size" : "32x32"
26-
},
27-
{
28-
"filename" : "128x128.png",
29-
"idiom" : "mac",
30-
"scale" : "1x",
31-
"size" : "128x128"
32-
},
33-
{
34-
"filename" : "256x256-1.png",
35-
"idiom" : "mac",
36-
"scale" : "2x",
37-
"size" : "128x128"
38-
},
39-
{
40-
"filename" : "256x256.png",
41-
"idiom" : "mac",
42-
"scale" : "1x",
43-
"size" : "256x256"
44-
},
45-
{
46-
"filename" : "512x512-1.png",
47-
"idiom" : "mac",
48-
"scale" : "2x",
49-
"size" : "256x256"
50-
},
51-
{
52-
"filename" : "512x512.png",
53-
"idiom" : "mac",
54-
"scale" : "1x",
55-
"size" : "512x512"
56-
},
57-
{
58-
"filename" : "Untitled_Artwork.png",
59-
"idiom" : "mac",
60-
"scale" : "2x",
61-
"size" : "512x512"
62-
}
63-
],
64-
"info" : {
65-
"author" : "xcode",
66-
"version" : 1
67-
}
68-
}
1+
{"images":[{"size":"128x128","expected-size":"128","filename":"128.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"256x256","expected-size":"256","filename":"256.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"128x128","expected-size":"256","filename":"256.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"256x256","expected-size":"512","filename":"512.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"32x32","expected-size":"32","filename":"32.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"512x512","expected-size":"512","filename":"512.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"16x16","expected-size":"16","filename":"16.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"16x16","expected-size":"32","filename":"32.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"32x32","expected-size":"64","filename":"64.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"512x512","expected-size":"1024","filename":"1024.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"}]}
Binary file not shown.

imageviewer5/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<key>CFBundleShortVersionString</key>
3737
<string>$(MARKETING_VERSION)</string>
3838
<key>CFBundleVersion</key>
39-
<string>174</string>
39+
<string>183</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.photography</string>
4242
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)