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

Add visionOS support to MSAL iOS test targets and additional configs #2140

Open
wants to merge 5 commits into
base: mipetriu/visionOS_combined_target
Choose a base branch
from

Conversation

mipetriu
Copy link
Contributor

Proposed changes

This PR adds support for MSAL iOS unit testing on visionOS.

Type of change

  • Feature work
  • Bug fix
  • Documentation
  • Engineering change
  • Test
  • Logging/Telemetry

Risk

  • High – Errors could cause MAJOR regression of many scenarios. (Example: new large features or high level infrastructure changes)
  • Medium – Errors could cause regression of 1 or more scenarios. (Example: somewhat complex bug fixes, small new features)
  • Small – No issues are expected. (Example: Very small bug fixes, string changes, or configuration settings changes)

Additional information

@mipetriu mipetriu requested review from a team as code owners April 30, 2024 04:53
@mipetriu mipetriu requested review from kaisong1990 and jasoncoolmax and removed request for a team April 30, 2024 04:53
@@ -1 +1 @@
Subproject commit c1fa824bf62268d267a437144fb7397031e11ff1

Choose a reason for hiding this comment

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

This pull request does not update CHANGELOG.md.

Please consider if this change would be noticeable to a partner or user and either update CHANGELOG.md or resolve this conversation.

@mipetriu mipetriu changed the title Add visionOS support to IdentityCore test targets and additional configs Add visionOS support to MSAL iOS test targets and additional configs Apr 30, 2024
…OS_configs_tests

merge main visionOS branch to configs branch
@@ -6,6 +6,7 @@ GENERATE_MASTER_OBJECT_FILE = YES
// Add armv7s and arm64e to standard ARCHs.
ARCHS = $(ARCHS_STANDARD) armv7s arm64e
ARCHS[sdk=iphoneos*] = $(ARCHS_STANDARD) armv7s arm64e
ARCHS[sdk=xros*] = $(ARCHS_STANDARD) armv7s arm64e

Choose a reason for hiding this comment

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

just leave ARCHS_STANDARD. armv7s (32-bit) is not supported. arm64e is unused

@@ -0,0 +1,8 @@
#include "msal__common__ios.xcconfig"

INFOPLIST_FILE = test/app/vision/resources/Info.plist;

Choose a reason for hiding this comment

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

nit: xcconfigs don't need semi-colons to separate statements/lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants