Skip to content

Commit 95a5744

Browse files
Release v1.0.10
1 parent ca38d08 commit 95a5744

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Casks/screen-cursor.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cask "screen-cursor" do
2-
version "1.0.9"
3-
sha256 "97d4ce8e207e64263eecdd15d417a133c58f9333b81feb7bae31f65b1f546e10"
2+
version "1.0.10"
3+
sha256 "e92973470a4f5737d9e6c7fa53887e8e016458194ec01d3a7276bcc60d2b2429"
44

55
url "https://github.com/mathiasconradt/screencursor/releases/download/v#{version}/Screen-Cursor-#{version}.zip"
66
name "Screen Cursor"

Resources/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<string>en</string>
77
<key>CFBundleExecutable</key>
88
<string>ScreenCursor</string>
9+
<key>CFBundleIconFile</key>
10+
<string>AppIcon</string>
911
<key>CFBundleIdentifier</key>
1012
<string>com.local.ScreenCursor</string>
1113
<key>CFBundleInfoDictionaryVersion</key>
@@ -15,15 +17,13 @@
1517
<key>CFBundlePackageType</key>
1618
<string>APPL</string>
1719
<key>CFBundleShortVersionString</key>
18-
<string>1.0.9</string>
20+
<string>1.0.10</string>
1921
<key>CFBundleVersion</key>
20-
<string>1.0.9</string>
22+
<string>1.0.10</string>
2123
<key>LSMinimumSystemVersion</key>
2224
<string>13.0</string>
2325
<key>LSUIElement</key>
2426
<true/>
25-
<key>CFBundleIconFile</key>
26-
<string>AppIcon</string>
2727
<key>NSHighResolutionCapable</key>
2828
<true/>
2929
</dict>

0 commit comments

Comments
 (0)