Skip to content

Commit

Permalink
Change EarlGrey CocoaPods source version from 2.2.0 to 2.2.1 for the …
Browse files Browse the repository at this point in the history
…new release.

PiperOrigin-RevId: 347074086
  • Loading branch information
chan-park authored and mobile-devx-github-bot committed Dec 11, 2020
1 parent e574c2e commit 8d3fb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EarlGreyApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
' Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).'
s.license = { :type => "Apache 2.0", :file => "LICENSE" }

s.source = { :http => "https://github.com/google/EarlGrey/releases/download/2.2.0/EarlGreyApp.zip" }
s.source = { :http => "https://github.com/google/EarlGrey/releases/download/2.2.1/EarlGreyApp.zip" }
s.vendored_frameworks = "AppFramework.framework"

s.pod_target_xcconfig = { "FRAMEWORK_SEARCH_PATHS" =>"$(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks",
Expand Down
2 changes: 1 addition & 1 deletion EarlGreyTest.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
' Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).'
s.license = { :type => "Apache 2.0", :file => "LICENSE" }

s.source = { :git => "https://github.com/google/EarlGrey.git", :tag => "2.2.0" }
s.source = { :git => "https://github.com/google/EarlGrey.git", :tag => "2.2.1" }

s.dependency "eDistantObject", "1.0.2"

Expand Down

0 comments on commit 8d3fb11

Please sign in to comment.