|
17 | 17 | <key>CFBundlePackageType</key>
|
18 | 18 | <string>APPL</string>
|
19 | 19 | <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> |
34 | 21 | <key>CFBundleURLTypes</key>
|
35 | 22 | <array>
|
36 | 23 | <dict>
|
37 | 24 | <key>CFBundleTypeRole</key>
|
38 | 25 | <string>Viewer</string>
|
| 26 | + <key>CFBundleURLName</key> |
| 27 | + <string>com.dteoh.devdocs-macos</string> |
39 | 28 | <key>CFBundleURLSchemes</key>
|
40 | 29 | <array>
|
41 | 30 | <string>devdocs-macos</string>
|
42 | 31 | </array>
|
43 |
| - <key>CFBundleURLName</key> |
44 |
| - <string>com.dteoh.devdocs-macos</string> |
45 | 32 | </dict>
|
46 | 33 | <dict>
|
| 34 | + <key>CFBundleTypeRole</key> |
| 35 | + <string>Viewer</string> |
| 36 | + <key>CFBundleURLName</key> |
| 37 | + <string>com.dteoh.devdocs-macos</string> |
47 | 38 | <key>CFBundleURLSchemes</key>
|
48 | 39 | <array>
|
49 | 40 | <string>http</string>
|
50 | 41 | </array>
|
| 42 | + </dict> |
| 43 | + <dict> |
51 | 44 | <key>CFBundleTypeRole</key>
|
52 | 45 | <string>Viewer</string>
|
53 | 46 | <key>CFBundleURLName</key>
|
54 | 47 | <string>com.dteoh.devdocs-macos</string>
|
55 |
| - </dict> |
56 |
| - <dict> |
57 | 48 | <key>CFBundleURLSchemes</key>
|
58 | 49 | <array>
|
59 | 50 | <string>https</string>
|
60 | 51 | </array>
|
61 |
| - <key>CFBundleTypeRole</key> |
62 |
| - <string>Viewer</string> |
63 |
| - <key>CFBundleURLName</key> |
64 |
| - <string>com.dteoh.devdocs-macos</string> |
65 | 52 | </dict>
|
66 | 53 | </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> |
67 | 69 | <key>NSPrincipalClass</key>
|
68 | 70 | <string>NSApplication</string>
|
69 | 71 | </dict>
|
|
0 commit comments