Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 20, 2024
1 parent ccd64d7 commit a78362c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions binding/android/EagleTestApp/eagle-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.code.gson:gson:2.10'
implementation 'ai.picovoice:eagle-android:1.0.0'

// Espresso UI Testing
Expand Down
22 changes: 11 additions & 11 deletions demo/ios/EagleDemo/EagleDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -21,9 +21,9 @@
02447A9026D94F7C004A6CE9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
02447A9526D94F7C004A6CE9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
283588A68587C97CF5AD71FD /* libPods-EagleDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-EagleDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
576DE6636DF8145ED55AF713 /* Pods-EagleDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EagleDemo.debug.xcconfig"; path = "Target Support Files/Pods-EagleDemo/Pods-EagleDemo.debug.xcconfig"; sourceTree = "<group>"; };
43F120214085720BE256298F /* Pods-EagleDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EagleDemo.release.xcconfig"; path = "Target Support Files/Pods-EagleDemo/Pods-EagleDemo.release.xcconfig"; sourceTree = "<group>"; };
C76A415F2703B17000DB57D6 /* ViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModel.swift; sourceTree = "<group>"; };
D74EB4151D2FC4787DBA39A4 /* Pods-EagleDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EagleDemo.release.xcconfig"; path = "Target Support Files/Pods-EagleDemo/Pods-EagleDemo.release.xcconfig"; sourceTree = "<group>"; };
E99243D0A19EBD6589E2BFD9 /* Pods-EagleDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EagleDemo.debug.xcconfig"; path = "Target Support Files/Pods-EagleDemo/Pods-EagleDemo.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -43,8 +43,8 @@
children = (
02447A8B26D94F75004A6CE9 /* EagleDemo */,
02447A8A26D94F75004A6CE9 /* Products */,
7983C9752CBB2C0CDEFFB371 /* Pods */,
E50F2B7FDAD796B5FEA16357 /* Frameworks */,
C5C197030F9F54593E7ED0A3 /* Pods */,
);
sourceTree = "<group>";
};
Expand All @@ -68,11 +68,11 @@
path = EagleDemo;
sourceTree = "<group>";
};
7983C9752CBB2C0CDEFFB371 /* Pods */ = {
C5C197030F9F54593E7ED0A3 /* Pods */ = {
isa = PBXGroup;
children = (
576DE6636DF8145ED55AF713 /* Pods-EagleDemo.debug.xcconfig */,
D74EB4151D2FC4787DBA39A4 /* Pods-EagleDemo.release.xcconfig */,
E99243D0A19EBD6589E2BFD9 /* Pods-EagleDemo.debug.xcconfig */,
43F120214085720BE256298F /* Pods-EagleDemo.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
Expand Down Expand Up @@ -342,13 +342,13 @@
};
02447AAF26D94F7D004A6CE9 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 576DE6636DF8145ED55AF713 /* Pods-EagleDemo.debug.xcconfig */;
baseConfigurationReference = E99243D0A19EBD6589E2BFD9 /* Pods-EagleDemo.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = EU9HUJJU2X;
DEVELOPMENT_TEAM = 65723695GD;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = EagleDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -365,13 +365,13 @@
};
02447AB026D94F7D004A6CE9 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D74EB4151D2FC4787DBA39A4 /* Pods-EagleDemo.release.xcconfig */;
baseConfigurationReference = 43F120214085720BE256298F /* Pods-EagleDemo.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = EU9HUJJU2X;
DEVELOPMENT_TEAM = 65723695GD;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = EagleDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand Down
2 changes: 1 addition & 1 deletion demo/ios/EagleDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 6fdf5a2d8316e8b741e0a468bda00174e72c4499

COCOAPODS: 1.11.3
COCOAPODS: 1.16.2

0 comments on commit a78362c

Please sign in to comment.