Skip to content

Commit f9e7dea

Browse files
committed
Bump SpeziFirebase to fix login transition bug
1 parent a4778d6 commit f9e7dea

File tree

3 files changed

+42
-49
lines changed

3 files changed

+42
-49
lines changed

CS342ExampleApplication.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@
11451145
repositoryURL = "https://github.com/StanfordSpezi/SpeziFirebase.git";
11461146
requirement = {
11471147
kind = upToNextMajorVersion;
1148-
minimumVersion = 2.0.0;
1148+
minimumVersion = 2.0.1;
11491149
};
11501150
};
11511151
2FE5DC8229EDD934004B9AB4 /* XCRemoteSwiftPackageReference "SpeziQuestionnaire" */ = {
@@ -1161,23 +1161,23 @@
11611161
repositoryURL = "https://github.com/StanfordSpezi/SpeziStorage.git";
11621162
requirement = {
11631163
kind = upToNextMajorVersion;
1164-
minimumVersion = 1.2.1;
1164+
minimumVersion = 1.2.3;
11651165
};
11661166
};
11671167
2FE5DC8D29EDD980004B9AB4 /* XCRemoteSwiftPackageReference "SpeziViews" */ = {
11681168
isa = XCRemoteSwiftPackageReference;
11691169
repositoryURL = "https://github.com/StanfordSpezi/SpeziViews.git";
11701170
requirement = {
11711171
kind = upToNextMajorVersion;
1172-
minimumVersion = 1.8.0;
1172+
minimumVersion = 1.9.0;
11731173
};
11741174
};
11751175
2FE5DC9029EDD9C3004B9AB4 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
11761176
isa = XCRemoteSwiftPackageReference;
11771177
repositoryURL = "https://github.com/firebase/firebase-ios-sdk.git";
11781178
requirement = {
11791179
kind = upToNextMajorVersion;
1180-
minimumVersion = 11.0.0;
1180+
minimumVersion = 11.8.0;
11811181
};
11821182
};
11831183
2FE5DC9729EDD9D9004B9AB4 /* XCRemoteSwiftPackageReference "XCTestExtensions" */ = {

CS342ExampleApplication.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

CS342ExampleApplication/Resources/Localizable.xcstrings

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
}
4141
}
4242
}
43+
},
44+
"Cats are great!" : {
45+
4346
},
4447
"Close" : {
4548
"localizations" : {
@@ -351,16 +354,6 @@
351354
}
352355
}
353356
},
354-
"The Spezi Framework" : {
355-
"localizations" : {
356-
"en" : {
357-
"stringUnit" : {
358-
"state" : "translated",
359-
"value" : "The Spezi Framework"
360-
}
361-
}
362-
}
363-
},
364357
"This type of event is currently unsupported. Please contact the developer of this app." : {
365358
"localizations" : {
366359
"en" : {

0 commit comments

Comments
 (0)