Skip to content

Commit 241b307

Browse files
committed
Updates for the latest ActionUI chnages
ActionUI is in pre-release and recent Table changes are breaking the behavior
1 parent ebf0c67 commit 241b307

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

TextUtil.app/Contents/Resources/Base.lproj/TextUtil.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@
3030
"type": "Table",
3131
"id": 10,
3232
"properties": {
33-
"columns": ["Filename"],
33+
"columns": ["Document"],
3434
"widths": [280],
35-
"itemType": {
36-
"viewType": "Text"
37-
},
38-
"valueChangeActionID": "textutil.files.selection.changed",
35+
"actionID": "textutil.files.selection.changed",
3936
"doubleClickActionID": "textutil.files.double.click",
4037
}
4138
},

codesign_applet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ entitlements_path_root="$self_dir/OMCApplet.entitlements"
3434

3535
entitlements=""
3636

37-
if test -z "$identity"; then
37+
if test -z "$identity" || test "$identity" = "-"; then
3838
identity="-"
3939
timestamp="--timestamp=none"
4040
sign_options=""

0 commit comments

Comments
 (0)