Skip to content

Commit 8138cf7

Browse files
Fix #70: Add TF support
1 parent 0599aec commit 8138cf7

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/fr/1.0.0/) a
88

99
## [Unreleased]
1010

11-
- NOTHING
11+
### Added
12+
13+
- `tf` support.
1214

1315
## [4.0.0] — 2020-12-15
1416

Diff for: Info.plist

+21
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
<string>com.apple.xcode.yacc-source</string>
9696
<string>com.apple.xcode.zsh-script</string>
9797
<string>dyn.ah62d4rv4ge81a63v</string>
98+
<string>dyn.ah62d4rv4ge81k3x0qf3hg</string>
99+
<string>dyn.ah62d4rv4ge81k3u</string>
98100
</array>
99101
</dict>
100102
</array>
@@ -1306,6 +1308,25 @@
13061308
</array>
13071309
</dict>
13081310
</dict>
1311+
<dict>
1312+
<key>UTTypeConformsTo</key>
1313+
<array>
1314+
<string>dyn.ah62d4rv4ge81k3x0qf3hg</string>
1315+
<string>dyn.ah62d4rv4ge81k3u</string>
1316+
</array>
1317+
<key>UTTypeDescription</key>
1318+
<string>TensorFlow files</string>
1319+
<key>UTTypeIdentifier</key>
1320+
<string>org.tf.source</string>
1321+
<key>UTTypeTagSpecification</key>
1322+
<dict>
1323+
<key>public.filename-extension</key>
1324+
<array>
1325+
<string>tfvars</string>
1326+
<string>tf</string>
1327+
</array>
1328+
</dict>
1329+
</dict>
13091330
<dict>
13101331
<key>UTTypeConformsTo</key>
13111332
<array>

0 commit comments

Comments
 (0)