We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ac62b commit 6f33799Copy full SHA for 6f33799
.github/workflows/firebaseai.yml
@@ -36,6 +36,11 @@ jobs:
36
platform: iOS
37
device: iPhone 17 Pro
38
ios_version: "26.1"
39
+ - os: macos-15
40
+ xcode: "16.4"
41
+ platform: iOS
42
+ device: iPhone 16
43
+ ios_version: "18.4"
44
runs-on: ${{ matrix.os }}
45
env:
46
SETUP: firebaseai
firebaseai/FirebaseAIExample.xcodeproj/project.pbxproj
@@ -366,7 +366,7 @@
366
repositoryURL = "https://github.com/peterfriese/ConversationKit";
367
requirement = {
368
kind = exactVersion;
369
- version = 0.0.3;
+ version = 0.0.4;
370
};
371
372
88779D912EC8AC460080D023 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
0 commit comments