Skip to content

Commit

Permalink
build macos app
Browse files Browse the repository at this point in the history
  • Loading branch information
gusibi committed Jul 23, 2023
1 parent 5e47f7b commit 402032c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ moli-ai-box is a Google Palm client written in Flutter aiming to provide a conve



## TODO
## Features

- [x] 模型选择菜单
- [x] 菜单/侧边菜单
Expand All @@ -47,4 +47,16 @@ moli-ai-box is a Google Palm client written in Flutter aiming to provide a conve
- [x] 支持markdown


----
## Build

### macOS

```
flutter build macos --no-tree-shake-icons
```

### android

```
flutter build apk --no-tree-shake-icons
```
2 changes: 1 addition & 1 deletion macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1300;
ORGANIZATIONNAME = "";
TargetAttributes = {
331C80D4294CF70F00263BE5 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 402032c

Please sign in to comment.