New version
Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
This commit is contained in:
Родитель
e8aa65394f
Коммит
82685455bd
|
@ -451,7 +451,7 @@
|
|||
"@executable_path/Frameworks",
|
||||
"@loader_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.91.0;
|
||||
MARKETING_VERSION = 0.92.0;
|
||||
PLIST_FILE_OUTPUT_FORMAT = "same-as-input";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = it.twsweb.NCCommunication;
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
|
@ -486,7 +486,7 @@
|
|||
"@executable_path/Frameworks",
|
||||
"@loader_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.91.0;
|
||||
MARKETING_VERSION = 0.92.0;
|
||||
PLIST_FILE_OUTPUT_FORMAT = "same-as-input";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = it.twsweb.NCCommunication;
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
|
@ -575,7 +575,7 @@
|
|||
repositoryURL = "https://github.com/Alamofire/Alamofire";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 5.4.0;
|
||||
minimumVersion = 5.4.1;
|
||||
};
|
||||
};
|
||||
F79F7E6A253305A60073ADD8 /* XCRemoteSwiftPackageReference "SwiftyJSON" */ = {
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
"repositoryURL": "https://github.com/Alamofire/Alamofire",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "9e0328127dfb801cefe8ac53a13c0c90a7770448",
|
||||
"version": "5.4.0"
|
||||
"revision": "eaf6e622dd41b07b251d8f01752eab31bc811493",
|
||||
"version": "5.4.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@ let package = Package(
|
|||
targets: ["NCCommunication"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.4.0")),
|
||||
.package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.4.1")),
|
||||
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMajor(from: "5.0.0")),
|
||||
.package(url: "https://github.com/yahoojapan/SwiftyXMLParser", .upToNextMajor(from: "5.3.0")),
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче