Skip to content

Commit 0a69259

Browse files
authored
[local_auth]: Renamed local_auth_ios to local_auth_darwin (flutter#5809)
Renames `local_auth_ios` to `local_auth_darwin` resolves flutter/flutter#141020 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
1 parent b58b33c commit 0a69259

59 files changed

Lines changed: 95 additions & 190 deletions

Some content is hidden

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

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ packages/google_sign_in/google_sign_in_ios/** @vashworth
8888
packages/image_picker/image_picker_ios/** @vashworth
8989
packages/in_app_purchase/in_app_purchase_storekit/** @louisehsu
9090
packages/ios_platform_images/** @jmagman
91-
packages/local_auth/local_auth_ios/** @louisehsu
91+
packages/local_auth/local_auth_darwin/** @louisehsu
9292
packages/path_provider/path_provider_foundation/** @jmagman
9393
packages/pointer_interceptor/pointer_interceptor_ios/** @ditman
9494
packages/quick_actions/quick_actions_ios/** @hellohuanlin

packages/local_auth/local_auth_ios/AUTHORS renamed to packages/local_auth/local_auth_darwin/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ Anton Borries <mail@antonborri.es>
6565
Alex Li <google@alexv525.com>
6666
Rahul Raj <64.rahulraj@gmail.com>
6767
Bodhi Mulders <info@bemacized.net>
68+
Om Phatak <everythingoutdated@gmail.com>
Lines changed: 3 additions & 0 deletions
File renamed without changes.

packages/local_auth/local_auth_ios/README.md renamed to packages/local_auth/local_auth_darwin/README.md

Lines changed: 1 addition & 1 deletion

packages/local_auth/local_auth_ios/ios/Assets/.gitkeep renamed to packages/local_auth/local_auth_darwin/darwin/Assets/.gitkeep

File renamed without changes.

packages/local_auth/local_auth_ios/ios/Classes/FLTLocalAuthPlugin.h renamed to packages/local_auth/local_auth_darwin/darwin/Classes/FLTLocalAuthPlugin.h

File renamed without changes.

packages/local_auth/local_auth_ios/ios/Classes/FLTLocalAuthPlugin.m renamed to packages/local_auth/local_auth_darwin/darwin/Classes/FLTLocalAuthPlugin.m

File renamed without changes.

packages/local_auth/local_auth_ios/ios/Classes/FLTLocalAuthPlugin_Test.h renamed to packages/local_auth/local_auth_darwin/darwin/Classes/FLTLocalAuthPlugin_Test.h

File renamed without changes.

packages/local_auth/local_auth_ios/ios/Classes/messages.g.h renamed to packages/local_auth/local_auth_darwin/darwin/Classes/messages.g.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2013 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4-
// Autogenerated from Pigeon (v13.0.0), do not edit directly.
4+
// Autogenerated from Pigeon (v13.1.2), do not edit directly.
55
// See also: https://pub.dev/packages/pigeon
66

77
#import <Foundation/Foundation.h>

0 commit comments

Comments
 (0)