Skip to content

Commit 34af5df

Browse files
committed
Minor updates for to comply with Mac App Store rules.
Per Mac App Store rules, use the bundle name as the name of the directory we write saved window state to in ~/Library/Application Support. Bump versions in Info.plist.
1 parent 30b1d2b commit 34af5df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.2</string>
20+
<string>1.2.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>86</string>
24+
<string>87</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.lifestyle</string>
2727
<key>LSMinimumSystemVersion</key>

dpf.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
(#/showWindow: *help-window-controller* +null-ptr+))
304304

305305
(defparameter *saved-state-directory*
306-
#p"home:Library;Application Support;com.clozure.PictureWindow;")
306+
#p"home:Library;Application Support;com.clozure.store.PictureWindow;")
307307

308308
(defparameter *saved-state-filename* "state.sexp")
309309

0 commit comments

Comments
 (0)