We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d000815 commit 6dbe51fCopy full SHA for 6dbe51f
2 files changed
Makefile
@@ -1,4 +1,4 @@
1
-export PACKAGE_VERSION := 1.5
+export PACKAGE_VERSION := 1.6
2
3
ifeq ($(THEOS_DEVICE_SIMULATOR),1)
4
TARGET := simulator:clang:latest:14.0
SingleVPN.x
@@ -5,7 +5,7 @@
5
6
#define IsNetworkTypeText(text) ( \
7
[text isEqualToString:@"G"] || [text isEqualToString:@"3G"] || \
8
- [text isEqualToString:@"4G"] || [text isEqualToString:@"5G"] || \
+ [text isEqualToString:@"4G"] || [text containsString:@"5G"] || \
9
[text isEqualToString:@"LTE"])
10
11
static BOOL _isEnabled = NO;
0 commit comments