Skip to content

Commit c5fa3b6

Browse files
committed
Sparkle bug fix and support for XSD ad assembler files.
1 parent fff9ab2 commit c5fa3b6

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

Application/Info.plist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
<string>J+ikFQXeR6eaUV0jvyfZAJKeYh+9UKGJuD/kJSIXnZk=</string>
4949
<key>SUScheduledCheckInterval</key>
5050
<real>86400</real>
51+
<key>SUEnableInstallerLauncherService</key>
52+
<true/>
5153
<key>UTExportedTypeDeclarations</key>
5254
<array>
5355
<dict>
@@ -511,6 +513,7 @@
511513
<key>UTTypeConformsTo</key>
512514
<array>
513515
<string>public.source-code</string>
516+
<string>dyn.ah62d4rv4ge80c65r</string>
514517
</array>
515518
<key>UTTypeDescription</key>
516519
<string>ASM source files</string>
@@ -521,6 +524,7 @@
521524
<key>public.filename-extension</key>
522525
<array>
523526
<string>s79</string>
527+
<string>asm</string>
524528
</array>
525529
</dict>
526530
</dict>
@@ -1632,6 +1636,9 @@
16321636
<key>UTTypeConformsTo</key>
16331637
<array>
16341638
<string>public.item</string>
1639+
<string>dyn.ah62d4rv4ge81u6pzqz3hw</string>
1640+
<string>dyn.ah62d4rv4ge81u6k</string>
1641+
<string>dyn.ah62d4rv4ge81u7k</string>
16351642
</array>
16361643
<key>UTTypeDescription</key>
16371644
<string>XSD/XQuery/ProfRaw Source File</string>
@@ -1643,6 +1650,8 @@
16431650
<array>
16441651
<string>xsd</string>
16451652
<string>xquery</string>
1653+
<string>xq</string>
1654+
<string>xu</string>
16461655
</array>
16471656
</dict>
16481657
</dict>

Application/SCSHApp.entitlements

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
6+
<array>
7+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)-spki</string>
8+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)-spks</string>
9+
</array>
510
<key>com.apple.security.temporary-exception.files.absolute-path.read-write</key>
611
<array>
712
<string>/usr/local/bin</string>

QLExtension/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@
258258
<string>dyn.ah62d4rv4ge81u5pu</string>
259259
<string>dyn.ah62d4rv4ge81a3deru</string>
260260
<string>dyn.ah62d4rv4ge81e3pbqv00n</string>
261+
<string>dyn.ah62d4rv4ge80c65r</string>
262+
<string>dyn.ah62d4rv4ge81u65e</string>
263+
<string>dyn.ah62d4rv4ge81u6pzqz3hw</string>
264+
<string>dyn.ah62d4rv4ge81u6k</string>
265+
<string>dyn.ah62d4rv4ge81u7k</string>
261266
</array>
262267
<key>QLSupportsSearchableItems</key>
263268
<false/>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The application can also handle some [plain files](#plain-files) without extensi
115115
- Apple workflow (`.wflow`) _as `plist (XML)`_
116116
- AppleScript (`.scpt`, `.applescript`, `.ascr`) _automatically decompiled with `osadecompile`_
117117
- Apple shell script files (`.command`)
118-
- Assembler source files (`.s79`)
118+
- Assembler source files (`.asm`, `.s79`)
119119
- Azkaban flow files (`.flow`) as _`YAML`_
120120
- ATL files (`.atl`)
121121
- Bash Script files (`.bash`)
@@ -223,7 +223,7 @@ The application can also handle some [plain files](#plain-files) without extensi
223223
- Xcode localizable strings files (`.strings`, `.stringsdict`) (dynamically decompiled with `plutil`) _as XML_
224224
- XHTML files (`.xhtml`)
225225
- XML files (`.xml`) **Before macOS 12 Monterey `.xml` is reserved by the system and cannot be handled.**
226-
- XSD Schema files (`.xsd`, `.xquery`)
226+
- XSD Schema files (`.xsd`, `.xquery`, `.xq`, `.xu`)
227227
- XUL files (`.xul`)
228228
- YAML files (`.yaml`)
229229
- Z Shell script files (`.zsh`)

0 commit comments

Comments
 (0)