Skip to content

Commit

Permalink
changed payload to match with db for stationInformation (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal authored Dec 23, 2024
1 parent 4bb2464 commit 87bb80d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ARCHIVE_NAME: ${{ 'invasivesbc-mussels.iOS.xcarchive' }}
EXPORT_DIR: ${{ 'export' }}
IPA_NAME: ${{ 'invasivesbc-mussels.iOS.ipa' }}
APP_BUILD_VERSION: "2.7.3"
APP_BUILD_VERSION: "2.7.4"

steps:
- uses: maxim-lobanov/setup-xcode@v1
Expand Down
4 changes: 2 additions & 2 deletions ipad.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.8.5;
MARKETING_VERSION = 2.8.6;
PRODUCT_BUNDLE_IDENTIFIER = ca.bc.gov.InvasivesBC;
PRODUCT_NAME = Inspect;
PROVISIONING_PROFILE_SPECIFIER = "InvasivesBC Muscles - 2023/24";
Expand Down Expand Up @@ -2093,7 +2093,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.8.5;
MARKETING_VERSION = 2.8.6;
PRODUCT_BUNDLE_IDENTIFIER = ca.bc.gov.InvasivesBC;
PRODUCT_NAME = Inspect;
PROVISIONING_PROFILE_SPECIFIER = "InvasivesBC Muscles - 2023/24";
Expand Down
2 changes: 1 addition & 1 deletion ipad/Models/Shift/ShiftModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class ShiftModel: Object, BaseRealmObject {
"location": "NA",
"motorizedBlowBys": motorizedBlowBys,
"nonMotorizedBlowBys": nonMotorizedBlowBys,
"stationComments": stationComments.count > 1 ? stationComments : "",
"stationInformation": stationComments.count > 1 ? stationComments : "",
"shiftStartComment": shiftStartComments.count > 1 ? shiftStartComments : "",
"shiftEndComment": shiftEndComments.count > 1 ? shiftEndComments : "",
"boatsInspected": boatsInspected,
Expand Down

0 comments on commit 87bb80d

Please sign in to comment.