Skip to content

Commit

Permalink
Release (#398)
Browse files Browse the repository at this point in the history
* 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 <vdb23@cornell.edu>
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 <angelina.chhen@gmail.com>

---------

Co-authored-by: Vin Bui <75594943+vinnie4k@users.noreply.github.com>
Co-authored-by: Vin Bui <vdb23@cornell.edu>
Co-authored-by: cindy-x-liang <67083541+cindy-x-liang@users.noreply.github.com>
Co-authored-by: Angelina Chen <angelina.chhen@gmail.com>
  • Loading branch information
5 people authored Nov 7, 2024
1 parent cb541f9 commit c18fbb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TCAT.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit c18fbb1

Please sign in to comment.