Skip to content

Commit

Permalink
Merge pull request #1430 from AzureAD/jarias/fix-visionos-build-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-arias authored Oct 5, 2024
2 parents 8c8ce04 + 56da365 commit 78912f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IdentityCore/IdentityCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8108,6 +8108,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
XROS_DEPLOYMENT_TARGET = 1.2;
};
name = Debug;
};
Expand Down Expand Up @@ -8169,6 +8170,7 @@
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
VALIDATE_PRODUCT = YES;
XROS_DEPLOYMENT_TARGET = 1.2;
};
name = Release;
};
Expand Down Expand Up @@ -8227,6 +8229,7 @@
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
TARGETED_DEVICE_FAMILY = "1,2,7";
XROS_DEPLOYMENT_TARGET = 1.2;
};
name = Debug;
};
Expand Down Expand Up @@ -8279,6 +8282,7 @@
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
TARGETED_DEVICE_FAMILY = "1,2,7";
VALIDATE_PRODUCT = YES;
XROS_DEPLOYMENT_TARGET = 1.2;
};
name = Release;
};
Expand Down

0 comments on commit 78912f7

Please sign in to comment.