Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALS-1805 [iOS] Remove amplify dependency from the demo app #65

Merged
merged 130 commits into from
Oct 17, 2024

Conversation

wadhawh
Copy link
Contributor

@wadhawh wadhawh commented Sep 26, 2024

ALS-1805

Description of changes:

  • Removed amplify dependency from the demo app and replaced it with aws-swift-sdk
  • Update map libre version to latest and changed the code according to the latest version
  • Updated unit test cases
  • Updated E2E test cases
  • Updated Gems
  • Updated workflows

@wadhawh wadhawh marked this pull request as ready for review October 9, 2024 16:13
@wadhawh wadhawh requested a review from mbalfour-amzn October 15, 2024 15:16
.github/workflows/test-ios-e2e.yml Show resolved Hide resolved
Task {
guard let lat = userLocation?.coordinate.latitude,
let long = userLocation?.coordinate.longitude else { return }
try await GeofenceAPIService().evaluateGeofence(lat: lat, long: long)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: It looks like this line isn't indented the same as the other two lines in this block

@mbalfour-amzn mbalfour-amzn merged commit 025633e into main Oct 17, 2024
2 checks passed
@mbalfour-amzn mbalfour-amzn deleted the ALS-1805_Remove_Amplify branch October 17, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants