Skip to content

Commit

Permalink
project: disable unsupported entitlements for visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Apr 20, 2024
1 parent a426fbd commit 6019e36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UTM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4470,6 +4470,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "$(IOS_CODE_SIGN_ENTITLEMENTS)";
"CODE_SIGN_ENTITLEMENTS[sdk=xros*]" = "";
CODE_SIGN_IDENTITY = "$(CODE_SIGN_IDENTITY_IOS:default=Apple Development)";
ENABLE_BITCODE = NO;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -4505,6 +4506,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "$(IOS_CODE_SIGN_ENTITLEMENTS)";
"CODE_SIGN_ENTITLEMENTS[sdk=xros*]" = "";
CODE_SIGN_IDENTITY = "$(CODE_SIGN_IDENTITY_IOS:default=Apple Development)";
ENABLE_BITCODE = NO;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -4829,6 +4831,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "$(IOS_CODE_SIGN_ENTITLEMENTS)";
"CODE_SIGN_ENTITLEMENTS[sdk=xros*]" = "";
CODE_SIGN_IDENTITY = "$(CODE_SIGN_IDENTITY_IOS:default=Apple Development)";
ENABLE_BITCODE = NO;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -4865,6 +4868,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "$(IOS_CODE_SIGN_ENTITLEMENTS)";
"CODE_SIGN_ENTITLEMENTS[sdk=xros*]" = "";
CODE_SIGN_IDENTITY = "$(CODE_SIGN_IDENTITY_IOS:default=Apple Development)";
ENABLE_BITCODE = NO;
ENABLE_PREVIEWS = YES;
Expand Down

0 comments on commit 6019e36

Please sign in to comment.