File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
samples/TodosFeed/TodosFeed/windows Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public TodosFeedControl()
1515
1616 public void LoadReact ( )
1717 {
18- InstanceSettings settings = new IntanceSettings ( ) ;
18+ InstanceSettings settings = new InstanceSettings ( ) ;
1919
2020 settings . UseLiveReload = true ;
2121 settings . UseWebDebugger = true ;
Original file line number Diff line number Diff line change 88
99 <Identity
1010 Name =" 419cf427-c114-45fe-80f3-57e861758fbc"
11- Publisher =" CN=mpagani "
11+ Publisher =" CN=React Native Windows "
1212 Version =" 1.0.0.0" />
1313
1414 <mp : PhoneIdentity PhoneProductId =" 419cf427-c114-45fe-80f3-57e861758fbc" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
1515
1616 <Properties >
1717 <DisplayName >TodosFeed</DisplayName >
18- <PublisherDisplayName >mpagani </PublisherDisplayName >
18+ <PublisherDisplayName >React Native Windows </PublisherDisplayName >
1919 <Logo >Assets\StoreLogo.png</Logo >
2020 </Properties >
2121
Original file line number Diff line number Diff line change 1616 <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.18362.0</WindowsTargetPlatformVersion >
1717 <WindowsTargetPlatformMinVersion >10.0.15063.0</WindowsTargetPlatformMinVersion >
1818 <PackageCertificateKeyFile >TodosFeed_TemporaryKey.pfx</PackageCertificateKeyFile >
19- <PackageCertificateThumbprint >6B95207B3FF53B414A1B6258BC9E61B1290BA69D </PackageCertificateThumbprint >
19+ <PackageCertificateThumbprint >AA52E09BB67B63D542D45EF80796BA611E14753F </PackageCertificateThumbprint >
2020 <PackageCertificatePassword >password</PackageCertificatePassword >
2121 </PropertyGroup >
2222 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
105105 <ImportGroup Label =" PropertySheets" >
106106 <Import Project =" PropertySheet.props" />
107107 </ImportGroup >
108- <PropertyGroup Label =" UserMacros" />
108+ <PropertyGroup Label =" UserMacros" >
109+ </PropertyGroup >
109110 <ItemDefinitionGroup >
110111 <ClCompile >
111112 <PrecompiledHeader >Use</PrecompiledHeader >
187188 <ItemGroup >
188189 <None Include =" packages.config" />
189190 <None Include =" PropertySheet.props" />
191+ <None Include =" TodosFeed_TemporaryKey.pfx" />
190192 <Text Include =" readme.txt" >
191193 <DeploymentContent >false</DeploymentContent >
192194 </Text >
Original file line number Diff line number Diff line change 5151 <ItemGroup >
5252 <None Include =" PropertySheet.props" />
5353 <None Include =" packages.config" />
54+ <None Include =" TodosFeed_TemporaryKey.pfx" />
5455 </ItemGroup >
5556 <ItemGroup >
5657 <Text Include =" readme.txt" />
You can’t perform that action at this time.
0 commit comments