File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,24 @@ let package = Package(
6
6
name: " PusherSwift " ,
7
7
platforms: [ . iOS( " 13.0 " ) , . macOS( " 10.15 " ) , . tvOS( " 13.0 " ) ] ,
8
8
products: [
9
- . library( name: " PusherSwift " , targets: [ " PusherSwiftWithEncryption " ] )
9
+ . library( name: " PusherSwift " , targets: [ " PusherSwift " ] )
10
10
] ,
11
11
dependencies: [
12
12
. package ( url: " https://github.com/pusher/NWWebSocket.git " , . upToNextMajor( from: " 0.5.0 " ) ) ,
13
13
. package ( url: " https://github.com/bitmark-inc/tweetnacl-swiftwrap " , . upToNextMajor( from: " 1.0.0 " ) ) ,
14
14
] ,
15
15
targets: [
16
16
. target(
17
- name: " PusherSwiftWithEncryption " ,
17
+ name: " PusherSwift " ,
18
18
dependencies: [
19
19
" NWWebSocket " ,
20
20
" TweetNacl " ,
21
21
] ,
22
22
path: " Sources "
23
23
) ,
24
24
. testTarget(
25
- name: " PusherSwiftWithEncryptionTests " ,
26
- dependencies: [ " PusherSwiftWithEncryption " ] ,
25
+ name: " PusherSwiftTests " ,
26
+ dependencies: [ " PusherSwift " ] ,
27
27
path: " Tests " ,
28
28
swiftSettings: [ . define( " WITH_ENCRYPTION " ) ]
29
29
)
You can’t perform that action at this time.
0 commit comments