Skip to content

Commit

Permalink
Remove unused package (Mobile-Artificial-Intelligence#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen authored Oct 24, 2023
1 parent 32ed772 commit a9dc4d4
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 497 deletions.
1 change: 0 additions & 1 deletion ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
EA87EA0929E6D804006612C0 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
EABFBD0729CF368200A59BE7 /* libllama.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libllama.dylib; path = ../packages/llama/ios/Frameworks/libllama.dylib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down
2 changes: 0 additions & 2 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
import FlutterMacOS
import Foundation

import llama
import path_provider_foundation
import shared_preferences_foundation
import url_launcher_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
LlamaPlugin.register(with: registry.registrar(forPlugin: "LlamaPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
Expand Down
1 change: 0 additions & 1 deletion macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
E002DFF6D07E40C6DB725E94 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
EA69328A29D5BD7500469D24 /* libllama.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libllama.dylib; path = ../packages/llama/macos/Frameworks/libllama.dylib; sourceTree = "<group>"; };
FA608ACA6639619A87B76E78 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
FAF6EC27F68403A8523F7E03 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down
Binary file removed packages/.DS_Store
Binary file not shown.
30 changes: 0 additions & 30 deletions packages/llama/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions packages/llama/.metadata

This file was deleted.

3 changes: 0 additions & 3 deletions packages/llama/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/llama/LICENSE

This file was deleted.

15 changes: 0 additions & 15 deletions packages/llama/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions packages/llama/analysis_options.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions packages/llama/android/.gitignore

This file was deleted.

46 changes: 0 additions & 46 deletions packages/llama/android/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion packages/llama/android/settings.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions packages/llama/android/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions packages/llama/ios/.gitignore

This file was deleted.

Empty file removed packages/llama/ios/Assets/.gitkeep
Empty file.
14 changes: 0 additions & 14 deletions packages/llama/ios/Classes/LlamaPlugin.swift

This file was deleted.

Binary file removed packages/llama/ios/Frameworks/libllama.dylib
Binary file not shown.
26 changes: 0 additions & 26 deletions packages/llama/ios/llama.podspec

This file was deleted.

7 changes: 0 additions & 7 deletions packages/llama/lib/llama.dart

This file was deleted.

17 changes: 0 additions & 17 deletions packages/llama/lib/llama_method_channel.dart

This file was deleted.

29 changes: 0 additions & 29 deletions packages/llama/lib/llama_platform_interface.dart

This file was deleted.

19 changes: 0 additions & 19 deletions packages/llama/macos/Classes/LlamaPlugin.swift

This file was deleted.

Binary file removed packages/llama/macos/Frameworks/libllama.dylib
Binary file not shown.
Loading

0 comments on commit a9dc4d4

Please sign in to comment.