From 63d94e44635822817ff8bb9ae354ad1134ba782e Mon Sep 17 00:00:00 2001 From: Sophia Liu Date: Wed, 4 Sep 2024 20:20:28 -0500 Subject: [PATCH 1/2] test --- HackIllinois/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6dbea5590aa46367d3abf6827e26da0d8688e3cf Mon Sep 17 00:00:00 2001 From: Sophia Liu Date: Wed, 4 Sep 2024 20:29:26 -0500 Subject: [PATCH 2/2] test --- HackIllinois.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;