Issue #12: Use proper DNS library instead of handcrafted DNS query to fetch statistics.
This commit is contained in:
parent
ddcf2070f7
commit
23952582e6
3 changed files with 62 additions and 32 deletions
|
|
@ -7,6 +7,7 @@
|
|||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
A051B5122FC9E0D700EACDC0 /* AsyncDNSResolver in Frameworks */ = {isa = PBXBuildFile; productRef = A051B5112FC9E0D700EACDC0 /* AsyncDNSResolver */; };
|
||||
A08264132FC718790077B227 /* Stickers.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = A082640C2FC718790077B227 /* Stickers.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
|
|
@ -74,6 +75,7 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
A051B5122FC9E0D700EACDC0 /* AsyncDNSResolver in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
@ -125,6 +127,7 @@
|
|||
);
|
||||
name = dns;
|
||||
packageProductDependencies = (
|
||||
A051B5112FC9E0D700EACDC0 /* AsyncDNSResolver */,
|
||||
);
|
||||
productName = dns;
|
||||
productReference = 069DCCFA2F8C0DCE00F1EB16 /* dns.app */;
|
||||
|
|
@ -178,6 +181,9 @@
|
|||
);
|
||||
mainGroup = 069DCCF12F8C0DCD00F1EB16;
|
||||
minimizedProjectReferenceProxies = 1;
|
||||
packageReferences = (
|
||||
A051B5102FC9E0D700EACDC0 /* XCRemoteSwiftPackageReference "swift-async-dns-resolver" */,
|
||||
);
|
||||
preferredProjectObjectVersion = 77;
|
||||
productRefGroup = 069DCCFB2F8C0DCE00F1EB16 /* Products */;
|
||||
projectDirPath = "";
|
||||
|
|
@ -529,6 +535,25 @@
|
|||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
/* Begin XCRemoteSwiftPackageReference section */
|
||||
A051B5102FC9E0D700EACDC0 /* XCRemoteSwiftPackageReference "swift-async-dns-resolver" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/apple/swift-async-dns-resolver/";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 0.7.0;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
/* Begin XCSwiftPackageProductDependency section */
|
||||
A051B5112FC9E0D700EACDC0 /* AsyncDNSResolver */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = A051B5102FC9E0D700EACDC0 /* XCRemoteSwiftPackageReference "swift-async-dns-resolver" */;
|
||||
productName = AsyncDNSResolver;
|
||||
};
|
||||
/* End XCSwiftPackageProductDependency section */
|
||||
};
|
||||
rootObject = 069DCCF22F8C0DCD00F1EB16 /* Project object */;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue