Skip to content

Commit c20d93d

Browse files
committed
Merge branch 'release/v0.20.0'
2 parents 8443e92 + dd70340 commit c20d93d

29 files changed

+491
-636
lines changed

uPic.xcodeproj/project.pbxproj

+67-56
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"object": {
3+
"pins": [
4+
{
5+
"package": "AWSSDKSwift",
6+
"repositoryURL": "https://github.com/swift-aws/aws-sdk-swift.git",
7+
"state": {
8+
"branch": null,
9+
"revision": "6345f0a548de02eac0ba5dca217e1857d0a77467",
10+
"version": "4.7.0"
11+
}
12+
},
13+
{
14+
"package": "AWSSDKSwiftCore",
15+
"repositoryURL": "https://github.com/swift-aws/aws-sdk-swift-core.git",
16+
"state": {
17+
"branch": null,
18+
"revision": "2a36809260bcfc38222b85808978c719199612af",
19+
"version": "4.6.0"
20+
}
21+
},
22+
{
23+
"package": "HypertextApplicationLanguage",
24+
"repositoryURL": "https://github.com/swift-aws/HypertextApplicationLanguage.git",
25+
"state": {
26+
"branch": null,
27+
"revision": "aa2c9141d491682f17b2310aed17b9adfc006256",
28+
"version": "1.1.1"
29+
}
30+
},
31+
{
32+
"package": "INIParser",
33+
"repositoryURL": "https://github.com/swift-aws/Perfect-INIParser.git",
34+
"state": {
35+
"branch": null,
36+
"revision": "42de0efc7a01105e19b80d533d3d282a98277f6c",
37+
"version": "3.0.3"
38+
}
39+
},
40+
{
41+
"package": "swift-nio",
42+
"repositoryURL": "https://github.com/apple/swift-nio.git",
43+
"state": {
44+
"branch": null,
45+
"revision": "acf5465b5e7fb9aeda54a34d16fb44c31a399715",
46+
"version": "2.20.2"
47+
}
48+
},
49+
{
50+
"package": "swift-nio-ssl",
51+
"repositoryURL": "https://github.com/apple/swift-nio-ssl.git",
52+
"state": {
53+
"branch": null,
54+
"revision": "8a137b72a9339f295bc8bb95cd2fafe207f1df0d",
55+
"version": "2.9.0"
56+
}
57+
},
58+
{
59+
"package": "swift-nio-transport-services",
60+
"repositoryURL": "https://github.com/apple/swift-nio-transport-services.git",
61+
"state": {
62+
"branch": null,
63+
"revision": "d40a5e34e5b35f4f961cb34aeb2e0a02f42a945f",
64+
"version": "1.8.0"
65+
}
66+
}
67+
]
68+
},
69+
"version": 1
70+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "amazon-light.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"appearances" : [
10+
{
11+
"appearance" : "luminosity",
12+
"value" : "dark"
13+
}
14+
],
15+
"filename" : "amazon-dark.png",
16+
"idiom" : "universal",
17+
"scale" : "1x"
18+
},
19+
{
20+
"filename" : "[email protected]",
21+
"idiom" : "universal",
22+
"scale" : "2x"
23+
},
24+
{
25+
"appearances" : [
26+
{
27+
"appearance" : "luminosity",
28+
"value" : "dark"
29+
}
30+
],
31+
"filename" : "[email protected]",
32+
"idiom" : "universal",
33+
"scale" : "2x"
34+
},
35+
{
36+
"filename" : "[email protected]",
37+
"idiom" : "universal",
38+
"scale" : "3x"
39+
},
40+
{
41+
"appearances" : [
42+
{
43+
"appearance" : "luminosity",
44+
"value" : "dark"
45+
}
46+
],
47+
"filename" : "[email protected]",
48+
"idiom" : "universal",
49+
"scale" : "3x"
50+
}
51+
],
52+
"info" : {
53+
"author" : "xcode",
54+
"version" : 1
55+
}
56+
}
Loading
Loading
Loading
Loading
Loading
Loading

uPic/Models/Amazon_S3/AmazonS3HostConfig.swift

-72
This file was deleted.

uPic/Models/Amazon_S3/AmazonS3Uploader.swift

-128
This file was deleted.

uPic/Models/Amazon_S3/AmazonS3Util.swift

-62
This file was deleted.

0 commit comments

Comments
 (0)