فهرست منبع

Bump DaysUntilBirthday Podfile version numbers (#133)

Co-authored-by: Peter Andrews <petea@google.com>
mdmathias 3 سال پیش
والد
کامیت
0dc783f365
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Samples/Swift/DaysUntilBirthday/Podfile

+ 2 - 2
Samples/Swift/DaysUntilBirthday/Podfile

@@ -3,9 +3,9 @@ pod 'GoogleSignInSwift', :path => '../../../', :testspecs => ['unit']
 project 'DaysUntilBirthdayForPod.xcodeproj'
 project 'DaysUntilBirthdayForPod.xcodeproj'
 
 
 target 'DaysUntilBirthdayForPod (iOS)' do
 target 'DaysUntilBirthdayForPod (iOS)' do
-  platform :ios, '13.0'
+  platform :ios, '14.0'
 end
 end
 
 
 target 'DaysUntilBirthdayForPod (macOS)' do
 target 'DaysUntilBirthdayForPod (macOS)' do
-  platform :osx, '10.15'
+  platform :osx, '11.0'
 end
 end