Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
644f317
chore: bump Dart SDK version
Adrian-Samoticha Feb 6, 2023
323ddea
add `.vscode/settings.json` to .gitignore
Adrian-Samoticha Feb 6, 2023
8ac87a9
feat: add macos_window_utils
Adrian-Samoticha Feb 6, 2023
ca33df8
feat: wrap side in example with `TransparentMacOSSidebar`
Adrian-Samoticha Feb 6, 2023
0d3e591
feat: enable wallpaper tinting on content area
Adrian-Samoticha Feb 6, 2023
b1c61d0
feat: adjust macOS window brightness depending on theme
Adrian-Samoticha Feb 6, 2023
1f1ead8
feat: add a way to disable wallpaper tinting
Adrian-Samoticha Feb 8, 2023
246bd35
refactor: refactor wallpaper tinted area
Adrian-Samoticha Feb 9, 2023
380d61c
fix: fix wallpaper tinting override being applied on overlay filter r…
Adrian-Samoticha Feb 9, 2023
d3a8b23
fix: do not override wallpaper tinting if no `WallpaperTintingSetting…
Adrian-Samoticha Feb 9, 2023
8f66484
refactor: stop relying on exceptions to check if `WallpaperTintingSet…
Adrian-Samoticha Feb 11, 2023
f220189
change: switch from BLoC to global wallpaper tinting settings
Adrian-Samoticha Feb 14, 2023
35b53e4
chore: remove unused imports
Adrian-Samoticha Feb 14, 2023
609d012
Merge branch 'dev' of https://github.com/GroovinChip/macos_ui into Gr…
Adrian-Samoticha Feb 19, 2023
cbbf3bf
Merge branch 'GroovinChip-dev' into dev
Adrian-Samoticha Feb 19, 2023
260bb35
change: make canvas color mimic `NSWindow.windowBackgroundColor`
Adrian-Samoticha Feb 19, 2023
be9a9aa
change: make wallpaper tinted area rebuild on layout change
Adrian-Samoticha Feb 20, 2023
5fb5e37
feat: make toolbar wallpaper-tinted
Adrian-Samoticha Feb 20, 2023
23681fc
Merge branch 'dev' of https://github.com/macosui/macos_ui into macosu…
Adrian-Samoticha Feb 20, 2023
470df14
Merge branch 'macosui-dev' into dev
Adrian-Samoticha Feb 20, 2023
12b3d76
doc: document `disableWallpaperTinting`
Adrian-Samoticha Feb 20, 2023
fdb81ba
doc: improve documentation of `disableWallpaperTinting`
Adrian-Samoticha Feb 20, 2023
ecce7e9
doc: document wallpaper tinted area
Adrian-Samoticha Feb 20, 2023
30731ca
doc: document wallpaper tinting override
Adrian-Samoticha Feb 20, 2023
95c4388
doc: document wallpaper tinting settings builder
Adrian-Samoticha Feb 20, 2023
4986d9e
doc: document wallpaper tinting settings data
Adrian-Samoticha Feb 20, 2023
ae60f31
change: make `numberOfWallpaperTintingOverrides` private
Adrian-Samoticha Feb 20, 2023
7f1f10d
doc: document global wallpaper tinting settings
Adrian-Samoticha Feb 20, 2023
c17ded4
doc: fix typo
Adrian-Samoticha Feb 20, 2023
1f4119a
refactor: refactor wallpaper tinted area
Adrian-Samoticha Feb 21, 2023
27a4343
feat: add `insertRepaintBoundary` property
Adrian-Samoticha Feb 21, 2023
d12770b
change: enable `insertRepaintBoundary` in toolbar
Adrian-Samoticha Feb 21, 2023
0e29e27
change: enable `insertRepaintBoundary` in scaffold
Adrian-Samoticha Feb 21, 2023
111e83b
change: export wallpaper tinted area
Adrian-Samoticha Feb 21, 2023
8963551
feat: enable wallpaper tinting on end sidebar
Adrian-Samoticha Feb 21, 2023
1995ed7
feat: add `sidebarState` property to window
Adrian-Samoticha Feb 21, 2023
b4c0833
fix: fix background color of end sidebar not matching canvas color wh…
Adrian-Samoticha Feb 21, 2023
09878a1
fix: fix wallpaper tinting override using `deactivate` instead of `di…
Adrian-Samoticha Feb 23, 2023
71d67ee
Merge branch 'dev' of https://github.com/macosui/macos_ui into macosu…
Adrian-Samoticha Feb 23, 2023
c2af938
Merge branch 'macosui-dev' into dev
Adrian-Samoticha Feb 23, 2023
da2d47a
merge
Adrian-Samoticha Mar 1, 2023
dc6694d
change: comment out swift code that hides the toolbar in fullscreen mode
Adrian-Samoticha Mar 1, 2023
2fdab24
change: upgrade to macos_window_utils ^1.1.1
Adrian-Samoticha Mar 1, 2023
956a786
feat: migrate window delegate to macos_window_utils
Adrian-Samoticha Mar 1, 2023
97d9dbb
change: remove commented-out and unused Swift code
Adrian-Samoticha Mar 1, 2023
ddc4bdd
fix: fix sliver toolbar not having a backdrop filter
Adrian-Samoticha Mar 1, 2023
e3f20a2
docs: document toolbar's `isVisible` property
Adrian-Samoticha Mar 1, 2023
9049643
docs: document sliver toolbar's `isVisible` property
Adrian-Samoticha Mar 1, 2023
45d1291
docs: document sliver toolbar page's `isVisible` property
Adrian-Samoticha Mar 1, 2023
551f46e
docs: document `_WallpaperTintedAreaOrBlurFilter`
Adrian-Samoticha Mar 1, 2023
e280f40
refactor: remove unused `key` parameter
Adrian-Samoticha Mar 1, 2023
4f2f635
refactor: remove unused import
Adrian-Samoticha Mar 1, 2023
575aed1
readme: update “Modern window look”
Adrian-Samoticha Mar 1, 2023
8257bd0
change: bump version
Adrian-Samoticha Mar 1, 2023
60bd04d
changelog: add entry for version 2.0.0
Adrian-Samoticha Mar 1, 2023
f58749d
changelog: add migration hint
Adrian-Samoticha Mar 2, 2023
dd0104c
merge: toolbar
Adrian-Samoticha Mar 2, 2023
049712e
Merge branch 'dev' of https://github.com/macosui/macos_ui into macosu…
Adrian-Samoticha Mar 2, 2023
9267360
Merge branch 'macosui-dev' into dev
Adrian-Samoticha Mar 2, 2023
fbdc09c
fix: remove duplicate `debugFillProperties`
Adrian-Samoticha Mar 2, 2023
e2f335e
refactor: rename `pages` to `pageBuilders`
Adrian-Samoticha Mar 2, 2023
a6277d3
fix: remove unused import
Adrian-Samoticha Mar 2, 2023
f87b2ce
fix: remove unused imports
Adrian-Samoticha Mar 2, 2023
b59602c
change: remove unnecessary `NSWindowDelegate` from `MainFlutterWindow`
Adrian-Samoticha Mar 2, 2023
9789f51
change: rename `isVisible` property to `allowWallpaperTintingOverride…
Adrian-Samoticha Mar 2, 2023
e28c3ea
change: rename `isVisible` property to `allowWallpaperTintingOverride…
Adrian-Samoticha Mar 2, 2023
433b891
fix: fix typo in comment
Adrian-Samoticha Mar 2, 2023
cbfa50d
fix: fix `disableWallpaperTinting` having no effect
Adrian-Samoticha Mar 2, 2023
dffb958
change: disable `VisualEffectSubviewContainer` when disabling wallpap…
Adrian-Samoticha Mar 2, 2023
e24ffa5
fix: fix some unit tests not passing
Adrian-Samoticha Mar 2, 2023
6f896e9
Merge branch 'dev' of https://github.com/macosui/macos_ui into dev
Adrian-Samoticha Mar 22, 2023
bc56114
remove unused import
Adrian-Samoticha Mar 22, 2023
2f05490
change default canvas color
Adrian-Samoticha Mar 22, 2023
0a89be8
upgrade to macos_window_utils 1.1.2
Adrian-Samoticha Mar 22, 2023
1f48690
update “Modern window look” in readme for use with macos_window_util…
Adrian-Samoticha Mar 22, 2023
15621b2
change version to 2.0.0-beta.1
Adrian-Samoticha Apr 6, 2023
bf7bf99
add code formatting to documentation
Adrian-Samoticha Apr 6, 2023
cd12c2a
add missing comma to documentation
Adrian-Samoticha Apr 6, 2023
cde88fd
change version in changelog entry to 2.0.0-beta.1
Adrian-Samoticha Apr 6, 2023
b7dc80f
change version in pubspec.lock
Adrian-Samoticha Apr 8, 2023
92a9c8b
format `window.dart`
Adrian-Samoticha Apr 8, 2023
da79675
replace `Colors.transparent` with `MacosColors.transparent`
Adrian-Samoticha Apr 8, 2023
ed7808d
document `WallpaperTintingSettingsBuilder`
Adrian-Samoticha Apr 8, 2023
61083a0
document `WallpaperTintedArea`
Adrian-Samoticha Apr 8, 2023
ba41338
implement `MacosWindowUtilsConfig`
Adrian-Samoticha Apr 9, 2023
c4ee76b
export `src/macos_window_utils_config.dart`
Adrian-Samoticha Apr 9, 2023
c849a97
use `MacosWindowUtilsConfig` in example
Adrian-Samoticha Apr 9, 2023
4826b1d
document `MacosWindowUtilsConfig` constructor
Adrian-Samoticha Apr 9, 2023
dfe02cb
rename `_initMacosWindowUtils` to `_configureMacosWindowUtils` in exa…
Adrian-Samoticha Apr 9, 2023
761bb1e
document `MacosWindowUtilsConfig` usage in readme
Adrian-Samoticha Apr 9, 2023
5ed6d22
replace opacity widget with repaint boundary
Adrian-Samoticha Apr 9, 2023
75b3e7a
improve documentation for `sidebarState`
Adrian-Samoticha Apr 10, 2023
e4dfe0e
improve `MacosWindowUtilsConfig` documentation
Adrian-Samoticha Apr 10, 2023
bcb83c8
Merge branch 'dev' of https://github.com/macosui/macos_ui into macosu…
Adrian-Samoticha Apr 10, 2023
45d2aa0
fix inconsistencies introduced by merging
Adrian-Samoticha Apr 10, 2023
3ab0eb9
Merge branch 'macosui-dev' into dev
Adrian-Samoticha Apr 10, 2023
1c7572f
Update example/lib/main.dart
GroovinChip Apr 11, 2023
ac9d42e
remove ”do” prefix from field names in `MacosWindowUtilsConfig`
Adrian-Samoticha Apr 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.0-beta.1]
🚨 Breaking Changes 🚨
* Migrate macos_ui to [macos_window_utils](https://pub.dev/packages/macos_window_utils), which provides the following benefits:
* Window animation smoothness is drastically improved, particularly when miniaturizing and deminiaturizing the application window.
* Some visual artifacts that occurred while the window was being (de)miniaturized (such as the application's shadow going missing) no longer occur.
* The sidebar remains transparent when the app's brightness setting mismatches the OS setting.
* Wallpaper tinting is now supported.

To migrate an existing application, please refer to the “Modern window look” section in the README.

## [1.12.5]
* Fixed a bug where the `Sidebar.key` parameter wasn't used, which caused certain layouts to be unachievable.

Expand Down
104 changes: 25 additions & 79 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,96 +226,42 @@ See the documentation for customizations and `ToolBar` examples.
## Modern window look

A new look for macOS apps was introduced in Big Sur (macOS 11). To match that look
in your Flutter app, like our screenshots, your `macos/Runner/MainFlutterWindow.swift`
file should look like this:
in your Flutter app, macos_ui relies on [macos_window_utils](https://pub.dev/packages/macos_window_utils), which requires a minimum macOS deployment target of 10.14.6. Therefore, make sure to open the `macos/Runner.xcworkspace` folder of your project using Xcode and search for `Runner.xcodeproj`. Go to `Info` > `Deployment Target` and set the `macOS Deployment Target` to `10.14.6` or above. Then, open your project's `Podfile` (if it doesn't show up in Xcode, you can find it in your project's `macos` directory via VS Code) and set the minimum deployment version in the first line to `10.14.6` or above:

```swift
import Cocoa
import FlutterMacOS

class BlurryContainerViewController: NSViewController {
let flutterViewController = FlutterViewController()

init() {
super.init(nibName: nil, bundle: nil)
}

required init?(coder: NSCoder) {
fatalError()
}
```podspec
platform :osx, '10.14.6'
```

override func loadView() {
let blurView = NSVisualEffectView()
blurView.autoresizingMask = [.width, .height]
blurView.blendingMode = .behindWindow
blurView.state = .active
if #available(macOS 10.14, *) {
blurView.material = .sidebar
}
self.view = blurView
}
Now, configure your window inside your `main()` as follows:

override func viewDidLoad() {
super.viewDidLoad()
```dart
/// This method initializes macos_window_utils and styles the window.
Future<void> _configureMacosWindowUtils() async {
const config = MacosWindowUtilsConfig(
toolbarStyle: NSWindowToolbarStyle.unified,
);
await config.apply();
}

self.addChild(flutterViewController)
void main() async {
await _configureMacosWindowUtils();

flutterViewController.view.frame = self.view.bounds
flutterViewController.backgroundColor = .clear // **Required post-Flutter 3.7.0**
flutterViewController.view.autoresizingMask = [.width, .height]
self.view.addSubview(flutterViewController.view)
}
runApp(const MacosUIGalleryApp());
}
```

class MainFlutterWindow: NSWindow, NSWindowDelegate {
override func awakeFromNib() {
delegate = self
let blurryContainerViewController = BlurryContainerViewController()
let windowFrame = self.frame
self.contentViewController = blurryContainerViewController
self.setFrame(windowFrame, display: true)

if #available(macOS 10.13, *) {
let customToolbar = NSToolbar()
customToolbar.showsBaselineSeparator = false
self.toolbar = customToolbar
}
self.titleVisibility = .hidden
self.titlebarAppearsTransparent = true
if #available(macOS 11.0, *) {
// Use .expanded if the app will have a title bar, else use .unified
self.toolbarStyle = .unified
}

self.isMovableByWindowBackground = true
self.styleMask.insert(NSWindow.StyleMask.fullSizeContentView)

self.isOpaque = false
self.backgroundColor = .clear

RegisterGeneratedPlugins(registry: blurryContainerViewController.flutterViewController)

super.awakeFromNib()
}
Please note that if you are using a title bar (`TitleBar`) in your `MacosWindow`, you should set the `toolbarStyle` of your window to `NSWindowToolbarStyle.expanded`, in order to properly align the close, minimize, zoom window buttons:

func window(_ window: NSWindow, willUseFullScreenPresentationOptions proposedOptions: NSApplication.PresentationOptions = []) -> NSApplication.PresentationOptions {
return [.autoHideToolbar, .autoHideMenuBar, .fullScreen]
}

func windowWillEnterFullScreen(_ notification: Notification) {
self.toolbar?.isVisible = false
}

func windowDidExitFullScreen(_ notification: Notification) {
self.toolbar?.isVisible = true
}
```dart
Future<void> _configureMacosWindowUtils() async {
const config = MacosWindowUtilsConfig(
toolbarStyle: NSWindowToolbarStyle.expanded,
);
await config.apply();
}

```

See [this issue comment](https://github.com/flutter/flutter/issues/59969#issuecomment-916682559) for more details on the new look and explanations for how it works.

Please note that if you are using a title bar (`TitleBar`) in your `MacosWindow`, you should set the `toolbarStyle` of NSWindow to `.expanded`, in order to properly align the close, minimize, zoom window buttons. In any other case, you should keep it as `.unified`. This must be set beforehand, i.e. it cannot be switched in runtime.
In any other case, you should keep it as `NSWindowToolbarStyle.unified`.

## ToolBar

Expand Down
55 changes: 36 additions & 19 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ import 'package:provider/provider.dart';

import 'theme.dart';

void main() {
/// This method initializes macos_window_utils and styles the window.
Future<void> _configureMacosWindowUtils() async {
const config = MacosWindowUtilsConfig();
await config.apply();
}

Future<void> main() async {
await _configureMacosWindowUtils();

runApp(const MacosUIGalleryApp());
}

Expand Down Expand Up @@ -55,23 +63,25 @@ class _WidgetGalleryState extends State<WidgetGallery> {

late final searchFieldController = TextEditingController();

final List<Widget> pages = [
CupertinoTabView(
builder: (_) => const ButtonsPage(),
),
const IndicatorsPage(),
const FieldsPage(),
const ColorsPage(),
const Center(
child: MacosIcon(
CupertinoIcons.add,
),
),
const DialogsPage(),
const ToolbarPage(),
const SliverToolbarPage(),
const TabViewPage(),
const SelectorsPage(),
final List<Widget Function(bool)> pageBuilders = [
(bool isVisible) => CupertinoTabView(
builder: (_) => const ButtonsPage(),
),
(bool isVisible) => const IndicatorsPage(),
(bool isVisible) => const FieldsPage(),
(bool isVisible) => const ColorsPage(),
(bool isVisible) => const Center(
child: MacosIcon(
CupertinoIcons.add,
),
),
(bool isVisible) => const DialogsPage(),
(bool isVisible) => const ToolbarPage(),
(bool isVisible) => SliverToolbarPage(
isVisible: isVisible,
),
(bool isVisible) => const TabViewPage(),
(bool isVisible) => const SelectorsPage(),
];

@override
Expand Down Expand Up @@ -291,7 +301,14 @@ class _WidgetGalleryState extends State<WidgetGallery> {
),
child: IndexedStack(
index: pageIndex,
children: pages,
children: pageBuilders
.asMap()
.map((index, builder) {
final widget = builder(index == pageIndex);
return MapEntry(index, widget);
})
.values
.toList(),
),
),
);
Expand Down
23 changes: 22 additions & 1 deletion example/lib/pages/sliver_toolbar_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,27 @@ import 'package:flutter/material.dart';
import 'package:macos_ui/macos_ui.dart';

class SliverToolbarPage extends StatefulWidget {
const SliverToolbarPage({super.key});
const SliverToolbarPage({super.key, required this.isVisible});

/// Whether this [SliverToolbarPage] is currently visible on the screen
/// (that is, not e.g. hidden by an [IndexedStack]).
///
/// By default, macos_ui applies wallpaper tinting to the application's
/// window to match macOS' native appearance:
///
/// <img src="https://user-images.githubusercontent.com/86920182/220182724-d78319d7-5c41-4e8c-b785-a73a6ea24927.jpg" width=640/>
///
/// However, this effect is realized by inserting `NSVisualEffectView`s behind
/// Flutter's canvas and turning the background of areas that are meant to be
/// affected by wallpaper tinting transparent. Since Flutter's
/// [`ImageFilter.blur`](https://api.flutter.dev/flutter/dart-ui/ImageFilter/ImageFilter.blur.html)
/// does not support transparency, wallpaper tinting is disabled automatically
/// when this widget's [isVisible] is true.
///
/// This is meant to be a temporary solution until
/// [#16296](https://github.com/flutter/flutter/issues/16296) is resolved in
/// the Flutter project.
final bool isVisible;

@override
State<SliverToolbarPage> createState() => _SliverToolbarPageState();
Expand All @@ -27,6 +47,7 @@ class _SliverToolbarPageState extends State<SliverToolbarPage> {
floating: floating,
pinned: pinned,
toolbarOpacity: opacity,
allowWallpaperTintingOverrides: widget.isVisible,
actions: [
ToolBarIconButton(
label: 'Pinned',
Expand Down
2 changes: 2 additions & 0 deletions example/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import FlutterMacOS
import Foundation

import macos_ui
import macos_window_utils

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
MacOSUiPlugin.register(with: registry.registrar(forPlugin: "MacOSUiPlugin"))
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
}
2 changes: 1 addition & 1 deletion example/macos/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :osx, '10.14'
platform :osx, '10.14.6'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
8 changes: 7 additions & 1 deletion example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@ PODS:
- FlutterMacOS (1.0.0)
- macos_ui (0.1.0):
- FlutterMacOS
- macos_window_utils (1.0.0):
- FlutterMacOS

DEPENDENCIES:
- FlutterMacOS (from `Flutter/ephemeral`)
- macos_ui (from `Flutter/ephemeral/.symlinks/plugins/macos_ui/macos`)
- macos_window_utils (from `Flutter/ephemeral/.symlinks/plugins/macos_window_utils/macos`)

EXTERNAL SOURCES:
FlutterMacOS:
:path: Flutter/ephemeral
macos_ui:
:path: Flutter/ephemeral/.symlinks/plugins/macos_ui/macos
macos_window_utils:
:path: Flutter/ephemeral/.symlinks/plugins/macos_window_utils/macos

SPEC CHECKSUMS:
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
macos_ui: 6229a8922cd97bafb7d9636c8eb8dfb0744183ca
macos_window_utils: 933f91f64805e2eb91a5bd057cf97cd097276663

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
PODFILE CHECKSUM: ff0a9a3ce75ee73f200ca7e2f47745698c917ef9

COCOAPODS: 1.11.3
9 changes: 4 additions & 5 deletions example/macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
33CC10F72044A3C60003C045 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Runner/Info.plist; sourceTree = "<group>"; };
33CC11122044BFA00003C045 /* MainFlutterWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainFlutterWindow.swift; sourceTree = "<group>"; };
33CC11122044BFA00003C045 /* MainFlutterWindow.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = MainFlutterWindow.swift; sourceTree = "<group>"; tabWidth = 2; };
33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Debug.xcconfig"; sourceTree = "<group>"; };
33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Release.xcconfig"; sourceTree = "<group>"; };
33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "Flutter-Generated.xcconfig"; path = "ephemeral/Flutter-Generated.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -94,7 +94,6 @@
94ECD9F878BC8EB5F0E7094E /* Pods-Runner.release.xcconfig */,
AFB798A3289226D0E5AB9985 /* Pods-Runner.profile.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -405,7 +404,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.14.6;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down Expand Up @@ -484,7 +483,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.14.6;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand Down Expand Up @@ -531,7 +530,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.14.6;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
Loading