Skip to content

Commit 31f13d3

Browse files
committed
refactor: remove flutter desktop platform support
1 parent 37e1238 commit 31f13d3

59 files changed

Lines changed: 4 additions & 3030 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/mobile/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '13.0'
2+
platform :ios, '15.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

apps/mobile/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
351351
GCC_WARN_UNUSED_FUNCTION = YES;
352352
GCC_WARN_UNUSED_VARIABLE = YES;
353-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
353+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
354354
MTL_ENABLE_DEBUG_INFO = NO;
355355
SDKROOT = iphoneos;
356356
SUPPORTED_PLATFORMS = iphoneos;
@@ -476,7 +476,7 @@
476476
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
477477
GCC_WARN_UNUSED_FUNCTION = YES;
478478
GCC_WARN_UNUSED_VARIABLE = YES;
479-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
479+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
480480
MTL_ENABLE_DEBUG_INFO = YES;
481481
ONLY_ACTIVE_ARCH = YES;
482482
SDKROOT = iphoneos;
@@ -527,7 +527,7 @@
527527
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
528528
GCC_WARN_UNUSED_FUNCTION = YES;
529529
GCC_WARN_UNUSED_VARIABLE = YES;
530-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
530+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
531531
MTL_ENABLE_DEBUG_INFO = NO;
532532
SDKROOT = iphoneos;
533533
SUPPORTED_PLATFORMS = iphoneos;

apps/mobile/linux/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/mobile/linux/CMakeLists.txt

Lines changed: 0 additions & 128 deletions
This file was deleted.

apps/mobile/linux/flutter/CMakeLists.txt

Lines changed: 0 additions & 88 deletions
This file was deleted.

apps/mobile/linux/flutter/generated_plugin_registrant.cc

Lines changed: 0 additions & 19 deletions
This file was deleted.

apps/mobile/linux/flutter/generated_plugin_registrant.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

apps/mobile/linux/flutter/generated_plugins.cmake

Lines changed: 0 additions & 25 deletions
This file was deleted.

apps/mobile/linux/runner/CMakeLists.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

apps/mobile/linux/runner/main.cc

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)