Skip to content

Commit bec50f9

Browse files
authored
Remove VertexAI sample (#14553)
1 parent 94bac42 commit bec50f9

File tree

43 files changed

+7
-3108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+7
-3108
lines changed

.github/workflows/vertexai.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -161,35 +161,3 @@ jobs:
161161
run: sed -i "" "s#s.swift_version = '5.9'#s.swift_version = '${{ matrix.swift_version}}'#" FirebaseVertexAI.podspec
162162
- name: Build and test
163163
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseVertexAI.podspec --platforms=${{ matrix.target }} ${{ matrix.warnings }}
164-
165-
sample:
166-
strategy:
167-
matrix:
168-
include:
169-
- os: macos-13
170-
xcode: Xcode_15.2
171-
- os: macos-14
172-
xcode: Xcode_15.4
173-
- os: macos-15
174-
xcode: Xcode_16.2
175-
runs-on: ${{ matrix.os }}
176-
needs: spm-package-resolved
177-
env:
178-
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
179-
steps:
180-
- uses: actions/checkout@v4
181-
- uses: actions/cache/restore@v4
182-
with:
183-
path: .build
184-
key: ${{needs.spm-package-resolved.outputs.cache_key}}
185-
- name: Xcode
186-
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
187-
- name: Placeholder GoogleService-Info.plist for build testing
188-
run: cp FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist FirebaseVertexAI/Sample/
189-
- uses: nick-fields/retry@v3
190-
with:
191-
timeout_minutes: 120
192-
max_attempts: 3
193-
retry_on: error
194-
retry_wait_seconds: 120
195-
command: scripts/build.sh VertexSample iOS

FirebaseVertexAI/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Unreleased
22
- [feature] The Vertex AI SDK no longer requires `@preconcurrency` when imported in Swift 6.
33
- [feature] The Vertex AI Sample App now includes an image generation example.
4+
- [changed] The Vertex AI Sample App is now part of the
5+
[quickstart-ios repo](https://github.com/firebase/quickstart-ios/tree/main/vertexai).
46

57
# 11.9.0
68
- [feature] **Public Preview**: Added support for generating images using the

FirebaseVertexAI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Vertex AI for Firebase SDK
22

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

66
## Development
77

FirebaseVertexAI/Sample/ChatSample/Assets.xcassets/AccentColor.colorset/Contents.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

FirebaseVertexAI/Sample/ChatSample/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

FirebaseVertexAI/Sample/ChatSample/Assets.xcassets/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

FirebaseVertexAI/Sample/ChatSample/Models/ChatMessage.swift

Lines changed: 0 additions & 64 deletions
This file was deleted.

FirebaseVertexAI/Sample/ChatSample/Preview Content/Preview Assets.xcassets/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

FirebaseVertexAI/Sample/ChatSample/Screens/ConversationScreen.swift

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)