Skip to content

Commit ebb944c

Browse files
committed
Bump podfile to new library version and fix tests
1 parent 7041876 commit ebb944c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Podfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ use_frameworks!
33
workspace 'R.swift'
44
project 'ResourceApp/ResourceApp'
55

6-
target 'ResourceApp' do
6+
target 'ResourceApp'
7+
target 'ResourceAppTests'
78

89
pod 'R.swift.Library', :path => './R.swift.Library'
910

10-
end
11-
1211
post_install do |installer|
1312
installer.pods_project.targets.each do |target|
1413
target.build_configurations.each do |config|

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- R.swift.Library (2.1.0)
2+
- R.swift.Library (2.2.0)
33

44
DEPENDENCIES:
55
- R.swift.Library (from `./R.swift.Library`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: ./R.swift.Library
1010

1111
SPEC CHECKSUMS:
12-
R.swift.Library: e5e077ed04f6867a95676af491650091b23518e9
12+
R.swift.Library: 31a487b65381f37a7d203a6f1f935b43c9be35b0
1313

14-
PODFILE CHECKSUM: 697c63af0dc7653faabb61448736a02bcb692198
14+
PODFILE CHECKSUM: 12d019b559db14e2a2b78328a04ddd370d7ad3a7
1515

1616
COCOAPODS: 1.0.1

0 commit comments

Comments
 (0)