Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 9f64d56

Browse files
Use pod 'TwitterKit', '3.1.0'
1 parent 95327a1 commit 9f64d56

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.travis/before-install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ init_new_example_project() {
1414
android/app/build.gradle
1515
android/app/src/main/AndroidManifest.xml
1616
ios/example/Info.plist
17-
ios/Podfile
18-
ios/Podfile.lock
1917
src
2018
scripts
2119
__tests__

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
platform :ios, '9.0'
33

44
target 'example' do
5-
pod 'TwitterKit', '~> 3.1'
5+
pod 'TwitterKit', '3.1.0'
66
end

scripts/local-ci.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ files_to_copy=(
2828
android/app/build.gradle
2929
android/app/src/main/AndroidManifest.xml
3030
ios/example/Info.plist
31-
ios/Podfile
32-
ios/Podfile.lock
3331
src
3432
scripts
3533
__tests__

scripts/post-link-ios.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Dir.chdir('ios')
88

99
@podfile_path = Pathname.pwd + 'Podfile'
10-
@pod_dep = " pod 'TwitterKit', '~> 3.1'\n"
10+
@pod_dep = " pod 'TwitterKit', '3.1.0'\n"
1111

1212
@project_paths= Pathname.pwd.children.select { |pn| pn.extname == '.xcodeproj' }
1313
raise 'No Xcode project found' unless @project_paths.length > 0

0 commit comments

Comments
 (0)