From c18fbb14a80e1b1e71e9faae8a53a4172ba741eb Mon Sep 17 00:00:00 2001 From: Richie Sun <105038960+rs929@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:33:05 -0500 Subject: [PATCH] Release (#398) * Remove codegen build phase * add route filtering * deleted debugging stuff * Show delay times for start & end, needs double checked with backend * Added firebase messaging to iOS * addressing richie's comments * Modified / improved route UI * Reduced redundant code; cleaned up files * Changed location marker image, reorganizec code * Minor comment changes * Addressed Peter's comments * Fixed minor issue * Addressed Richie's comments * Release TestFlight 2.0.3 Build 19 (#399) * Remove codegen build phase * add route filtering * deleted debugging stuff * Added firebase messaging to iOS * addressing richie's comments * Show delay times for start & end, needs double checked with backend * Modified / improved route UI * Reduced redundant code; cleaned up files * Changed location marker image, reorganizec code * Minor comment changes * Addressed Peter's comments * Fixed minor issue * Addressed Richie's comments p1 * Addressed Richie's comments p2 * Addressed Richie's comments p3 * Incremented Build and Version --------- Co-authored-by: Vin Bui Co-authored-by: Vin Bui <75594943+vinnie4k@users.noreply.github.com> Co-authored-by: cindy-x-liang <67083541+cindy-x-liang@users.noreply.github.com> Co-authored-by: Angelina Chen --------- Co-authored-by: Vin Bui <75594943+vinnie4k@users.noreply.github.com> Co-authored-by: Vin Bui Co-authored-by: cindy-x-liang <67083541+cindy-x-liang@users.noreply.github.com> Co-authored-by: Angelina Chen --- TCAT.xcodeproj/project.pbxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TCAT.xcodeproj/project.pbxproj b/TCAT.xcodeproj/project.pbxproj index 7871ee40..ed0b1369 100644 --- a/TCAT.xcodeproj/project.pbxproj +++ b/TCAT.xcodeproj/project.pbxproj @@ -1009,7 +1009,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.0.2; + MARKETING_VERSION = 2.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.cornellappdev.tcat; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1106,7 +1106,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.0.2; + MARKETING_VERSION = 2.0.3; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -DDEBUG"; "OTHER_SWIFT_FLAGS[arch=*]" = "$(inherited) \"-D\" \"COCOAPODS\""; PRODUCT_BUNDLE_IDENTIFIER = com.cornellappdev.tcat.debug; @@ -1205,7 +1205,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.0.2; + MARKETING_VERSION = 2.0.3; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -DLOCAL"; "OTHER_SWIFT_FLAGS[arch=*]" = "$(inherited) \"-D\" \"COCOAPODS\""; PRODUCT_BUNDLE_IDENTIFIER = com.cornellappdev.tcat.debug;