Skip to content

Commit ee313fc

Browse files
committed
Disable ios and macos for now
1 parent daee393 commit ee313fc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/rust_builder/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ flutter:
2424
platforms:
2525
android:
2626
ffiPlugin: true
27-
ios:
28-
ffiPlugin: true
27+
#ios:
28+
# ffiPlugin: true
2929
linux:
3030
ffiPlugin: true
31-
macos:
32-
ffiPlugin: true
31+
#macos:
32+
# ffiPlugin: true
3333
windows:
3434
ffiPlugin: true

plugin/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ packages:
334334
dependency: transitive
335335
description:
336336
path: "packages/lw_file_system_api"
337-
ref: "2ddfa39ade2cbea314eb51f95b50ecb6bd5469bf"
338-
resolved-ref: "2ddfa39ade2cbea314eb51f95b50ecb6bd5469bf"
337+
ref: fcac45caf2dc178a1d81c0f0b633fbe8210a81a5
338+
resolved-ref: fcac45caf2dc178a1d81c0f0b633fbe8210a81a5
339339
url: "https://github.com/LinwoodDev/dart_pkgs.git"
340340
source: git
341341
version: "1.0.0"

server/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ packages:
359359
dependency: transitive
360360
description:
361361
path: "packages/lw_file_system_api"
362-
ref: "2ddfa39ade2cbea314eb51f95b50ecb6bd5469bf"
363-
resolved-ref: "2ddfa39ade2cbea314eb51f95b50ecb6bd5469bf"
362+
ref: fcac45caf2dc178a1d81c0f0b633fbe8210a81a5
363+
resolved-ref: fcac45caf2dc178a1d81c0f0b633fbe8210a81a5
364364
url: "https://github.com/LinwoodDev/dart_pkgs.git"
365365
source: git
366366
version: "1.0.0"

0 commit comments

Comments
 (0)