Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions .github/workflows/vertexai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,35 +158,3 @@ jobs:
run: sed -i "" "s#s.swift_version = '5.9'#s.swift_version = '${{ matrix.swift_version}}'#" FirebaseVertexAI.podspec
- name: Build and test
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseVertexAI.podspec --platforms=${{ matrix.target }} ${{ matrix.warnings }}

sample:
strategy:
matrix:
include:
- os: macos-13
xcode: Xcode_15.2
- os: macos-14
xcode: Xcode_15.4
- os: macos-15
xcode: Xcode_16.2
runs-on: ${{ matrix.os }}
needs: spm-package-resolved
env:
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
with:
path: .build
key: ${{needs.spm-package-resolved.outputs.cache_key}}
- name: Xcode
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
- name: Placeholder GoogleService-Info.plist for build testing
run: cp FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist FirebaseVertexAI/Sample/
- uses: nick-fields/retry@v3
with:
timeout_minutes: 120
max_attempts: 3
retry_on: error
retry_wait_seconds: 120
command: scripts/build.sh VertexSample iOS
2 changes: 2 additions & 0 deletions FirebaseVertexAI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Unreleased
- [feature] The Vertex AI SDK no longer requires `@preconcurrency` when imported in Swift 6.
- [feature] The Vertex AI Sample App now includes an image generation example.
- [changed] The Vertex AI Sample App is now part of the
[quickstart-ios repo](https://github.com/firebase/quickstart-ios/tree/main/vertexai).

# 11.9.0
- [feature] **Public Preview**: Added support for generating images using the
Expand Down
2 changes: 1 addition & 1 deletion FirebaseVertexAI/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Vertex AI for Firebase SDK

- For developer documentation, please visit https://firebase.google.com/docs/vertex-ai.
- Try out the [sample app](Sample/README.md) to get started.
- Try out the [sample app](https://github.com/firebase/quickstart-ios/tree/main/vertexai to get started.

## Development

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

64 changes: 0 additions & 64 deletions FirebaseVertexAI/Sample/ChatSample/Models/ChatMessage.swift

This file was deleted.

This file was deleted.

129 changes: 0 additions & 129 deletions FirebaseVertexAI/Sample/ChatSample/Screens/ConversationScreen.swift

This file was deleted.

Loading
Loading