Skip to content

Commit

Permalink
Merge pull request #208 from SputNikPlop/deprecated
Browse files Browse the repository at this point in the history
fix: remove deprecated code
  • Loading branch information
droibit committed Aug 17, 2024
2 parents f8c933c + 4bbe10d commit 51630f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion flutter_custom_tabs/example/ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import UIKit
import Flutter

@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
Expand Down
2 changes: 0 additions & 2 deletions flutter_custom_tabs/example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
</plist>

0 comments on commit 51630f9

Please sign in to comment.