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(
2222 dependencies: [
2323 // This is the dependency on the swift-tencent-scf-runtime library.
2424 // 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 ")
2626 . package ( name: " swift-tencent-scf-runtime " , path: " ../.. " ) ,
2727 ] ,
2828 targets: [
Original file line number Diff line number Diff line change 1818 <string >1.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
21+ <key >INIntentsSupported </key >
22+ <array >
23+ <string >Intent </string >
24+ </array >
2125 <key >LSRequiresIPhoneOS </key >
2226 <true />
2327 <key >UIApplicationSceneManifest </key >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
1313 dependencies: [
1414 // This is the dependency on the swift-tencent-scf-runtime library.
1515 // 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 ")
1717 . package ( name: " swift-tencent-scf-runtime " , path: " ../../.. " ) ,
1818 . package ( name: " Shared " , path: " ../Shared " ) ,
1919 ] ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ let package = Package(
3838 .executable (name : " MyCloudFunction" , targets : [" MyCloudFunction" ]),
3939 ],
4040 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 " ),
4242 ],
4343 targets : [
4444 .target (name : " MyCloudFunction" , dependencies : [
You can’t perform that action at this time.
0 commit comments