Skip to content

Commit 8d3fb11

Browse files
chan-parkmobile-devx-github-bot
authored andcommitted
Change EarlGrey CocoaPods source version from 2.2.0 to 2.2.1 for the new release.
PiperOrigin-RevId: 347074086
1 parent e574c2e commit 8d3fb11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EarlGreyApp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
' Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).'
1616
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
1717

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

2121
s.pod_target_xcconfig = { "FRAMEWORK_SEARCH_PATHS" =>"$(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks",

EarlGreyTest.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
' Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).'
1616
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
1717

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

2020
s.dependency "eDistantObject", "1.0.2"
2121

0 commit comments

Comments
 (0)