Skip to content

Commit

Permalink
Fixed tvOS tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostyslav Dovhaliuk authored and DenTelezhkin committed Nov 5, 2019
1 parent 433410a commit 5869d41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DTTableViewManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "MLSDev.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
};
name = Debug;
};
Expand All @@ -1021,6 +1022,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "MLSDev.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
};
name = Release;
};
Expand Down Expand Up @@ -1093,6 +1095,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "MLSDev.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = Debug;
};
Expand All @@ -1114,6 +1117,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "MLSDev.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lane :test_tvos13 do
end

lane :test_tvos12 do
scan(device: "Apple TV 4K (12.1)", scheme: 'Tests-tvOS')
scan(device: "Apple TV (12.1)", scheme: 'Tests-tvOS')
end

lane :pod_lint do
Expand Down

0 comments on commit 5869d41

Please sign in to comment.