temp commit

This commit is contained in:
edwinQQQ
2025-07-16 12:06:53 +08:00
parent 1f98ed534d
commit 33a558ae7b
7 changed files with 56 additions and 1 deletions

2
.gitignore vendored
View File

@@ -8,3 +8,5 @@ yana.xcworkspace/xcuserdata/edwinqqq.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkp
.cursor
.swiftpm
yana.xcworkspace/xcuserdata/edwinqqq.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
Doc
DerivedData

View File

@@ -17,6 +17,9 @@ target 'yana' do
# Networks
pod 'Alamofire'
# 腾讯云 COS 精简版 SDK
pod 'QCloudCOSXML/Transfer'
end
post_install do |installer|

View File

@@ -1,16 +1,24 @@
PODS:
- Alamofire (5.10.2)
- QCloudCore/WithoutMTA (6.5.1)
- QCloudCOSXML/Transfer (6.5.1):
- QCloudCore/WithoutMTA (= 6.5.1)
DEPENDENCIES:
- Alamofire
- QCloudCOSXML/Transfer
SPEC REPOS:
trunk:
- Alamofire
- QCloudCore
- QCloudCOSXML
SPEC CHECKSUMS:
Alamofire: 7193b3b92c74a07f85569e1a6c4f4237291e7496
QCloudCore: 6f8c67b96448472d2c6a92b9cfe1bdb5abbb1798
QCloudCOSXML: 92f50a787b4e8d9a7cb6ea8e626775256b4840a7
PODFILE CHECKSUM: 4ccb5fbbedd3dcb71c35d00e7bfd0d280d4ced88
PODFILE CHECKSUM: cdb7b0983805213c0c4148aeaed5b1e5ea5345ab
COCOAPODS: 1.16.2

View File

@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Volume@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "组 8030@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB