Skip to content

Commit 56da365

Browse files
committed
Add specific minimum version to match downloaded visionOS simulator's version
1 parent 8c8ce04 commit 56da365

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

IdentityCore/IdentityCore.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8108,6 +8108,7 @@
81088108
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
81098109
SWIFT_VERSION = 5.0;
81108110
TARGETED_DEVICE_FAMILY = "1,2,7";
8111+
XROS_DEPLOYMENT_TARGET = 1.2;
81118112
};
81128113
name = Debug;
81138114
};
@@ -8169,6 +8170,7 @@
81698170
SWIFT_VERSION = 5.0;
81708171
TARGETED_DEVICE_FAMILY = "1,2,7";
81718172
VALIDATE_PRODUCT = YES;
8173+
XROS_DEPLOYMENT_TARGET = 1.2;
81728174
};
81738175
name = Release;
81748176
};
@@ -8227,6 +8229,7 @@
82278229
SDKROOT = iphoneos;
82288230
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
82298231
TARGETED_DEVICE_FAMILY = "1,2,7";
8232+
XROS_DEPLOYMENT_TARGET = 1.2;
82308233
};
82318234
name = Debug;
82328235
};
@@ -8279,6 +8282,7 @@
82798282
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
82808283
TARGETED_DEVICE_FAMILY = "1,2,7";
82818284
VALIDATE_PRODUCT = YES;
8285+
XROS_DEPLOYMENT_TARGET = 1.2;
82828286
};
82838287
name = Release;
82848288
};

0 commit comments

Comments
 (0)