diff --git a/src/ILLink.LinkAttributes.tvos.xml b/src/ILLink.LinkAttributes.tvos.xml new file mode 100644 index 000000000000..8ad0141b0cb5 --- /dev/null +++ b/src/ILLink.LinkAttributes.tvos.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Makefile b/src/Makefile index cb6fb893d352..0bedce70508e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1076,9 +1076,9 @@ $(TVOS_BUILD_DIR)/AssemblyInfo.cs: $(TOP)/src/AssemblyInfo.cs.in $(TOP)/Make.con $(Q) rm -f $@.tmp $(Q) touch $@ -$(TVOS_DOTNET_BUILD_DIR)/ILLink.LinkAttributes.xml: $(TOP)/src/ILLink.LinkAttributes.xml.in +$(TVOS_DOTNET_BUILD_DIR)/ILLink.LinkAttributes.xml: ILLink.LinkAttributes.tvos.xml $(Q) mkdir -p $(TVOS_DOTNET_BUILD_DIR) - $(call Q_PROF_GEN,tvos) sed < $< > $@ 's|@PRODUCT_NAME@|Xamarin.TVOS|g;' + $(Q) $(CP) $< $@ $(TVOS_DOTNET_BUILD_DIR)/ILLink.Substitutions.xml: $(TOP)/src/ILLink.Substitutions.tvos.xml $(Q) $(CP) $< $@