Skip to content

Commit

Permalink
fix: deepseek compitability
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopkit committed May 29, 2024
1 parent 9e5f1bb commit 0ffaa4b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ app.*.map.json

/android/app/app.key
linux.AppDir
GPTBox-x86_64.AppImage
GPTBox*.AppImage

**/*.bak
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 160;
CURRENT_PROJECT_VERSION = 166;
DEVELOPMENT_TEAM = BA88US33G6;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -494,7 +494,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 160;
CURRENT_PROJECT_VERSION = 166;
DEVELOPMENT_TEAM = BA88US33G6;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -519,7 +519,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 160;
CURRENT_PROJECT_VERSION = 166;
DEVELOPMENT_TEAM = BA88US33G6;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down
6 changes: 3 additions & 3 deletions lib/data/res/build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class Build {
static const String name = "GPTBox";
static const int build = 160;
static const int build = 166;
static const String engine = "3.22.1";
static const String buildAt = "2024-05-26 00:15:05";
static const int modifications = 1;
static const String buildAt = "2024-05-29 16:09:39";
static const int modifications = 5;
}
326 changes: 0 additions & 326 deletions make.dart

This file was deleted.

Loading

0 comments on commit 0ffaa4b

Please sign in to comment.