Skip to content

Commit bb45efc

Browse files
committed
Update Example app GTMSessionFetcher deps to include 3.x.
1 parent bf3e1e9 commit bb45efc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
repositoryURL = "https://github.com/google/gtm-session-fetcher.git";
380380
requirement = {
381381
kind = versionRange;
382-
maximumVersion = 3.0.0;
382+
maximumVersion = 4.0.0;
383383
minimumVersion = 1.0.0;
384384
};
385385
};

Examples/Example-iOS/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '9.0'
1+
platform :ios, '10.0'
22

33
target 'Example-iOSForPod' do
44
use_frameworks!
@@ -11,5 +11,5 @@ target 'Example-iOSForPod' do
1111
# pod 'GTMAppAuth'
1212

1313
pod 'AppAuth', '~> 1.0'
14-
pod 'GTMSessionFetcher/Core', '>= 1.0', '< 3.0'
14+
pod 'GTMSessionFetcher/Core', '>= 1.0', '< 4.0'
1515
end

Examples/Example-macOS/Example-macOS.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
repositoryURL = "https://github.com/google/gtm-session-fetcher.git";
361361
requirement = {
362362
kind = versionRange;
363-
maximumVersion = 3.0.0;
363+
maximumVersion = 4.0.0;
364364
minimumVersion = 1.0.0;
365365
};
366366
};

Examples/Example-macOS/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ target 'Example-macOSForPod' do
1111
# pod 'GTMAppAuth'
1212

1313
pod 'AppAuth', '~> 1.5'
14-
pod 'GTMSessionFetcher/Core', '>= 1.0', '< 3.0'
14+
pod 'GTMSessionFetcher/Core', '>= 1.0', '< 4.0'
1515
end

0 commit comments

Comments
 (0)