Skip to content

Commit

Permalink
Merge pull request #24 from K3vinb5/macos-version
Browse files Browse the repository at this point in the history
Added minimum deployment version for macOS.
  • Loading branch information
K3vinb5 authored Sep 7, 2024
2 parents c10595f + 9de3dc0 commit 559ed79
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion macos/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :osx, '10.14.6'
platform :osx, '10.15'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
27 changes: 26 additions & 1 deletion macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
PODS:
- bitsdojo_window_macos (0.0.1):
- FlutterMacOS
- bonsoir_darwin (0.0.1):
- Flutter
- FlutterMacOS
- desktop_keep_screen_on (0.0.1):
- FlutterMacOS
- flutter_discord_rpc (0.0.1)
- flutter_window_close (0.0.1):
- FlutterMacOS
- FlutterMacOS (1.0.0)
- fvp (0.20.2):
- Flutter
Expand All @@ -11,6 +17,9 @@ PODS:
- macos_window_utils (1.0.0):
- FlutterMacOS
- mdk (0.29.1)
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
Expand All @@ -22,10 +31,14 @@ PODS:

DEPENDENCIES:
- bitsdojo_window_macos (from `Flutter/ephemeral/.symlinks/plugins/bitsdojo_window_macos/macos`)
- bonsoir_darwin (from `Flutter/ephemeral/.symlinks/plugins/bonsoir_darwin/darwin`)
- desktop_keep_screen_on (from `Flutter/ephemeral/.symlinks/plugins/desktop_keep_screen_on/macos`)
- flutter_discord_rpc (from `Flutter/ephemeral/.symlinks/plugins/flutter_discord_rpc/macos`)
- flutter_window_close (from `Flutter/ephemeral/.symlinks/plugins/flutter_window_close/macos`)
- FlutterMacOS (from `Flutter/ephemeral`)
- fvp (from `Flutter/ephemeral/.symlinks/plugins/fvp/darwin`)
- macos_window_utils (from `Flutter/ephemeral/.symlinks/plugins/macos_window_utils/macos`)
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
- video_player_avfoundation (from `Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin`)
Expand All @@ -37,14 +50,22 @@ SPEC REPOS:
EXTERNAL SOURCES:
bitsdojo_window_macos:
:path: Flutter/ephemeral/.symlinks/plugins/bitsdojo_window_macos/macos
bonsoir_darwin:
:path: Flutter/ephemeral/.symlinks/plugins/bonsoir_darwin/darwin
desktop_keep_screen_on:
:path: Flutter/ephemeral/.symlinks/plugins/desktop_keep_screen_on/macos
flutter_discord_rpc:
:path: Flutter/ephemeral/.symlinks/plugins/flutter_discord_rpc/macos
flutter_window_close:
:path: Flutter/ephemeral/.symlinks/plugins/flutter_window_close/macos
FlutterMacOS:
:path: Flutter/ephemeral
fvp:
:path: Flutter/ephemeral/.symlinks/plugins/fvp/darwin
macos_window_utils:
:path: Flutter/ephemeral/.symlinks/plugins/macos_window_utils/macos
path_provider_foundation:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
shared_preferences_foundation:
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin
url_launcher_macos:
Expand All @@ -54,15 +75,19 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
bitsdojo_window_macos: 44e3b8fe3dd463820e0321f6256c5b1c16bb6a00
bonsoir_darwin: e3b8526c42ca46a885142df84229131dfabea842
desktop_keep_screen_on: 855ea723f37225b8fc7895cffa06fe89f4fabd46
flutter_discord_rpc: 53b006f68ef620a99fe1b3ba7e83513f3ae95b4c
flutter_window_close: ee4a6b81ca6fafe93b7cba48b0a18976e3f48e39
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
fvp: dc8c88c3d851ded27bc406f6b35469d578471b75
macos_window_utils: 933f91f64805e2eb91a5bd057cf97cd097276663
mdk: 3c49affb38303cf86fd9f8ea1e05fe029c4dc194
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
video_player_avfoundation: 2b4384f3b157206b5e150a0083cdc0c905d260d3

PODFILE CHECKSUM: 16208599a12443d53889ba2270a4985981cfb204
PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3

COCOAPODS: 1.15.2
4 changes: 3 additions & 1 deletion macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
DE63FD1874105D08FBFB153B /* Pods-RunnerTests.release.xcconfig */,
6140794B485ED75BB3CAC947 /* Pods-RunnerTests.profile.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -579,6 +578,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};
Expand Down Expand Up @@ -711,6 +711,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand All @@ -731,6 +732,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};
Expand Down

0 comments on commit 559ed79

Please sign in to comment.