Skip to content

Commit 61d7e89

Browse files
author
Daniel Browne
committed
Remove '-WithoutEncryption' build targets from Podfile templates
1 parent 7d4f7db commit 61d7e89

File tree

2 files changed

+2
-62
lines changed

2 files changed

+2
-62
lines changed

Consumption-Tests/Cocoapods-Latest/Podfile.template

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,63 +8,33 @@ IOS_VERSION='{IOS_VERSION}'
88
MAC_VERSION='{MAC_VERSION}'
99
TVOS_VERSION='{TVOS_VERSION}'
1010

11-
target 'Swift-iOS-WithoutEncryption' do
12-
platform :ios, IOS_VERSION
13-
project 'Swift.xcodeproj'
14-
pod 'PusherSwift', :path => '../../'
15-
end
1611
target 'Swift-iOS-WithEncryption' do
1712
platform :ios, IOS_VERSION
1813
project 'Swift.xcodeproj'
19-
pod 'PusherSwiftWithEncryption', :path => '../../'
20-
end
21-
target 'Swift-macOS-WithoutEncryption' do
22-
platform :osx, MAC_VERSION
23-
project 'Swift.xcodeproj'
2414
pod 'PusherSwift', :path => '../../'
2515
end
2616
target 'Swift-macOS-WithEncryption' do
2717
platform :osx, MAC_VERSION
2818
project 'Swift.xcodeproj'
29-
pod 'PusherSwiftWithEncryption', :path => '../../'
30-
end
31-
target 'Swift-tvOS-WithoutEncryption' do
32-
platform :tvos, TVOS_VERSION
33-
project 'Swift.xcodeproj'
3419
pod 'PusherSwift', :path => '../../'
3520
end
3621
target 'Swift-tvOS-WithEncryption' do
3722
platform :tvos, TVOS_VERSION
3823
project 'Swift.xcodeproj'
39-
pod 'PusherSwiftWithEncryption', :path => '../../'
40-
end
41-
target 'ObjectiveC-iOS-WithoutEncryption' do
42-
platform :ios, IOS_VERSION
43-
project 'ObjectiveC.xcodeproj'
4424
pod 'PusherSwift', :path => '../../'
4525
end
4626
target 'ObjectiveC-iOS-WithEncryption' do
4727
platform :ios, IOS_VERSION
4828
project 'ObjectiveC.xcodeproj'
49-
pod 'PusherSwiftWithEncryption', :path => '../../'
50-
end
51-
target 'ObjectiveC-macOS-WithoutEncryption' do
52-
platform :osx, MAC_VERSION
53-
project 'ObjectiveC.xcodeproj'
5429
pod 'PusherSwift', :path => '../../'
5530
end
5631
target 'ObjectiveC-macOS-WithEncryption' do
5732
platform :osx, MAC_VERSION
5833
project 'ObjectiveC.xcodeproj'
59-
pod 'PusherSwiftWithEncryption', :path => '../../'
60-
end
61-
target 'ObjectiveC-tvOS-WithoutEncryption' do
62-
platform :tvos, TVOS_VERSION
63-
project 'ObjectiveC.xcodeproj'
6434
pod 'PusherSwift', :path => '../../'
6535
end
6636
target 'ObjectiveC-tvOS-WithEncryption' do
6737
platform :tvos, TVOS_VERSION
6838
project 'ObjectiveC.xcodeproj'
69-
pod 'PusherSwiftWithEncryption', :path => '../../'
39+
pod 'PusherSwift', :path => '../../'
7040
end

Consumption-Tests/Cocoapods-Minimum/Podfile.template

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,63 +8,33 @@ IOS_VERSION='{IOS_VERSION}'
88
MAC_VERSION='{MAC_VERSION}'
99
TVOS_VERSION='{TVOS_VERSION}'
1010

11-
target 'Swift-iOS-WithoutEncryption' do
12-
platform :ios, IOS_VERSION
13-
project 'Swift.xcodeproj'
14-
pod 'PusherSwift', :path => '../../'
15-
end
1611
target 'Swift-iOS-WithEncryption' do
1712
platform :ios, IOS_VERSION
1813
project 'Swift.xcodeproj'
19-
pod 'PusherSwiftWithEncryption', :path => '../../'
20-
end
21-
target 'Swift-macOS-WithoutEncryption' do
22-
platform :osx, MAC_VERSION
23-
project 'Swift.xcodeproj'
2414
pod 'PusherSwift', :path => '../../'
2515
end
2616
target 'Swift-macOS-WithEncryption' do
2717
platform :osx, MAC_VERSION
2818
project 'Swift.xcodeproj'
29-
pod 'PusherSwiftWithEncryption', :path => '../../'
30-
end
31-
target 'Swift-tvOS-WithoutEncryption' do
32-
platform :tvos, TVOS_VERSION
33-
project 'Swift.xcodeproj'
3419
pod 'PusherSwift', :path => '../../'
3520
end
3621
target 'Swift-tvOS-WithEncryption' do
3722
platform :tvos, TVOS_VERSION
3823
project 'Swift.xcodeproj'
39-
pod 'PusherSwiftWithEncryption', :path => '../../'
40-
end
41-
target 'ObjectiveC-iOS-WithoutEncryption' do
42-
platform :ios, IOS_VERSION
43-
project 'ObjectiveC.xcodeproj'
4424
pod 'PusherSwift', :path => '../../'
4525
end
4626
target 'ObjectiveC-iOS-WithEncryption' do
4727
platform :ios, IOS_VERSION
4828
project 'ObjectiveC.xcodeproj'
49-
pod 'PusherSwiftWithEncryption', :path => '../../'
50-
end
51-
target 'ObjectiveC-macOS-WithoutEncryption' do
52-
platform :osx, MAC_VERSION
53-
project 'ObjectiveC.xcodeproj'
5429
pod 'PusherSwift', :path => '../../'
5530
end
5631
target 'ObjectiveC-macOS-WithEncryption' do
5732
platform :osx, MAC_VERSION
5833
project 'ObjectiveC.xcodeproj'
59-
pod 'PusherSwiftWithEncryption', :path => '../../'
60-
end
61-
target 'ObjectiveC-tvOS-WithoutEncryption' do
62-
platform :tvos, TVOS_VERSION
63-
project 'ObjectiveC.xcodeproj'
6434
pod 'PusherSwift', :path => '../../'
6535
end
6636
target 'ObjectiveC-tvOS-WithEncryption' do
6737
platform :tvos, TVOS_VERSION
6838
project 'ObjectiveC.xcodeproj'
69-
pod 'PusherSwiftWithEncryption', :path => '../../'
39+
pod 'PusherSwift', :path => '../../'
7040
end

0 commit comments

Comments
 (0)