Skip to content

Commit 889dfe0

Browse files
committed
update to stockfish 17, fix bug where PGN files could not be opened
1 parent d720e5f commit 889dfe0

File tree

9 files changed

+65
-63
lines changed

9 files changed

+65
-63
lines changed

Stockfish.xcodeproj/project.pbxproj

Lines changed: 62 additions & 34 deletions
Large diffs are not rendered by default.

Stockfish/Base.lproj/MainMenu.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
66
</dependencies>
77
<objects>
88
<customObject id="-2" userLabel="File's Owner" customClass="SFMApplication">

Stockfish/Stockfish-Info.plist

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,15 @@
77
<key>CFBundleDocumentTypes</key>
88
<array>
99
<dict>
10-
<key>CFBundleTypeExtensions</key>
11-
<array>
12-
<string>pgn</string>
13-
</array>
14-
<key>CFBundleTypeIconFile</key>
15-
<string></string>
1610
<key>CFBundleTypeName</key>
1711
<string>Portable Game Notation</string>
18-
<key>CFBundleTypeOSTypes</key>
19-
<array>
20-
<string>????</string>
21-
</array>
2212
<key>CFBundleTypeRole</key>
2313
<string>Editor</string>
2414
<key>LSHandlerRank</key>
2515
<string>Default</string>
2616
<key>LSItemContentTypes</key>
2717
<array>
28-
<string>com.apple.chess.pgn</string>
18+
<string>public.pgn</string>
2919
</array>
3020
<key>NSDocumentClass</key>
3121
<string>SFMDocument</string>
@@ -59,21 +49,5 @@
5949
<string>MainMenu</string>
6050
<key>NSPrincipalClass</key>
6151
<string>SFMApplication</string>
62-
<key>UTImportedTypeDeclarations</key>
63-
<array>
64-
<dict>
65-
<key>UTTypeDescription</key>
66-
<string>Portable Game Notation</string>
67-
<key>UTTypeIdentifier</key>
68-
<string>com.apple.chess.pgn</string>
69-
<key>UTTypeTagSpecification</key>
70-
<dict>
71-
<key>public.filename-extension</key>
72-
<array>
73-
<string>pgn</string>
74-
</array>
75-
</dict>
76-
</dict>
77-
</array>
7852
</dict>
7953
</plist>

nn-37f18f62d772.nnue

3.36 MB
Binary file not shown.

nn-baff1ede1f90.nnue

-3.32 MB
Binary file not shown.

stockfish-arm64

48.6 KB
Binary file not shown.

stockfish-x86-64-bmi2

45.6 KB
Binary file not shown.

stockfish-x86-64-sse41-popcnt

41.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)