Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
985264d
Fastfetch: add `Directx Headers` to `--list-features`
CarterLi Oct 2, 2023
1985552
Disk (Windows): fix crashing on Windows 7 VM
CarterLi Oct 3, 2023
be86006
Users (Windows): fix crashing caused by uninitialized strings
CarterLi Oct 3, 2023
3eb9ace
Doc: update changelog
CarterLi Oct 3, 2023
1a4eb25
DisplayServer (Linux): add debug log for #568
CarterLi Oct 2, 2023
4a89b92
Disk: allow custiomize disk key with `mountFrom`
CarterLi Oct 3, 2023
27581d9
Disk (macOS): detect physical type
CarterLi Oct 3, 2023
f8aafb7
Monitor (macOS): better intel platform support
CarterLi Oct 3, 2023
8795d99
Brightness: add DDC/CI support for Intel
CarterLi Oct 4, 2023
9972c61
Sound (macOS): support non-controllable devices
CarterLi Oct 4, 2023
f78f97a
Revert "DisplayServer (Linux): add debug log for #568"
CarterLi Oct 4, 2023
1dfa031
Fix several `--help` command related issues (#572)
iamrasel Oct 5, 2023
23d2cc3
Version: print libc version used when compiling
CarterLi Oct 5, 2023
12208b2
Global: improve support of `--help *-format`
CarterLi Oct 7, 2023
c77a758
Packages (Linux): support opkg
CarterLi Oct 7, 2023
d7ef7bc
Doc: update changelog
CarterLi Oct 7, 2023
4c96d04
TerminalShell (Linux): add `ash` as a known shell
CarterLi Oct 7, 2023
41551ef
Sound: fix typo
CarterLi Oct 7, 2023
3077f88
Sound (macOS): ignore input devices
CarterLi Oct 7, 2023
90ea096
macOS: don't keep variable `matchDict`
CarterLi Oct 7, 2023
fe4eb56
NetIO: add missing `#pragma once`
CarterLi Oct 7, 2023
55f0f75
Packages (Linux): print opkg in JSON format
CarterLi Oct 7, 2023
b1d63e0
NetIO: fix `--help netio-format`
CarterLi Oct 7, 2023
276e22f
DiskIO: init module
CarterLi Oct 7, 2023
e4a6bf1
Terminal: support kgx (gnome console)
CarterLi Oct 8, 2023
49e2acd
Printing: fix `--help *-format`
CarterLi Oct 8, 2023
d7649d9
DiskIO: fix building
CarterLi Oct 8, 2023
4c9d9f6
TerminalFont (Linux): fix typo
CarterLi Oct 8, 2023
78249bf
CPU: add new option `--cpu-freq-ndigits`
CarterLi Oct 8, 2023
085d092
Brightness (Linux): try improving compatibility of ddcutil 2.0
CarterLi Oct 8, 2023
b213047
DiskIO (macOS): add support
CarterLi Oct 8, 2023
0b0e286
DiskIO: support `--diskio-name-prefix`
CarterLi Oct 8, 2023
5c5c66d
DiskIO: fix segfault...
CarterLi Oct 8, 2023
8df6409
DiskIO (Windows): better device name detection
CarterLi Oct 8, 2023
1f23e93
Logo: add Chimera Linux
JamiKettunen Oct 5, 2023
dc50e24
Doc: update changelog and readme
CarterLi Oct 8, 2023
2e60f34
DiskIO: add to `presets/all`
CarterLi Oct 8, 2023
fa46dce
CMake: detect uclibc and musl version
CarterLi Oct 8, 2023
685676b
CMake: don't hardcode system arch
CarterLi Oct 9, 2023
1188db9
CMake: simplify musl version detection
CarterLi Oct 9, 2023
430da15
Libc (macOS): detect `libSystem` version
CarterLi Oct 9, 2023
2d2e0dd
Libc (FreeBSD): detect FBSD version
CarterLi Oct 9, 2023
b76d6e9
DiskIO (FreeBSD): add support
CarterLi Oct 9, 2023
5ccd196
DiskIO: print `devPath`
CarterLi Oct 9, 2023
44b417d
DiskIO (FreeBSD): skip `/dev/pass*`
CarterLi Oct 9, 2023
a0343d6
CI: run `--format json`
CarterLi Oct 9, 2023
4194e56
DiskIO (Windows): better name detection for Github Action
CarterLi Oct 9, 2023
8fa6aee
Disk: move `physicalType` to module `DiskIO`
CarterLi Oct 9, 2023
d16bdb3
DiskIO: update formatting help messages; update json keys
CarterLi Oct 9, 2023
ccbb252
DiskIO: update doc and json schema
CarterLi Oct 9, 2023
42f6d02
Doc: update JSON schema; make it more IDE friendly
CarterLi Oct 9, 2023
e7df944
Temp (FreeBSD): improve CPU temp detection
CarterLi Oct 10, 2023
2feb531
Revert "CpuUsage (apple): simplify implementation"
CarterLi Oct 10, 2023
c96d21c
CPUUsage (Linux): count cpu cores separately
CarterLi Oct 10, 2023
6b008ed
CPUUsage (FreeBSD): count cpu cores separately
CarterLi Oct 10, 2023
42cf88b
CPUUsage: support display value per core
CarterLi Oct 10, 2023
e297144
CPUUsage: fix multi core data detection
CarterLi Oct 10, 2023
0847432
CPUUsage: rename `cpuusage-display-type` to `separate`
CarterLi Oct 10, 2023
4e75fa9
Logo (Builtin): add EndeavourSmall
CarterLi Oct 10, 2023
5493f41
Users: fix crashing on Windows; rename `tty` to more common name `ses…
CarterLi Oct 10, 2023
ab8448e
DiskIO (Windows): fix device name detection
CarterLi Oct 10, 2023
e319be1
Wifi (macOS): print `<unknown ssid>` when we can't get SSID
CarterLi Oct 11, 2023
1fe9273
macOS: embed `Info.plist`
CarterLi Oct 11, 2023
076324e
Wifi (macOS): remove undesired code
CarterLi Oct 11, 2023
643fed7
Doc: metion bug #581
CarterLi Oct 11, 2023
5827886
Doc: add information about how to make `Termux API` actually work
CarterLi Oct 11, 2023
ebab281
Processes (Linux): fix implementation
CarterLi Oct 11, 2023
839ff31
Wifi (macOS): work around #581
CarterLi Oct 13, 2023
42e87b4
Brightness (Linux): allow specifying busno for ddcutil
CarterLi Oct 13, 2023
af94596
Revert "Brightness (Linux): allow specifying busno for ddcutil"
CarterLi Oct 14, 2023
e9c2a43
Brightness: add `--brightness-ddcci-sleep` to set the sleep times (in…
CarterLi Oct 14, 2023
501803c
Logo (Builtin): add Xenia
CarterLi Oct 14, 2023
5e19838
Doc: update changelog
CarterLi Oct 14, 2023
98e8e59
Release v2.1.1
CarterLi Oct 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Wifi (macOS): remove undesired code
  • Loading branch information
CarterLi committed Oct 11, 2023
commit 076324e60e0950ad30967040c23c67f8930d9287
2 changes: 0 additions & 2 deletions src/detection/wifi/wifi_apple.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "wifi.h"

#import <CoreWLAN/CoreWLAN.h>
#import <CoreLocation/CLLocationManager.h>

const char* ffDetectWifi(FFlist* result)
{
Expand Down Expand Up @@ -32,7 +31,6 @@
if(!inf.serviceActive)
continue;

[CLLocationManager.new requestAlwaysAuthorization];
if (inf.ssid)
ffStrbufAppendS(&item->conn.ssid, inf.ssid.UTF8String);
else
Expand Down