diff --git a/HackIllinois.xcodeproj/project.pbxproj b/HackIllinois.xcodeproj/project.pbxproj index 4fbd345f..da8d0521 100644 --- a/HackIllinois.xcodeproj/project.pbxproj +++ b/HackIllinois.xcodeproj/project.pbxproj @@ -1343,7 +1343,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MTL_ENABLE_DEBUG_INFO = NO; - ONLY_ACTIVE_ARCH = YES; + ONLY_ACTIVE_ARCH = NO; "OTHER_LDFLAGS[arch=*]" = "-ObjC"; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; diff --git a/HackIllinois/AppDelegate.swift b/HackIllinois/AppDelegate.swift index 67e1d519..207943c8 100644 --- a/HackIllinois/AppDelegate.swift +++ b/HackIllinois/AppDelegate.swift @@ -53,7 +53,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, MessagingDelegate, UNUser func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool { // Handle the URL with your custom scheme - print("This is our url" + url.description) + print("This is our url test" + url.description) if url.scheme == "hackillinois" { // Extract and process the data from the URL, e.g., JWT token // Perform the necessary actions based on the authentication result