File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Examples/Examples.xcodeproj Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 693693 PRODUCT_BUNDLE_IDENTIFIER = com.supabase.SlackClone;
694694 PRODUCT_NAME = "$(TARGET_NAME)";
695695 SDKROOT = auto;
696- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
696+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
697+ SUPPORTS_MACCATALYST = NO;
697698 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
698699 SWIFT_EMIT_LOC_STRINGS = YES;
699700 SWIFT_VERSION = 5.0;
700- TARGETED_DEVICE_FAMILY = "1,2";
701+ TARGETED_DEVICE_FAMILY = "1,2,7 ";
701702 };
702703 name = Debug;
703704 };
733734 PRODUCT_BUNDLE_IDENTIFIER = com.supabase.SlackClone;
734735 PRODUCT_NAME = "$(TARGET_NAME)";
735736 SDKROOT = auto;
736- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
737+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
738+ SUPPORTS_MACCATALYST = NO;
737739 SWIFT_EMIT_LOC_STRINGS = YES;
738740 SWIFT_VERSION = 5.0;
739- TARGETED_DEVICE_FAMILY = "1,2";
741+ TARGETED_DEVICE_FAMILY = "1,2,7 ";
740742 };
741743 name = Release;
742744 };
You can’t perform that action at this time.
0 commit comments