Skip to content

Commit 7ac9721

Browse files
fix: Remove unnecessary generated comments from Swift AppDelegate template
1 parent cce1d21 commit 7ac9721

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/plugin/__tests__/__snapshots__/withAuth0-test.ts.snap

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,6 @@ exports[`addAuth0AppDelegateCode modifies Swift AppDelegate to add linking 1`] =
356356
import UIKit
357357
import React
358358
import React_RCTAppDelegate
359-
// @generated begin react-native-auth0-import-swift - expo prebuild (DO NOT MODIFY) sync-8f8140f6ace974b4bb8a60975d49acbdd6303038
360-
import React_RCTLinking
361-
// @generated end react-native-auth0-import-swift
362359
import ReactAppDependencyProvider
363360
364361
@main
@@ -373,12 +370,6 @@ class AppDelegate: RCTAppDelegate {
373370
374371
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
375372
}
376-
// @generated begin react-native-auth0-linking-swift - expo prebuild (DO NOT MODIFY) sync-ba380858111cdf18a4962daf3f391b02f6c9b25a
377-
// Handle URL schemes for Auth0 authentication
378-
override func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {
379-
return RCTLinkingManager.application(app, open: url, options: options)
380-
}
381-
// @generated end react-native-auth0-linking-swift
382373
383374
override func sourceURL(for bridge: RCTBridge) -> URL? {
384375
self.bundleURL()

0 commit comments

Comments
 (0)