Skip to content

Commit

Permalink
Update supported destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
jtormey committed Jun 21, 2024
1 parent d543b8c commit 2bde7c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions native/swiftui/Lax.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.Lax;
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator appletvos appletvsimulator macosx";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES;
TARGETED_DEVICE_FAMILY = "1,2,3";
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
Expand Down Expand Up @@ -428,11 +428,11 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.Lax;
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator appletvos appletvsimulator macosx";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES;
TARGETED_DEVICE_FAMILY = "1,2,3";
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
Expand Down

0 comments on commit 2bde7c7

Please sign in to comment.