File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ let package = Package(
22
22
dependencies: [
23
23
// This is the dependency on the swift-tencent-scf-runtime library.
24
24
// In real-world projects, this would say:
25
- // .package(url: "https://github.com/stevapple/swift-tencent-scf-runtime.git", from: "1. 0.0")
25
+ // .package(url: "https://github.com/stevapple/swift-tencent-scf-runtime.git", from: "0.0.1 ")
26
26
. package ( name: " swift-tencent-scf-runtime " , path: " ../.. " ) ,
27
27
] ,
28
28
targets: [
Original file line number Diff line number Diff line change 18
18
<string >1.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
+ <key >INIntentsSupported </key >
22
+ <array >
23
+ <string >Intent </string >
24
+ </array >
21
25
<key >LSRequiresIPhoneOS </key >
22
26
<true />
23
27
<key >UIApplicationSceneManifest </key >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
13
13
dependencies: [
14
14
// This is the dependency on the swift-tencent-scf-runtime library.
15
15
// In real-world projects this would say:
16
- // .package(url: "https://github.com/stevapple/swift-tencent-scf-runtime.git", from: "0.1.0 ")
16
+ // .package(url: "https://github.com/stevapple/swift-tencent-scf-runtime.git", from: "0.0.1 ")
17
17
. package ( name: " swift-tencent-scf-runtime " , path: " ../../.. " ) ,
18
18
. package ( name: " Shared " , path: " ../Shared " ) ,
19
19
] ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ let package = Package(
38
38
.executable (name : " MyCloudFunction" , targets : [" MyCloudFunction" ]),
39
39
],
40
40
dependencies : [
41
- .package (url : " https://github.com/stevapple/swift-tencent-scf-runtime.git" , from : " 0.1.0 " ),
41
+ .package (url : " https://github.com/stevapple/swift-tencent-scf-runtime.git" , from : " 0.0.1 " ),
42
42
],
43
43
targets : [
44
44
.target (name : " MyCloudFunction" , dependencies : [
You can’t perform that action at this time.
0 commit comments