Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Commit d68071b

Browse files
committed
add app icon
1 parent 1981c6b commit d68071b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

863 KB
Loading

Countdown/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646
"scale" : "1x"
4747
},
4848
{
49-
"idiom" : "mac",
5049
"size" : "512x512",
50+
"idiom" : "mac",
51+
"filename" : "App Icon.png",
5152
"scale" : "2x"
5253
}
5354
],

Countdown/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.0</string>
20+
<string>0.1.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)