mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-03-06 00:00:02 +08:00
Rename files containing values
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
|
||||
#import "OpenVPNConfigurationValues.h"
|
||||
#import "OpenVPNValues.h"
|
||||
#import "OpenVPNConfiguration.h"
|
||||
#import "OpenVPNConfiguration+Internal.h"
|
||||
|
||||
@@ -314,7 +314,7 @@ using namespace openvpn;
|
||||
}
|
||||
|
||||
- (NSDictionary<NSString *,NSString *> *)peerInfo {
|
||||
if (_config.peerInfo.size() == 0) {
|
||||
if (_config.peerInfo.empty()) {
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
|
||||
#import "OpenVPNConfigurationValues.h"
|
||||
#import "OpenVPNValues.h"
|
||||
|
||||
NSString * const OpenVPNTransportProtocolUDPValue = @"udp";
|
||||
NSString * const OpenVPNTransportProtocolTCPValue = @"tcp";
|
||||
Reference in New Issue
Block a user