Skip to content

Commit 3170234

Browse files
committed
Merge commit '65fb3f1' into briannamorales/vwg-flow. Updates branch to latest commit in release 8.0.0.
2 parents b948e3b + 65fb3f1 commit 3170234

8 files changed

Lines changed: 74 additions & 53 deletions

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [macos-12]
18+
os: [macos-latest]
1919

2020
steps:
2121
- uses: actions/checkout@v3

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fi
4848
4949
swift-button-functional-test:
50-
runs-on: macOS-12
50+
runs-on: macos-latest
5151
needs: check-pr-body-for-key
5252
# Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner.
5353
if: ${{ needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes' && !github.event.pull_request.head.repo.fork }}
@@ -64,7 +64,7 @@ jobs:
6464
build-for-testing \
6565
-scheme DaysUntilBirthday\ \(iOS\) \
6666
-sdk iphonesimulator \
67-
-destination 'platform=iOS Simulator,name=iPhone 11'
67+
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4'
6868
- name: Run test target for Google Sign-in button for Swift
6969
env:
7070
EMAIL_SECRET : ${{ secrets.EMAIL_SECRET }}
@@ -75,7 +75,7 @@ jobs:
7575
test-without-building \
7676
-scheme DaysUntilBirthday\ \(iOS\) \
7777
-sdk iphonesimulator \
78-
-destination 'platform=iOS Simulator,name=iPhone 11' \
78+
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' \
7979
EMAIL_SECRET=$EMAIL_SECRET \
8080
PASSWORD_SECRET=$PASSWORD_SECRET
8181

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [macos-12]
42+
os: [macos-latest]
4343
sdk: ['macosx', 'iphonesimulator']
4444
include:
4545
- sdk: 'macosx'
4646
destination: '"platform=OS X,arch=x86_64"'
4747
- sdk: 'iphonesimulator'
48-
destination: '"platform=iOS Simulator,name=iPhone 11"'
48+
destination: '"platform=iOS Simulator,name=iPhone 14"'
4949
steps:
5050
- uses: actions/checkout@v3
5151
- name: Build unit test target

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# 7.2.0
1+
# 8.0.0
22
- General release adding Firebase App Check support to establish your
33
application's integrity while signing in with Google
4+
- Update minimum iOS support to iOS 12 ([#445](https://github.com/google/GoogleSignIn-iOS/pull/445))
45
- Internal
6+
- Update AppCheckCore dependency to v11.0 ([#454](https://github.com/google/GoogleSignIn-iOS/pull/454))
57
- Add instancetype return to test helper ([#393](https://github.com/google/GoogleSignIn-iOS/pull/393))
68
- Remove GTMSessionFetcher modular import ([#403](https://github.com/google/GoogleSignIn-iOS/pull/403))
79
- Bump activesupport from 5.2.5 to 5.2.8.1 in the bundler group ([#429](https://github.com/google/GoogleSignIn-iOS/pull/429))
10+
- Remove deprecated macos-11 runner ([#447](https://github.com/google/GoogleSignIn-iOS/pull/447))
11+
- Update deprecated archiving API usage in tests ([#449](https://github.com/google/GoogleSignIn-iOS/pull/449))
812

913
# 7.1.0-fac-beta-1.1.0
1014
- Beta release supporting Firebase App Check tokens used

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'cocoapods', '1.10.1'
3+
gem 'cocoapods', '1.15.2'

Gemfile.lock

Lines changed: 56 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,110 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.3)
5-
activesupport (5.2.8.1)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
7+
rexml
8+
activesupport (7.1.3.4)
9+
base64
10+
bigdecimal
611
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
12+
connection_pool (>= 2.2.5)
13+
drb
14+
i18n (>= 1.6, < 2)
15+
minitest (>= 5.1)
16+
mutex_m
17+
tzinfo (~> 2.0)
18+
addressable (2.8.7)
19+
public_suffix (>= 2.0.2, < 7.0)
1220
algoliasearch (1.27.5)
1321
httpclient (~> 2.8, >= 2.8.3)
1422
json (>= 1.5.1)
1523
atomos (0.1.3)
16-
claide (1.0.3)
17-
cocoapods (1.10.1)
18-
addressable (~> 2.6)
24+
base64 (0.2.0)
25+
bigdecimal (3.1.8)
26+
claide (1.1.0)
27+
cocoapods (1.15.2)
28+
addressable (~> 2.8)
1929
claide (>= 1.0.2, < 2.0)
20-
cocoapods-core (= 1.10.1)
30+
cocoapods-core (= 1.15.2)
2131
cocoapods-deintegrate (>= 1.0.3, < 2.0)
22-
cocoapods-downloader (>= 1.4.0, < 2.0)
32+
cocoapods-downloader (>= 2.1, < 3.0)
2333
cocoapods-plugins (>= 1.0.0, < 2.0)
2434
cocoapods-search (>= 1.0.0, < 2.0)
25-
cocoapods-trunk (>= 1.4.0, < 2.0)
35+
cocoapods-trunk (>= 1.6.0, < 2.0)
2636
cocoapods-try (>= 1.1.0, < 2.0)
2737
colored2 (~> 3.1)
2838
escape (~> 0.0.4)
2939
fourflusher (>= 2.3.0, < 3.0)
3040
gh_inspector (~> 1.0)
31-
molinillo (~> 0.6.6)
41+
molinillo (~> 0.8.0)
3242
nap (~> 1.0)
33-
ruby-macho (~> 1.4)
34-
xcodeproj (>= 1.19.0, < 2.0)
35-
cocoapods-core (1.10.1)
36-
activesupport (> 5.0, < 6)
37-
addressable (~> 2.6)
43+
ruby-macho (>= 2.3.0, < 3.0)
44+
xcodeproj (>= 1.23.0, < 2.0)
45+
cocoapods-core (1.15.2)
46+
activesupport (>= 5.0, < 8)
47+
addressable (~> 2.8)
3848
algoliasearch (~> 1.0)
3949
concurrent-ruby (~> 1.1)
4050
fuzzy_match (~> 2.0.4)
4151
nap (~> 1.0)
4252
netrc (~> 0.11)
43-
public_suffix
53+
public_suffix (~> 4.0)
4454
typhoeus (~> 1.0)
45-
cocoapods-deintegrate (1.0.4)
46-
cocoapods-downloader (1.6.3)
55+
cocoapods-deintegrate (1.0.5)
56+
cocoapods-downloader (2.1)
4757
cocoapods-plugins (1.0.0)
4858
nap
49-
cocoapods-search (1.0.0)
50-
cocoapods-trunk (1.5.0)
59+
cocoapods-search (1.0.1)
60+
cocoapods-trunk (1.6.0)
5161
nap (>= 0.8, < 2.0)
5262
netrc (~> 0.11)
5363
cocoapods-try (1.2.0)
5464
colored2 (3.1.2)
55-
concurrent-ruby (1.3.1)
65+
concurrent-ruby (1.3.3)
66+
connection_pool (2.4.1)
67+
drb (2.2.1)
5668
escape (0.0.4)
57-
ethon (0.13.0)
69+
ethon (0.16.0)
5870
ffi (>= 1.15.0)
59-
ffi (1.15.0)
71+
ffi (1.17.0)
6072
fourflusher (2.3.1)
6173
fuzzy_match (2.0.4)
6274
gh_inspector (1.1.3)
6375
httpclient (2.8.3)
6476
i18n (1.14.5)
6577
concurrent-ruby (~> 1.0)
66-
json (2.5.1)
67-
minitest (5.23.1)
68-
molinillo (0.6.6)
78+
json (2.7.2)
79+
minitest (5.24.1)
80+
molinillo (0.8.0)
81+
mutex_m (0.2.0)
6982
nanaimo (0.3.0)
7083
nap (1.1.0)
7184
netrc (0.11.0)
72-
public_suffix (4.0.6)
73-
ruby-macho (1.4.0)
74-
thread_safe (0.3.6)
75-
typhoeus (1.4.0)
85+
nkf (0.2.0)
86+
public_suffix (4.0.7)
87+
rexml (3.2.9)
88+
strscan
89+
ruby-macho (2.5.1)
90+
strscan (3.1.0)
91+
typhoeus (1.4.1)
7692
ethon (>= 0.9.0)
77-
tzinfo (1.2.11)
78-
thread_safe (~> 0.1)
79-
xcodeproj (1.19.0)
93+
tzinfo (2.0.6)
94+
concurrent-ruby (~> 1.0)
95+
xcodeproj (1.24.0)
8096
CFPropertyList (>= 2.3.3, < 4.0)
8197
atomos (~> 0.1.3)
8298
claide (>= 1.0.2, < 2.0)
8399
colored2 (~> 3.1)
84100
nanaimo (~> 0.3.0)
101+
rexml (~> 3.2.4)
85102

86103
PLATFORMS
87104
ruby
88105

89106
DEPENDENCIES
90-
cocoapods (= 1.10.1)
107+
cocoapods (= 1.15.2)
91108

92109
BUNDLED WITH
93-
1.17.2
110+
2.5.4

GoogleSignIn.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
3333
]
3434
s.ios.framework = 'UIKit'
3535
s.osx.framework = 'AppKit'
36-
s.dependency 'AppCheckCore', '>= 10.19.1', '< 11.0'
36+
s.dependency 'AppCheckCore', '~> 11.0'
3737
s.dependency 'AppAuth', '>= 1.7.3', '< 2.0'
3838
s.dependency 'GTMAppAuth', '>= 4.1.1', '< 5.0'
3939
s.dependency 'GTMSessionFetcher/Core', '~> 3.3'
@@ -56,7 +56,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
5656
]
5757
unit_tests.requires_app_host = true
5858
unit_tests.dependency 'OCMock'
59-
unit_tests.dependency 'GoogleUtilities/MethodSwizzler', '~> 7.13'
60-
unit_tests.dependency 'GoogleUtilities/SwizzlerTestHelpers', '~> 7.13'
59+
unit_tests.dependency 'GoogleUtilities/MethodSwizzler', '~> 8.0'
60+
unit_tests.dependency 'GoogleUtilities/SwizzlerTestHelpers', '~> 8.0'
6161
end
6262
end

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.5
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
// Copyright 2021 Google LLC
@@ -48,7 +48,7 @@ let package = Package(
4848
.package(
4949
name: "AppCheck",
5050
url: "https://github.com/google/app-check.git",
51-
"10.19.1" ..< "11.0.0"),
51+
from: "11.0.0"),
5252
.package(
5353
name: "GTMAppAuth",
5454
url: "https://github.com/google/GTMAppAuth.git",
@@ -64,7 +64,7 @@ let package = Package(
6464
.package(
6565
name: "GoogleUtilities",
6666
url: "https://github.com/google/GoogleUtilities.git",
67-
from: "7.13.0"),
67+
from: "8.0.0"),
6868
],
6969
targets: [
7070
.target(

0 commit comments

Comments
 (0)