Skip to content

Commit 5430980

Browse files
committed
Bump firebase version to 11
1 parent b81f065 commit 5430980

File tree

4 files changed

+52
-39
lines changed

4 files changed

+52
-39
lines changed

Example/BasicExample/BasicExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@
435435
buildSettings = {
436436
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
437437
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
438+
CODE_SIGN_IDENTITY = "Apple Development";
438439
CODE_SIGN_STYLE = Automatic;
439440
CURRENT_PROJECT_VERSION = 1;
440441
DEVELOPMENT_ASSET_PATHS = "\"BasicExample/Preview Content\"";
@@ -453,6 +454,7 @@
453454
MARKETING_VERSION = 1.0;
454455
PRODUCT_BUNDLE_IDENTIFIER = com.segment.BasicExample;
455456
PRODUCT_NAME = "$(TARGET_NAME)";
457+
PROVISIONING_PROFILE_SPECIFIER = "";
456458
SWIFT_EMIT_LOC_STRINGS = YES;
457459
SWIFT_VERSION = 5.0;
458460
TARGETED_DEVICE_FAMILY = "1,2";
@@ -464,6 +466,7 @@
464466
buildSettings = {
465467
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
466468
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
469+
CODE_SIGN_IDENTITY = "Apple Development";
467470
CODE_SIGN_STYLE = Automatic;
468471
CURRENT_PROJECT_VERSION = 1;
469472
DEVELOPMENT_ASSET_PATHS = "\"BasicExample/Preview Content\"";
@@ -482,6 +485,7 @@
482485
MARKETING_VERSION = 1.0;
483486
PRODUCT_BUNDLE_IDENTIFIER = com.segment.BasicExample;
484487
PRODUCT_NAME = "$(TARGET_NAME)";
488+
PROVISIONING_PROFILE_SPECIFIER = "";
485489
SWIFT_EMIT_LOC_STRINGS = YES;
486490
SWIFT_VERSION = 5.0;
487491
TARGETED_DEVICE_FAMILY = "1,2";

Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 27 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let package = Package(
2828
.package(
2929
name: "Firebase",
3030
url: "https://github.com/firebase/firebase-ios-sdk",
31-
from: "10.21.0"
31+
from: "11.0.0"
3232
)
3333
],
3434
targets: [

0 commit comments

Comments
 (0)