Skip to content

Commit

Permalink
Merge pull request #743 from NativeScript/yosifov/hot-fix-release
Browse files Browse the repository at this point in the history
Hot fix for AppIcon in the pbxproj template file for the current 2.5.…
  • Loading branch information
ivanbuhov committed Apr 4, 2017
2 parents 424e6ac + 5ef4ec1 commit d30666e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
858B835818CA111C00AB12DE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
Expand Down Expand Up @@ -279,6 +280,7 @@
858B835918CA111C00AB12DE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
Expand Down Expand Up @@ -315,6 +317,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = CDD59A261BB43B5D00EC2671 /* build-debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ENABLE_MODULES = NO;
CLANG_MODULES_AUTOLINK = NO;
Expand All @@ -337,6 +340,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = CDD59A271BB43B5D00EC2671 /* build-release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ENABLE_MODULES = NO;
CLANG_MODULES_AUTOLINK = NO;
Expand Down

0 comments on commit d30666e

Please sign in to comment.