Skip to content

Commit 34f551f

Browse files
author
Chuan Ren
authored
Update sample app deployment target to iOS 8.0 (#3078)
1 parent ab27f69 commit 34f551f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/Firebase.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7128,7 +7128,7 @@
71287128
"\"${PODS_ROOT}/../../Firebase/Auth/Source\"/**",
71297129
);
71307130
INFOPLIST_FILE = Auth/Sample/Application.plist;
7131-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
7131+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
71327132
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
71337133
MTL_ENABLE_DEBUG_INFO = YES;
71347134
PRODUCT_BUNDLE_IDENTIFIER = com.google.FirebaseExperimental1;
@@ -7167,7 +7167,7 @@
71677167
"\"${PODS_ROOT}/../../Firebase/Auth/Source\"/**",
71687168
);
71697169
INFOPLIST_FILE = Auth/Sample/Application.plist;
7170-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
7170+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
71717171
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
71727172
MTL_ENABLE_DEBUG_INFO = NO;
71737173
PRODUCT_BUNDLE_IDENTIFIER = com.google.FirebaseExperimental1;

0 commit comments

Comments
 (0)