-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flutter_appauth] reverts changes done for Swift Package Manager supp…
…ort (#580) * Revert "[flutter_appauth] added Swift Package Manager support (#578)" This reverts commit 71c14cb. * bumped plugin to 8.0.3 to release without incomplete SPM support * pinned compileSdkVersion of Android app to 34
- Loading branch information
Showing
31 changed files
with
24 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...flutter_appauth/AppAuthIOSAuthorization.m → ...uth/ios/Classes/AppAuthIOSAuthorization.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../Sources/flutter_appauth/FlutterAppAuth.m → flutter_appauth/ios/Classes/FlutterAppAuth.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#import "./include/flutter_appauth/FlutterAppAuth.h" | ||
#import "FlutterAppAuth.h" | ||
|
||
@implementation FlutterAppAuth | ||
|
||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...es/flutter_appauth/FlutterAppauthPlugin.m → ...ppauth/ios/Classes/FlutterAppauthPlugin.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,11 @@ A new flutter plugin project. | |
s.license = { :file => '../LICENSE' } | ||
s.author = { 'Your Company' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
s.source_files = 'flutter_appauth/Sources/flutter_appauth/**/*.{h,m}' | ||
s.public_header_files = 'flutter_appauth/Sources/flutter_appauth/include/**/*.h' | ||
s.source_files = 'Classes/**/*' | ||
s.public_header_files = 'Classes/**/*.h' | ||
s.dependency 'Flutter' | ||
s.dependency 'AppAuth', '1.7.6' | ||
s.ios.deployment_target = '11.0' | ||
s.resource_bundles = {'flutter_appauth_privacy' => ['flutter_appauth/Sources/flutter_appauth/PrivacyInfo.xcprivacy']} | ||
s.resource_bundles = {'flutter_appauth_privacy' => ['Resources/PrivacyInfo.xcprivacy']} | ||
end | ||
|
This file was deleted.
Oops, something went wrong.
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...utter_appauth/AppAuthMacOSAuthorization.m → ...macos/Classes/AppAuthMacOSAuthorization.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../ios/Classes/FlutterAppAuth.h |
2 changes: 1 addition & 1 deletion
2
.../Sources/flutter_appauth/FlutterAppAuth.m → ...er_appauth/macos/Classes/FlutterAppAuth.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#import "./include/flutter_appauth/FlutterAppAuth.h" | ||
#import "FlutterAppAuth.h" | ||
|
||
@implementation FlutterAppAuth | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../ios/Classes/FlutterAppauthPlugin.h |
2 changes: 1 addition & 1 deletion
2
...es/flutter_appauth/FlutterAppauthPlugin.m → ...auth/macos/Classes/FlutterAppauthPlugin.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,10 @@ A new flutter plugin project. | |
s.license = { :file => '../LICENSE' } | ||
s.author = { 'Your Company' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
s.source_files = 'flutter_appauth/Sources/flutter_appauth/**/*.{h,m}' | ||
s.public_header_files = 'flutter_appauth/Sources/flutter_appauth/include/**/*.h' | ||
s.source_files = 'Classes/**/*' | ||
s.public_header_files = 'Classes/**/*.h' | ||
s.dependency 'FlutterMacOS' | ||
s.dependency 'AppAuth', '1.7.6' | ||
s.platform = :osx, '10.14' | ||
s.osx.deployment_target = "10.14" | ||
s.resource_bundles = {'flutter_appauth_privacy' => ['flutter_appauth/Sources/flutter_appauth/PrivacyInfo.xcprivacy']} | ||
end |
27 changes: 0 additions & 27 deletions
27
flutter_appauth/macos/flutter_appauth/Sources/flutter_appauth/Packages.swift
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
flutter_appauth/macos/flutter_appauth/Sources/flutter_appauth/PrivacyInfo.xcprivacy
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...th/macos/flutter_appauth/Sources/flutter_appauth/include/flutter_appauth/FlutterAppAuth.h
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...os/flutter_appauth/Sources/flutter_appauth/include/flutter_appauth/FlutterAppauthPlugin.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters