Skip to content

Commit

Permalink
fix xcodebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Oct 21, 2023
1 parent dc9d6e1 commit 2cb799f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/ios/iosApp/ComposeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import UIKit
import SwiftUI
import shared
import AuthenticationServices
import Foundation

struct ComposeView: UIViewControllerRepresentable {
let receivedToken: String?
Expand Down
2 changes: 0 additions & 2 deletions app/ios/iosApp/iosAppApp.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import SwiftUI
import shared
import FirebaseCore
import Foundation
import AuthenticationServices

class AppDelegate: NSObject, UIApplicationDelegate {
func application(_ application: UIApplication,
Expand Down

0 comments on commit 2cb799f

Please sign in to comment.