We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf0c67 commit 241b307Copy full SHA for 241b307
2 files changed
TextUtil.app/Contents/Resources/Base.lproj/TextUtil.json
@@ -30,12 +30,9 @@
30
"type": "Table",
31
"id": 10,
32
"properties": {
33
- "columns": ["Filename"],
+ "columns": ["Document"],
34
"widths": [280],
35
- "itemType": {
36
- "viewType": "Text"
37
- },
38
- "valueChangeActionID": "textutil.files.selection.changed",
+ "actionID": "textutil.files.selection.changed",
39
"doubleClickActionID": "textutil.files.double.click",
40
}
41
},
codesign_applet.sh
@@ -34,7 +34,7 @@ entitlements_path_root="$self_dir/OMCApplet.entitlements"
entitlements=""
-if test -z "$identity"; then
+if test -z "$identity" || test "$identity" = "-"; then
identity="-"
timestamp="--timestamp=none"
sign_options=""
0 commit comments