Skip to content

Commit

Permalink
Add tvOS Support to Example Project
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioPelaez committed Dec 26, 2024
1 parent 244b8d3 commit 6b30d76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Example/MonarchExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -550,13 +550,13 @@
PRODUCT_BUNDLE_IDENTIFIER = com.emiliopelaez.MonarchExample;
PRODUCT_NAME = "$(TARGET_NAME)";
REGISTER_APP_GROUPS = NO;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
TARGETED_DEVICE_FAMILY = "1,2,3,7";
};
name = Debug;
};
Expand Down Expand Up @@ -584,13 +584,13 @@
PRODUCT_BUNDLE_IDENTIFIER = com.emiliopelaez.MonarchExample;
PRODUCT_NAME = "$(TARGET_NAME)";
REGISTER_APP_GROUPS = NO;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
TARGETED_DEVICE_FAMILY = "1,2,3,7";
};
name = Release;
};
Expand Down

0 comments on commit 6b30d76

Please sign in to comment.