Skip to content

Commit 254dc5d

Browse files
authored
Merge pull request #2358 from AzureAD/jarias/fix-visionos-build-errors
MSAL - Fix visionOS related errors during build pipeline
2 parents 5c6c291 + 797f935 commit 254dc5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MSAL/MSAL.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9009,6 +9009,7 @@
90099009
PROVISIONING_PROFILE_SPECIFIER = "";
90109010
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
90119011
TARGETED_DEVICE_FAMILY = "1,2,7";
9012+
XROS_DEPLOYMENT_TARGET = 1.2;
90129013
};
90139014
name = Debug;
90149015
};
@@ -9024,6 +9025,7 @@
90249025
PROVISIONING_PROFILE_SPECIFIER = "";
90259026
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
90269027
TARGETED_DEVICE_FAMILY = "1,2,7";
9028+
XROS_DEPLOYMENT_TARGET = 1.2;
90279029
};
90289030
name = Release;
90299031
};

0 commit comments

Comments
 (0)