Skip to content

Commit

Permalink
Fix tvOS target
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas34 committed Oct 25, 2017
1 parent 60be43d commit c3bd530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftQueue.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
TARGET_NAME = SwiftQueue;
};
name = Debug;
Expand All @@ -509,7 +509,7 @@
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
TARGET_NAME = SwiftQueue;
};
name = Release;
Expand Down

0 comments on commit c3bd530

Please sign in to comment.