Skip to content

Commit f5efaa5

Browse files
authored
Merge pull request #39 from dteoh/release-0.6
Release 0.6
2 parents be5c0b1 + c206bcd commit f5efaa5

File tree

4 files changed

+29
-25
lines changed

4 files changed

+29
-25
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ $ brew cask install dteoh-devdocs
8383

8484
### Compatibility
8585

86-
The app is currently developed on Mojave and only support for Mojave can be
87-
provided.
86+
The app is currently developed on Big Sur and only support for Big Sur
87+
can be provided.
88+
89+
If you are using Mojave (10.14) or Catalina (10.15), please use version 0.5.2.
8890

8991
## License
9092

devdocs-macos/Info.plist

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,53 +17,55 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.5.2</string>
21-
<key>CFBundleVersion</key>
22-
<string>1</string>
23-
<key>LSMinimumSystemVersion</key>
24-
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
25-
<key>NSAppTransportSecurity</key>
26-
<dict>
27-
<key>NSAllowsArbitraryLoads</key>
28-
<true/>
29-
</dict>
30-
<key>NSHumanReadableCopyright</key>
31-
<string>Copyright © 2020 Douglas Teoh. All rights reserved.</string>
32-
<key>NSMainNibFile</key>
33-
<string>MainMenu</string>
20+
<string>0.6.0</string>
3421
<key>CFBundleURLTypes</key>
3522
<array>
3623
<dict>
3724
<key>CFBundleTypeRole</key>
3825
<string>Viewer</string>
26+
<key>CFBundleURLName</key>
27+
<string>com.dteoh.devdocs-macos</string>
3928
<key>CFBundleURLSchemes</key>
4029
<array>
4130
<string>devdocs-macos</string>
4231
</array>
43-
<key>CFBundleURLName</key>
44-
<string>com.dteoh.devdocs-macos</string>
4532
</dict>
4633
<dict>
34+
<key>CFBundleTypeRole</key>
35+
<string>Viewer</string>
36+
<key>CFBundleURLName</key>
37+
<string>com.dteoh.devdocs-macos</string>
4738
<key>CFBundleURLSchemes</key>
4839
<array>
4940
<string>http</string>
5041
</array>
42+
</dict>
43+
<dict>
5144
<key>CFBundleTypeRole</key>
5245
<string>Viewer</string>
5346
<key>CFBundleURLName</key>
5447
<string>com.dteoh.devdocs-macos</string>
55-
</dict>
56-
<dict>
5748
<key>CFBundleURLSchemes</key>
5849
<array>
5950
<string>https</string>
6051
</array>
61-
<key>CFBundleTypeRole</key>
62-
<string>Viewer</string>
63-
<key>CFBundleURLName</key>
64-
<string>com.dteoh.devdocs-macos</string>
6552
</dict>
6653
</array>
54+
<key>CFBundleVersion</key>
55+
<string>1</string>
56+
<key>LSApplicationCategoryType</key>
57+
<string>public.app-category.developer-tools</string>
58+
<key>LSMinimumSystemVersion</key>
59+
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
60+
<key>NSAppTransportSecurity</key>
61+
<dict>
62+
<key>NSAllowsArbitraryLoads</key>
63+
<true/>
64+
</dict>
65+
<key>NSHumanReadableCopyright</key>
66+
<string>Copyright © 2020 Douglas Teoh. All rights reserved.</string>
67+
<key>NSMainNibFile</key>
68+
<string>MainMenu</string>
6769
<key>NSPrincipalClass</key>
6870
<string>NSApplication</string>
6971
</dict>

devdocs-macos/user-scripts/page-observer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
return {}
77
}
88
return {
9-
doc: entry.doc.name,
9+
doc: entry.doc.fullName,
1010
topic: entry.name
1111
}
1212
}

img/screenshot.png

-68.1 KB
Loading

0 commit comments

Comments
 (0)