Skip to content

Commit 79756a6

Browse files
committed
[Firebase AI] Test zip distribution
1 parent c8e9e7e commit 79756a6

File tree

847 files changed

+421244
-16
lines changed

Some content is hidden

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

847 files changed

+421244
-16
lines changed

firebaseai/ChatExample/Models/ChatMessage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import FirebaseAI
15+
import FirebaseAILogic
1616
import Foundation
1717

1818
enum Participant {

firebaseai/ChatExample/Screens/ConversationScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import FirebaseAI
15+
import FirebaseAILogic
1616
import GenerativeAIUIComponents
1717
import SwiftUI
1818

firebaseai/ChatExample/ViewModels/ConversationViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import FirebaseAI
15+
import FirebaseAILogic
1616
import Foundation
1717
import UIKit
1818

firebaseai/ChatExample/Views/ErrorDetailsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import FirebaseAI
15+
import FirebaseAILogic
1616
import MarkdownUI
1717
import SwiftUI
1818

firebaseai/ChatExample/Views/ErrorView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import FirebaseAI
15+
import FirebaseAILogic
1616
import SwiftUI
1717

1818
struct ErrorView: View {

firebaseai/ChatExample/Views/Grounding/GroundedResponseView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import FirebaseAI
15+
import FirebaseAILogic
1616
import SwiftUI
1717

1818
/// A view that displays a chat message that is grounded in Google Search.

firebaseai/ChatExample/Views/MessageView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import MarkdownUI
1616
import SwiftUI
17-
import FirebaseAI
17+
import FirebaseAILogic
1818

1919
struct RoundedCorner: Shape {
2020
var radius: CGFloat = .infinity

firebaseai/FirebaseAIExample.xcodeproj/project.pbxproj

Lines changed: 235 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "2600"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES"
8+
buildArchitectures = "Automatic">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "86BB55332E8AE4240054B8B5"
19+
BuildableName = "FirebaseAIExample-zip.app"
20+
BlueprintName = "FirebaseAIExample-zip"
21+
ReferencedContainer = "container:FirebaseAIExample.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
</BuildActionEntries>
25+
</BuildAction>
26+
<TestAction
27+
buildConfiguration = "Debug"
28+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
29+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
30+
shouldUseLaunchSchemeArgsEnv = "YES"
31+
shouldAutocreateTestPlan = "YES">
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "86BB55332E8AE4240054B8B5"
48+
BuildableName = "FirebaseAIExample-zip.app"
49+
BlueprintName = "FirebaseAIExample-zip"
50+
ReferencedContainer = "container:FirebaseAIExample.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "86BB55332E8AE4240054B8B5"
65+
BuildableName = "FirebaseAIExample-zip.app"
66+
BlueprintName = "FirebaseAIExample-zip"
67+
ReferencedContainer = "container:FirebaseAIExample.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>

firebaseai/FirebaseAIExample/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
import SwiftUI
16-
import FirebaseAI
16+
import FirebaseAILogic
1717

1818
enum BackendOption: String, CaseIterable, Identifiable {
1919
case googleAI = "Gemini Developer API"

0 commit comments

Comments
 (0)