File tree 6 files changed +15
-6
lines changed
Samples/ObjC/SignInSample
SignInSampleForPod.xcodeproj
6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 12
12
swift-button-functional-test :
13
13
runs-on : macOS-12
14
14
# Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner.
15
- if : " !github.event.pull_request.head.repo.fork "
15
+ if : false # Disabled per issue 367; add back here check for PRs from forks
16
16
defaults :
17
17
run :
18
18
working-directory : Samples/Swift/DaysUntilBirthday
Original file line number Diff line number Diff line change
1
+ # 7.1.0-fac-beta-1.0.0
2
+ - Beta release supporting Firebase App Check tokens used
3
+ to establish your application's integrity while signing in with Google
4
+ - Internal
5
+ - Update SignInSample Podfile minimum iOS version ([ #355 ] ( https://github.com/google/GoogleSignIn-iOS/pull/355 ) )
6
+ - Update AppCheckExample unit test target to pass during continuous integration ([ #356 ] ( https://github.com/google/GoogleSignIn-iOS/pull/356 ) )
7
+
1
8
# 7.1.0-fac-eap-1.0.0
2
9
- Early Access Program (EAP) release supporting Firebase App Check tokens used
3
10
to establish your application's integrity while signing in with Google
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'GoogleSignIn'
3
- s . version = '7.1.0-fac-eap -1.0.0'
3
+ s . version = '7.1.0-fac-beta -1.0.0'
4
4
s . summary = 'Enables iOS apps to sign in with Google.'
5
5
s . description = <<-DESC
6
6
The Google Sign-In SDK allows users to sign in with their Google account from third-party apps.
Original file line number Diff line number Diff line change 17
17
18
18
import PackageDescription
19
19
20
- let googleSignInVersion = " 7.1.0-fac-eap -1.0.0 "
20
+ let googleSignInVersion = " 7.1.0-fac-beta -1.0.0 "
21
21
22
22
let package = Package (
23
23
name: " GoogleSignIn " ,
Original file line number Diff line number Diff line change 3
3
archiveVersion = 1;
4
4
classes = {
5
5
};
6
- objectVersion = 52 ;
6
+ objectVersion = 54 ;
7
7
objects = {
8
8
9
9
/* Begin PBXBuildFile section */
459
459
..,
460
460
);
461
461
INFOPLIST_FILE = "$(SRCROOT)/SignInSample-Info.plist";
462
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
462
463
LD_RUNPATH_SEARCH_PATHS = (
463
464
"$(inherited)",
464
465
"@executable_path/Frameworks",
477
478
..,
478
479
);
479
480
INFOPLIST_FILE = "$(SRCROOT)/SignInSample-Info.plist";
481
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
480
482
LD_RUNPATH_SEARCH_PATHS = (
481
483
"$(inherited)",
482
484
"@executable_path/Frameworks",
Original file line number Diff line number Diff line change 510
510
CLANG_ENABLE_MODULES = YES;
511
511
DEVELOPMENT_TEAM = "";
512
512
INFOPLIST_FILE = "$(SRCROOT)/SignInSample-Info.plist";
513
- IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
513
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
514
514
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
515
515
PRODUCT_BUNDLE_IDENTIFIER = com.google.SignInSample;
516
516
PRODUCT_NAME = SignInSample;
527
527
CLANG_ENABLE_MODULES = YES;
528
528
DEVELOPMENT_TEAM = "";
529
529
INFOPLIST_FILE = "$(SRCROOT)/SignInSample-Info.plist";
530
- IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
530
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
531
531
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
532
532
PRODUCT_BUNDLE_IDENTIFIER = com.google.SignInSample;
533
533
PRODUCT_NAME = SignInSample;
You can’t perform that action at this time.
0 commit comments