Skip to content

Commit 7aeaf78

Browse files
committedApr 28, 2021
Restructures Podfile because build for macOS didn't work
1 parent 40ee901 commit 7aeaf78

File tree

170 files changed

+2189
-3167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+2189
-3167
lines changed
 

‎Podfile

+25-23
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
1-
abstract_target 'RichString' do
2-
use_frameworks!
31

4-
target 'RichString iOS' do
2+
target 'RichString iOS' do
53
platform :ios, '10.0'
6-
end
7-
target 'RichString macOS' do
8-
platform :osx, '10.12'
9-
end
10-
target 'RichString watchOS' do
11-
platform :watchos, '2.0'
12-
end
13-
target 'RichString tvOS' do
14-
platform :tvos, '10.0'
15-
end
16-
17-
abstract_target 'RichStringTests' do
18-
pod 'Quick', '~> 3.0', :inhibit_warnings => true
19-
pod 'Nimble', '~> 9.0'
20-
4+
use_frameworks!
215
target 'RichStringTests iOS' do
22-
platform :ios, '10.0'
6+
pod 'Quick', '~> 3.0', :inhibit_warnings => true
7+
pod 'Nimble', '~> 9.0'
8+
platform :ios, '10.0'
239
end
10+
end
11+
12+
target 'RichString macOS' do
13+
platform :osx, '10.12'
2414
target 'RichStringTests macOS' do
25-
platform :osx, '10.12'
15+
pod 'Quick', '~> 3.0', :inhibit_warnings => true
16+
pod 'Nimble', '~> 9.0'
17+
platform :osx, '10.12'
2618
end
19+
end
20+
21+
target 'RichString watchOS' do
22+
platform :watchos, '2.0'
23+
end
24+
25+
target 'RichString tvOS' do
26+
platform :tvos, '10.0'
2727
target 'RichStringTests tvOS' do
28-
platform :tvos, '10.0'
28+
pod 'Quick', '~> 3.0', :inhibit_warnings => true
29+
pod 'Nimble', '~> 9.0'
30+
platform :tvos, '10.0'
2931
end
30-
end
31-
3232
end
33+
34+

‎Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ SPEC CHECKSUMS:
1515
Nimble: 7bed62ffabd6dbfe05f5925cbc43722533248990
1616
Quick: 60f0ea3b8e0cfc0df3259a5c06a238ad8b3c46e0
1717

18-
PODFILE CHECKSUM: af8ee197cf27da61c8edc093cc08664bb7a423c9
18+
PODFILE CHECKSUM: a43b172582e8052fa488779b81eda1b4112a1523
1919

2020
COCOAPODS: 1.10.1

0 commit comments

Comments
 (0)
Please sign in to comment.