File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ let package = Package(
19
19
. library( name: " Baidu " , targets: [ " Baidu " ] ) ,
20
20
. library( name: " WebAuthn " , targets: [ " WebAuthn " ] ) ,
21
21
. library( name: " DingTalk " , targets: [ " DingTalk " ] ) ,
22
- . library( name: " Linkedin " , targets: [ " Linkedin " ] )
22
+ . library( name: " Linkedin " , targets: [ " Linkedin " ] ) ,
23
+ . library( name: " Github " , targets: [ " Github " ] ) ,
24
+ . library( name: " Gitee " , targets: [ " Gitee " ] )
23
25
] ,
24
26
dependencies: [
25
27
] ,
@@ -83,6 +85,16 @@ let package = Package(
83
85
name: " Linkedin " ,
84
86
url: " https://github.com/Authing/authing-binary/releases/download/1.1.3/Linkedin.xcframework.zip " ,
85
87
checksum: " 11de6c2e408690cf457efe65d86ef732b56059625f4208d38f8256f3b2769089 "
88
+ ) ,
89
+ . binaryTarget(
90
+ name: " Github " ,
91
+ url: " https://github.com/Authing/authing-binary/releases/download/1.1.4/Github.xcframework.zip " ,
92
+ checksum: " 779b690454e2efa0d5f3af149249e6453c9e567a48cfed2bebef995f6a66bbcd "
93
+ ) ,
94
+ . binaryTarget(
95
+ name: " Gitee " ,
96
+ url: " https://github.com/Authing/authing-binary/releases/download/1.1.4/Gitee.xcframework.zip " ,
97
+ checksum: " 387ec981e99470658d3a29837bb20268dbe0b8819c9173ff28f978f5562490c9 "
86
98
)
87
99
]
88
100
)
You can’t perform that action at this time.
0 commit comments