Skip to content

Commit a7b7e8e

Browse files
committed
update firebase version
1 parent 30a3934 commit a7b7e8e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

storage/StorageExample/StorageExample.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
attributes = {
253253
BuildIndependentTargetsInParallel = 1;
254254
LastSwiftUpdateCheck = 1330;
255-
LastUpgradeCheck = 1330;
255+
LastUpgradeCheck = 1610;
256256
TargetAttributes = {
257257
B94D0ABB27F5060C00753EEA = {
258258
CreatedOnToolsVersion = 13.3;
@@ -368,6 +368,7 @@
368368
CODE_SIGN_STYLE = Automatic;
369369
COMBINE_HIDPI_IMAGES = YES;
370370
CURRENT_PROJECT_VERSION = 1;
371+
DEAD_CODE_STRIPPING = YES;
371372
DEVELOPMENT_ASSET_PATHS = "\"StorageExample (macOS)/Preview Content\"";
372373
ENABLE_PREVIEWS = YES;
373374
GENERATE_INFOPLIST_FILE = YES;
@@ -395,6 +396,7 @@
395396
CODE_SIGN_STYLE = Automatic;
396397
COMBINE_HIDPI_IMAGES = YES;
397398
CURRENT_PROJECT_VERSION = 1;
399+
DEAD_CODE_STRIPPING = YES;
398400
DEVELOPMENT_ASSET_PATHS = "\"StorageExample (macOS)/Preview Content\"";
399401
ENABLE_PREVIEWS = YES;
400402
GENERATE_INFOPLIST_FILE = YES;
@@ -449,6 +451,7 @@
449451
DEBUG_INFORMATION_FORMAT = dwarf;
450452
ENABLE_STRICT_OBJC_MSGSEND = YES;
451453
ENABLE_TESTABILITY = YES;
454+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
452455
GCC_C_LANGUAGE_STANDARD = gnu11;
453456
GCC_DYNAMIC_NO_PIC = NO;
454457
GCC_NO_COMMON_BLOCKS = YES;
@@ -509,6 +512,7 @@
509512
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
510513
ENABLE_NS_ASSERTIONS = NO;
511514
ENABLE_STRICT_OBJC_MSGSEND = YES;
515+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
512516
GCC_C_LANGUAGE_STANDARD = gnu11;
513517
GCC_NO_COMMON_BLOCKS = YES;
514518
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -695,7 +699,7 @@
695699
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
696700
requirement = {
697701
kind = upToNextMajorVersion;
698-
minimumVersion = 10.0.0;
702+
minimumVersion = 11.0.0;
699703
};
700704
};
701705
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)