Skip to content
Closed
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
4,178 changes: 0 additions & 4,178 deletions agent/python/uv.lock

This file was deleted.

1 change: 1 addition & 0 deletions client/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ dependencies {
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
implementation 'com.squareup.okhttp3:okhttp:5.3.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion client/android/app/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.maui.test">

<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="34" />


<instrumentation
android:name="androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion client/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.maui">

<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="34" />


<uses-permission android:name="android.permission.INTERNET" />

Expand Down
16 changes: 9 additions & 7 deletions client/ios/A2UI-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
06D7D379303CF72A005E2E6E /* GoogleMapsA2UI in Frameworks */ = {isa = PBXBuildFile; productRef = 06D7D378303CF72A005E2E6E /* GoogleMapsA2UI */; };
0686BC60303E3D7200D716B2 /* GoogleMapsA2UI in Frameworks */ = {isa = PBXBuildFile; productRef = 0686BC5F303E3D7200D716B2 /* GoogleMapsA2UI */; };
0686BC61303E3F8D00D716B2 /* MockScenarioRegistry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06D7D381303CFB03005E2E6E /* MockScenarioRegistry.swift */; };
06D7D39E303CFB03005E2E6E /* LatencyLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06D7D380303CFB03005E2E6E /* LatencyLogger.swift */; };
06D7D39F303CFB03005E2E6E /* ResourceLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06D7D383303CFB03005E2E6E /* ResourceLogger.swift */; };
06D7D3A0303CFB03005E2E6E /* MockScenarioRegistry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06D7D381303CFB03005E2E6E /* MockScenarioRegistry.swift */; };
Expand Down Expand Up @@ -97,7 +98,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
06D7D379303CF72A005E2E6E /* GoogleMapsA2UI in Frameworks */,
0686BC60303E3D7200D716B2 /* GoogleMapsA2UI in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -198,7 +199,7 @@
);
name = "A2UI-Example";
packageProductDependencies = (
06D7D378303CF72A005E2E6E /* GoogleMapsA2UI */,
0686BC5F303E3D7200D716B2 /* GoogleMapsA2UI */,
);
productName = "A2UI-Example";
productReference = FDC9C4D02F5B9CB800ABA773 /* A2UI-Example.app */;
Expand Down Expand Up @@ -234,7 +235,7 @@
mainGroup = FDC9C4C72F5B9CB800ABA773;
minimizedProjectReferenceProxies = 1;
packageReferences = (
06D7D376303CF70D005E2E6E /* XCLocalSwiftPackageReference "../../../a2ui/client/ios/GoogleMapsA2UI" */,
0686BC5E303E3D6200D716B2 /* XCLocalSwiftPackageReference "../../../a2ui/client/ios/GoogleMapsA2UI" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = FDC9C4D12F5B9CB800ABA773 /* Products */;
Expand Down Expand Up @@ -291,6 +292,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0686BC61303E3F8D00D716B2 /* MockScenarioRegistry.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -578,16 +580,16 @@
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
06D7D376303CF70D005E2E6E /* XCLocalSwiftPackageReference "../../../a2ui/client/ios/GoogleMapsA2UI" */ = {
0686BC5E303E3D6200D716B2 /* XCLocalSwiftPackageReference "../../../a2ui/client/ios/GoogleMapsA2UI" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../a2ui/client/ios/GoogleMapsA2UI;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
06D7D378303CF72A005E2E6E /* GoogleMapsA2UI */ = {
0686BC5F303E3D7200D716B2 /* GoogleMapsA2UI */ = {
isa = XCSwiftPackageProductDependency;
package = 06D7D376303CF70D005E2E6E /* XCLocalSwiftPackageReference "../../../a2ui/client/ios/GoogleMapsA2UI" */;
package = 0686BC5E303E3D6200D716B2 /* XCLocalSwiftPackageReference "../../../a2ui/client/ios/GoogleMapsA2UI" */;
productName = GoogleMapsA2UI;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
Loading
Loading