diff --git a/Examples/FeedbackExample/FeedbackExample.xcodeproj/project.pbxproj b/Examples/FeedbackExample/FeedbackExample.xcodeproj/project.pbxproj index 8f6a0ad..cc76c2c 100644 --- a/Examples/FeedbackExample/FeedbackExample.xcodeproj/project.pbxproj +++ b/Examples/FeedbackExample/FeedbackExample.xcodeproj/project.pbxproj @@ -313,13 +313,13 @@ PRODUCT_BUNDLE_IDENTIFIER = eu.headbright.apps.FeedbackExample; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = "1,2,7"; }; name = Debug; }; @@ -353,13 +353,13 @@ PRODUCT_BUNDLE_IDENTIFIER = eu.headbright.apps.FeedbackExample; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator"; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = "1,2,7"; }; name = Release; };