Skip to content

Commit 26b91ee

Browse files
committed
[packaging] Bump the bundle to 0.1.2
v0.1.1 shipped six commits before main and the cask served it, so every cask user got a build with a dead Quit button and no way to reopen the app after using it. This picks up those six, including the Quit target, no-argument agent launch, the bounded installer check, and the TCC-grant fix for Developer ID rebuilds. Solves: #26 Tests: swift test + pytest below
1 parent 3aac02a commit 26b91ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

swift/Packaging/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundlePackageType</key>
1212
<string>APPL</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0.1.1</string>
14+
<string>0.1.2</string>
1515
<key>CFBundleVersion</key>
16-
<string>2</string>
16+
<string>3</string>
1717
<key>LSMinimumSystemVersion</key>
1818
<string>13.0</string>
1919
<key>LSUIElement</key>

0 commit comments

Comments
 (0)