Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b2d5f81

Browse files
committed
[google_sign_in] Add iOS unit tests
1 parent cf80430 commit b2d5f81

File tree

6 files changed

+399
-64
lines changed

6 files changed

+399
-64
lines changed

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## NEXT
22

33
* Add iOS unit and UI integration test targets.
4+
* Add iOS unit tests.
45
* Exclude arm64 simulators in example app.
56

67
## 5.0.4

packages/google_sign_in/google_sign_in/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
<string>arm64</string>
2626
</array>
2727
<key>MinimumOSVersion</key>
28-
<string>8.0</string>
28+
<string>9.0</string>
2929
</dict>
3030
</plist>

packages/google_sign_in/google_sign_in/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
540540
GCC_WARN_UNUSED_FUNCTION = YES;
541541
GCC_WARN_UNUSED_VARIABLE = YES;
542-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
542+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
543543
MTL_ENABLE_DEBUG_INFO = YES;
544544
ONLY_ACTIVE_ARCH = YES;
545545
SDKROOT = iphoneos;
@@ -589,7 +589,7 @@
589589
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
590590
GCC_WARN_UNUSED_FUNCTION = YES;
591591
GCC_WARN_UNUSED_VARIABLE = YES;
592-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
592+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
593593
MTL_ENABLE_DEBUG_INFO = NO;
594594
SDKROOT = iphoneos;
595595
TARGETED_DEVICE_FAMILY = "1,2";

packages/google_sign_in/google_sign_in/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
shouldUseLaunchSchemeArgsEnv = "YES">
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
codeCoverageEnabled = "YES">
3031
<MacroExpansion>
3132
<BuildableReference
3233
BuildableIdentifier = "primary"

0 commit comments

Comments
 (0)