@@ -8,63 +8,33 @@ IOS_VERSION='{IOS_VERSION}'
8
8
MAC_VERSION='{MAC_VERSION}'
9
9
TVOS_VERSION='{TVOS_VERSION}'
10
10
11
- target 'Swift-iOS-WithoutEncryption' do
12
- platform :ios, IOS_VERSION
13
- project 'Swift.xcodeproj'
14
- pod 'PusherSwift', :path => '../../'
15
- end
16
11
target 'Swift-iOS-WithEncryption' do
17
12
platform :ios, IOS_VERSION
18
13
project 'Swift.xcodeproj'
19
- pod 'PusherSwiftWithEncryption', :path => '../../'
20
- end
21
- target 'Swift-macOS-WithoutEncryption' do
22
- platform :osx, MAC_VERSION
23
- project 'Swift.xcodeproj'
24
14
pod 'PusherSwift', :path => '../../'
25
15
end
26
16
target 'Swift-macOS-WithEncryption' do
27
17
platform :osx, MAC_VERSION
28
18
project 'Swift.xcodeproj'
29
- pod 'PusherSwiftWithEncryption', :path => '../../'
30
- end
31
- target 'Swift-tvOS-WithoutEncryption' do
32
- platform :tvos, TVOS_VERSION
33
- project 'Swift.xcodeproj'
34
19
pod 'PusherSwift', :path => '../../'
35
20
end
36
21
target 'Swift-tvOS-WithEncryption' do
37
22
platform :tvos, TVOS_VERSION
38
23
project 'Swift.xcodeproj'
39
- pod 'PusherSwiftWithEncryption', :path => '../../'
40
- end
41
- target 'ObjectiveC-iOS-WithoutEncryption' do
42
- platform :ios, IOS_VERSION
43
- project 'ObjectiveC.xcodeproj'
44
24
pod 'PusherSwift', :path => '../../'
45
25
end
46
26
target 'ObjectiveC-iOS-WithEncryption' do
47
27
platform :ios, IOS_VERSION
48
28
project 'ObjectiveC.xcodeproj'
49
- pod 'PusherSwiftWithEncryption', :path => '../../'
50
- end
51
- target 'ObjectiveC-macOS-WithoutEncryption' do
52
- platform :osx, MAC_VERSION
53
- project 'ObjectiveC.xcodeproj'
54
29
pod 'PusherSwift', :path => '../../'
55
30
end
56
31
target 'ObjectiveC-macOS-WithEncryption' do
57
32
platform :osx, MAC_VERSION
58
33
project 'ObjectiveC.xcodeproj'
59
- pod 'PusherSwiftWithEncryption', :path => '../../'
60
- end
61
- target 'ObjectiveC-tvOS-WithoutEncryption' do
62
- platform :tvos, TVOS_VERSION
63
- project 'ObjectiveC.xcodeproj'
64
34
pod 'PusherSwift', :path => '../../'
65
35
end
66
36
target 'ObjectiveC-tvOS-WithEncryption' do
67
37
platform :tvos, TVOS_VERSION
68
38
project 'ObjectiveC.xcodeproj'
69
- pod 'PusherSwiftWithEncryption ', :path => '../../'
39
+ pod 'PusherSwift ', :path => '../../'
70
40
end
0 commit comments