Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
This commit is contained in:
marinofaggiana 2020-10-11 11:32:23 +02:00
Родитель 8c07090ba0
Коммит 268d05d69f
6 изменённых файлов: 105 добавлений и 11 удалений

Просмотреть файл

@ -1,4 +1,4 @@
github "Alamofire/Alamofire" "5.2.2"
github "https://github.com/yahoojapan/SwiftyXMLParser" "5.2.0"
github "https://github.com/yahoojapan/SwiftyXMLParser" "5.2.1"
github "SwiftyJSON/SwiftyJSON" "5.0.0"

Просмотреть файл

@ -1,3 +1,3 @@
github "Alamofire/Alamofire" "5.2.2"
github "SwiftyJSON/SwiftyJSON" "5.0.0"
github "yahoojapan/SwiftyXMLParser" "5.2.0"
github "yahoojapan/SwiftyXMLParser" "5.2.1"

Просмотреть файл

@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 52;
objects = {
/* Begin PBXBuildFile section */
@ -18,11 +18,11 @@
F74D5C48235DE8F80006DA38 /* NCCommunication.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74D5C44235DE8F80006DA38 /* NCCommunication.swift */; };
F74D5C49235DE8F80006DA38 /* NCCommunicationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74D5C45235DE8F80006DA38 /* NCCommunicationModel.swift */; };
F74D5C4B235DE8F80006DA38 /* NCCommunicationCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74D5C47235DE8F80006DA38 /* NCCommunicationCommon.swift */; };
F74D5C53235DE99D0006DA38 /* SwiftyJSON.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F74D5C4E235DE99D0006DA38 /* SwiftyJSON.framework */; };
F74D5C55235DE99D0006DA38 /* SwiftyXMLParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F74D5C4F235DE99D0006DA38 /* SwiftyXMLParser.framework */; };
F74D5C57235DE99D0006DA38 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F74D5C50235DE99D0006DA38 /* Alamofire.framework */; };
F754C06E24977C8C00051563 /* NCCommunication+Share.swift in Sources */ = {isa = PBXBuildFile; fileRef = F754C06D24977C8C00051563 /* NCCommunication+Share.swift */; };
F76138EA246415BC002C8771 /* NCCommunication+WebDAV.swift in Sources */ = {isa = PBXBuildFile; fileRef = F76138E9246415BC002C8771 /* NCCommunication+WebDAV.swift */; };
F79F7E672533056E0073ADD8 /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = F79F7E662533056E0073ADD8 /* Alamofire */; };
F79F7E6C253305A60073ADD8 /* SwiftyJSON in Frameworks */ = {isa = PBXBuildFile; productRef = F79F7E6B253305A60073ADD8 /* SwiftyJSON */; };
F79F7E71253305D90073ADD8 /* SwiftyXMLParser in Frameworks */ = {isa = PBXBuildFile; productRef = F79F7E70253305D90073ADD8 /* SwiftyXMLParser */; };
F7BBE0002472F42200C3B0E2 /* NCCommunication+Richdocuments.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7BBDFFF2472F42200C3B0E2 /* NCCommunication+Richdocuments.swift */; };
F7D0A5382477C37C002F2164 /* NCCommunication+PushNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7D0A5372477C37C002F2164 /* NCCommunication+PushNotification.swift */; };
F7EC2DDD2372FBC0008E28EF /* NCCommunicationBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7EC2DDC2372FBC0008E28EF /* NCCommunicationBackground.swift */; };
@ -69,9 +69,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F74D5C53235DE99D0006DA38 /* SwiftyJSON.framework in Frameworks */,
F74D5C55235DE99D0006DA38 /* SwiftyXMLParser.framework in Frameworks */,
F74D5C57235DE99D0006DA38 /* Alamofire.framework in Frameworks */,
F79F7E6C253305A60073ADD8 /* SwiftyJSON in Frameworks */,
F79F7E71253305D90073ADD8 /* SwiftyXMLParser in Frameworks */,
F79F7E672533056E0073ADD8 /* Alamofire in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -174,6 +174,11 @@
dependencies = (
);
name = NCCommunication;
packageProductDependencies = (
F79F7E662533056E0073ADD8 /* Alamofire */,
F79F7E6B253305A60073ADD8 /* SwiftyJSON */,
F79F7E70253305D90073ADD8 /* SwiftyXMLParser */,
);
productName = NCCommunication;
productReference = F74D5C2A235DE83B0006DA38 /* NCCommunication.framework */;
productType = "com.apple.product-type.framework";
@ -203,7 +208,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1110;
LastUpgradeCheck = 1110;
LastUpgradeCheck = 1200;
ORGANIZATIONNAME = "Marino Faggiana";
TargetAttributes = {
F74D5C29235DE83B0006DA38 = {
@ -224,6 +229,11 @@
Base,
);
mainGroup = F74D5C20235DE83B0006DA38;
packageReferences = (
F79F7E652533056E0073ADD8 /* XCRemoteSwiftPackageReference "Alamofire" */,
F79F7E6A253305A60073ADD8 /* XCRemoteSwiftPackageReference "SwiftyJSON" */,
F79F7E6F253305D90073ADD8 /* XCRemoteSwiftPackageReference "SwiftyXMLParser" */,
);
productRefGroup = F74D5C2B235DE83B0006DA38 /* Products */;
projectDirPath = "";
projectRoot = "";
@ -318,6 +328,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@ -381,6 +392,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@ -548,6 +560,51 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
F79F7E652533056E0073ADD8 /* XCRemoteSwiftPackageReference "Alamofire" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Alamofire/Alamofire";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.2.2;
};
};
F79F7E6A253305A60073ADD8 /* XCRemoteSwiftPackageReference "SwiftyJSON" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SwiftyJSON/SwiftyJSON";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.0.0;
};
};
F79F7E6F253305D90073ADD8 /* XCRemoteSwiftPackageReference "SwiftyXMLParser" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/yahoojapan/SwiftyXMLParser";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.2.1;
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
F79F7E662533056E0073ADD8 /* Alamofire */ = {
isa = XCSwiftPackageProductDependency;
package = F79F7E652533056E0073ADD8 /* XCRemoteSwiftPackageReference "Alamofire" */;
productName = Alamofire;
};
F79F7E6B253305A60073ADD8 /* SwiftyJSON */ = {
isa = XCSwiftPackageProductDependency;
package = F79F7E6A253305A60073ADD8 /* XCRemoteSwiftPackageReference "SwiftyJSON" */;
productName = SwiftyJSON;
};
F79F7E70253305D90073ADD8 /* SwiftyXMLParser */ = {
isa = XCSwiftPackageProductDependency;
package = F79F7E6F253305D90073ADD8 /* XCRemoteSwiftPackageReference "SwiftyXMLParser" */;
productName = SwiftyXMLParser;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = F74D5C21235DE83B0006DA38 /* Project object */;
}

Просмотреть файл

@ -1,4 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

Просмотреть файл

@ -0,0 +1,34 @@
{
"object": {
"pins": [
{
"package": "Alamofire",
"repositoryURL": "https://github.com/Alamofire/Alamofire",
"state": {
"branch": null,
"revision": "becd9a729a37bdbef5bc39dc3c702b99f9e3d046",
"version": "5.2.2"
}
},
{
"package": "SwiftyJSON",
"repositoryURL": "https://github.com/SwiftyJSON/SwiftyJSON",
"state": {
"branch": null,
"revision": "2b6054efa051565954e1d2b9da831680026cd768",
"version": "5.0.0"
}
},
{
"package": "SwiftyXMLParser",
"repositoryURL": "https://github.com/yahoojapan/SwiftyXMLParser",
"state": {
"branch": null,
"revision": "0ca0e992ce0135169c715a6580b99f3e99c503e7",
"version": "5.2.1"
}
}
]
},
"version": 1
}

Просмотреть файл

@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.2.2")),
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/yahoojapan/SwiftyXMLParser", .upToNextMajor(from: "5.2.0")),
.package(url: "https://github.com/yahoojapan/SwiftyXMLParser", .upToNextMajor(from: "5.2.1")),
],
targets: [
.target(