Skip to content

Commit

Permalink
Disables launch images an icons on tvOS
Browse files Browse the repository at this point in the history
Works around asset catalog compilation issues
  • Loading branch information
matej committed Jul 17, 2016
1 parent 5a5e8b1 commit 6d8aabc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Demo/HudDemo.xcodeproj/project.pbxproj
Expand Up @@ -515,8 +515,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = Icons;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -549,8 +547,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = Icons;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand Down

0 comments on commit 6d8aabc

Please sign in to comment.