Commit b5a1951
committed
Updated to version 1.2.6 (632)
added new graphics for Big Sur (and new app icon)
increased the minimum macOS version from 10.7 to 10.9 due to Xcode 12
changed the logic for detecting non-running processes (QueryAllSources seems to be asynchronous now)
changed the logic for accessing icons for bundles (.car files broke the old logic)
if an icon is not found within the current bundle, check the parent bundle if one exists
switched to templated images and remove dark mode code
added software updates via Sparkle (technically the original app supported this, but the GitHub source code did not)
changed http:// links to https://
removed an unused and invalid CTFrameDraw call
changed some doubles to CFAbsoluteTime
remove build script that auto-incremented build number
added hardened runtime1 parent c263627 commit b5a1951
File tree
314 files changed
+7669
-3695
lines changed- Loader
- Loader.xcodeproj
- Loader
- en.lproj
- Loading.xcodeproj
- project.xcworkspace
- xcuserdata/mikemcfadden.xcuserdatad
- xcuserdata/mikemcfadden.xcuserdatad/xcdebugger
- Loading
- Images.xcassets
- AppIcon.appiconset
- BigSur0.imageset
- BigSur1.imageset
- BigSur2.imageset
- BigSur3.imageset
- BigSur4.imageset
- BigSur5.imageset
- BigSur6.imageset
- BigSur7.imageset
- BigSur8.imageset
- Disabled.imageset
- DisabledInverted.imageset
- Inverted1.imageset
- Inverted10.imageset
- Inverted11.imageset
- Inverted12.imageset
- Inverted2.imageset
- Inverted3.imageset
- Inverted4.imageset
- Inverted5.imageset
- Inverted6.imageset
- Inverted7.imageset
- Inverted8.imageset
- Inverted9.imageset
- Normal1.imageset
- Normal10.imageset
- Normal11.imageset
- Normal12.imageset
- Normal2.imageset
- Normal3.imageset
- Normal4.imageset
- Normal5.imageset
- Normal6.imageset
- Normal7.imageset
- Normal8.imageset
- Normal9.imageset
- Spacer.imageset
- Sparkle.framework
- Versions
- A
- Headers
- Modules
- PrivateHeaders
- Resources
- Autoupdate.app/Contents
- MacOS
- Resources
- ar.lproj
- ca.lproj
- cs.lproj
- da.lproj
- de.lproj
- el.lproj
- en.lproj
- es.lproj
- fi.lproj
- fr.lproj
- he.lproj
- hr.lproj
- hu.lproj
- is.lproj
- it.lproj
- ja.lproj
- ko.lproj
- nb.lproj
- nl.lproj
- pl.lproj
- pt_BR.lproj
- pt_PT.lproj
- ro.lproj
- ru.lproj
- sk.lproj
- sl.lproj
- sv.lproj
- th.lproj
- tr.lproj
- uk.lproj
- zh_CN.lproj
- zh_TW.lproj
- _CodeSignature
- ar.lproj
- ca.lproj
- cs.lproj
- da.lproj
- de.lproj
- el.lproj
- en.lproj
- es.lproj
- fi.lproj
- fr.lproj
- he.lproj
- hr.lproj
- hu.lproj
- is.lproj
- it.lproj
- ja.lproj
- ko.lproj
- nb.lproj
- nl.lproj
- pl.lproj
- pt_BR.lproj
- pt_PT.lproj
- ro.lproj
- ru.lproj
- sk.lproj
- sl.lproj
- sv.lproj
- th.lproj
- tr.lproj
- uk.lproj
- zh_CN.lproj
- zh_TW.lproj
- _CodeSignature
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
314 files changed
+7669
-3695
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
248 | 251 | | |
249 | 252 | | |
250 | 253 | | |
251 | | - | |
| 254 | + | |
| 255 | + | |
252 | 256 | | |
| 257 | + | |
253 | 258 | | |
254 | | - | |
| 259 | + | |
| 260 | + | |
255 | 261 | | |
| 262 | + | |
256 | 263 | | |
257 | 264 | | |
258 | 265 | | |
| |||
261 | 268 | | |
262 | 269 | | |
263 | 270 | | |
264 | | - | |
| 271 | + | |
| 272 | + | |
265 | 273 | | |
266 | 274 | | |
| 275 | + | |
267 | 276 | | |
268 | | - | |
| 277 | + | |
| 278 | + | |
269 | 279 | | |
| 280 | + | |
270 | 281 | | |
271 | 282 | | |
272 | 283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
34 | | - | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments