add debug and ios
This commit is contained in:
2
Makefile
2
Makefile
@@ -143,7 +143,7 @@ gen_translations: #generating missing translations using google translate
|
|||||||
android-release: android-apk-release
|
android-release: android-apk-release
|
||||||
|
|
||||||
android-apk-release:
|
android-apk-release:
|
||||||
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi --target $(TARGET) $(BUILD_ARGS)
|
flutter build apk --verbose --target-platform android-arm,android-arm64,android-x64 --split-per-abi --target $(TARGET) $(BUILD_ARGS)
|
||||||
ls -R build/app/outputs
|
ls -R build/app/outputs
|
||||||
|
|
||||||
android-aab-release:
|
android-aab-release:
|
||||||
|
|||||||
@@ -166,7 +166,13 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
|
|||||||
public func underNetworkExtension() -> Bool {
|
public func underNetworkExtension() -> Bool {
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
public func includeAllNetworks() -> Bool {
|
||||||
|
#if !os(tvOS)
|
||||||
|
return SharedPreferences.includeAllNetworks.getBlocking()
|
||||||
|
#else
|
||||||
|
return false
|
||||||
|
#endif
|
||||||
|
}
|
||||||
public func clearDNSCache() {
|
public func clearDNSCache() {
|
||||||
guard let networkSettings else {
|
guard let networkSettings else {
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user