-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
123 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Uno.Templates/content/unoapp/MyExtensionsApp._1.Mobile/macOS/Entitlements.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
</dict> | ||
<dict> | ||
</dict> | ||
</plist> | ||
|
50 changes: 25 additions & 25 deletions
50
src/Uno.Templates/content/unoapp/MyExtensionsApp._1.Mobile/macOS/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>LSApplicationCategoryType</key> | ||
<string>public.app-category.utilities</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>${AuthorCopyright:HtmlEncode}</string> | ||
<key>NSPrincipalClass</key> | ||
<string>NSApplication</string> | ||
<key>XSAppIconAssets</key> | ||
<string>Assets.xcassets/iconapp.appiconset</string> | ||
<key>ATSApplicationFontsPath</key> | ||
<string>Fonts</string> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>LSApplicationCategoryType</key> | ||
<string>public.app-category.utilities</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>${AuthorCopyright:HtmlEncode}</string> | ||
<key>NSPrincipalClass</key> | ||
<string>NSApplication</string> | ||
<key>XSAppIconAssets</key> | ||
<string>Assets.xcassets/iconapp.appiconset</string> | ||
<key>ATSApplicationFontsPath</key> | ||
<string>Fonts</string> | ||
|
||
<!-- | ||
Adjust this to your application's encryption usage. | ||
<key>ITSAppUsesNonExemptEncryption</key> | ||
<false/> | ||
--> | ||
<!-- | ||
Adjust this to your application's encryption usage. | ||
<key>ITSAppUsesNonExemptEncryption</key> | ||
<false/> | ||
--> | ||
<!--#if (useProtocolRedirect)--> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>myprotocol</string> | ||
</array> | ||
<!--#endif--> | ||
</dict> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/Uno.Templates/content/unoapp/MyExtensionsApp._1.Wasm/LinkerConfig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<linker> | ||
<assembly fullname="MyExtensionsApp._1" /> | ||
<assembly fullname="MyExtensionsApp._1.Wasm" /> | ||
<assembly fullname="MyExtensionsApp._1" /> | ||
<assembly fullname="MyExtensionsApp._1.Wasm" /> | ||
|
||
<!-- | ||
<!-- | ||
Uncomment this section when using JSON.NET | ||
<assembly fullname="System.Core"> | ||
<type fullname="System.Linq.Expressions*" /> | ||
<type fullname="System.Linq.Expressions*" /> | ||
</assembly> | ||
--> | ||
</linker> |
80 changes: 40 additions & 40 deletions
80
src/Uno.Templates/content/unoapp/MyExtensionsApp._1.Windows/Package.appxmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<Package | ||
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | ||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | ||
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" | ||
IgnorableNamespaces="uap rescap"> | ||
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | ||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | ||
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" | ||
IgnorableNamespaces="uap rescap"> | ||
|
||
<Identity | ||
Name="$identityName$" | ||
Publisher="$appPublisher$" | ||
Version="1.0.0.0" /> | ||
<Identity | ||
Name="$identityName$" | ||
Publisher="$appPublisher$" | ||
Version="1.0.0.0" /> | ||
|
||
<Properties> | ||
<DisplayName>MyExtensionsApp._1</DisplayName> | ||
<PublisherDisplayName>MyExtensionsApp._1</PublisherDisplayName> | ||
</Properties> | ||
<Properties> | ||
<DisplayName>MyExtensionsApp._1</DisplayName> | ||
<PublisherDisplayName>MyExtensionsApp._1</PublisherDisplayName> | ||
</Properties> | ||
|
||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" /> | ||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" /> | ||
</Dependencies> | ||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" /> | ||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" /> | ||
</Dependencies> | ||
|
||
<Resources> | ||
<Resource Language="x-generate"/> | ||
</Resources> | ||
<Resources> | ||
<Resource Language="x-generate"/> | ||
</Resources> | ||
|
||
<Applications> | ||
<Application Id="App" | ||
Executable="$targetnametoken$.exe" | ||
EntryPoint="$targetentrypoint$"> | ||
<uap:VisualElements | ||
DisplayName="MyExtensionsApp._1" | ||
Description="MyExtensionsApp._1"> | ||
<uap:SplashScreen /> | ||
</uap:VisualElements> | ||
<Applications> | ||
<Application Id="App" | ||
Executable="$targetnametoken$.exe" | ||
EntryPoint="$targetentrypoint$"> | ||
<uap:VisualElements | ||
DisplayName="MyExtensionsApp._1" | ||
Description="MyExtensionsApp._1"> | ||
<uap:SplashScreen /> | ||
</uap:VisualElements> | ||
<!--#if (useProtocolRedirect)--> | ||
<Extensions> | ||
<uap:Extension Category="windows.protocol"> | ||
<uap:Protocol Name="myprotocol"> | ||
<uap:DisplayName>MyProtocol</uap:DisplayName> | ||
</uap:Protocol> | ||
</uap:Extension> | ||
</Extensions> | ||
<Extensions> | ||
<uap:Extension Category="windows.protocol"> | ||
<uap:Protocol Name="myprotocol"> | ||
<uap:DisplayName>MyProtocol</uap:DisplayName> | ||
</uap:Protocol> | ||
</uap:Extension> | ||
</Extensions> | ||
<!--#endif--> | ||
</Application> | ||
</Applications> | ||
</Application> | ||
</Applications> | ||
|
||
<Capabilities> | ||
<rescap:Capability Name="runFullTrust" /> | ||
</Capabilities> | ||
<Capabilities> | ||
<rescap:Capability Name="runFullTrust" /> | ||
</Capabilities> | ||
</Package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 17 additions & 17 deletions
34
src/Uno.Templates/content/unoapp/solution-config.props.sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<Project> | ||
<!-- | ||
This file is used to control the platforms compiled by visual studio, and | ||
allow for a faster build when testing for a single platform. | ||
<!-- | ||
This file is used to control the platforms compiled by visual studio, and | ||
allow for a faster build when testing for a single platform. | ||
|
||
Instructions: | ||
1) Copy this file and remove the ".sample" name | ||
2) Uncomment and adjust the properties below | ||
3) Make sure to do a Rebuild, so that nuget restores the proper packages for the new target | ||
--> | ||
Instructions: | ||
1) Copy this file and remove the ".sample" name | ||
2) Uncomment and adjust the properties below | ||
3) Make sure to do a Rebuild, so that nuget restores the proper packages for the new target | ||
--> | ||
|
||
<PropertyGroup> | ||
<!-- Uncomment each line for each platform that you want to build: --> | ||
<!-- <OverrideTargetFrameworks Condition="''!='hint: Windows App Sdk (WinUI)'">$(OverrideTargetFrameworks);$baseTargetFramework$-windows10.0.19041.0</OverrideTargetFrameworks> --> | ||
<!-- <OverrideTargetFrameworks Condition="''!='hint: WASM, Skia'">$(OverrideTargetFrameworks);$baseTargetFramework$</OverrideTargetFrameworks> --> | ||
<!-- <OverrideTargetFrameworks Condition="''!='hint: .NET 6.0 iOS'">$(OverrideTargetFrameworks);$baseTargetFramework$-ios</OverrideTargetFrameworks> --> | ||
<!-- <OverrideTargetFrameworks Condition="''!='hint: .NET 6.0 Android'">$(OverrideTargetFrameworks);$baseTargetFramework$-android</OverrideTargetFrameworks> --> | ||
<!-- <OverrideTargetFrameworks Condition="''!='hint: .NET 6.0 macOS Catalyst'">$(OverrideTargetFrameworks);$baseTargetFramework$-maccatalyst</OverrideTargetFrameworks> --> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<!-- Uncomment each line for each platform that you want to build: --> | ||
|
||
<!-- <OverrideTargetFrameworks Condition="''!='hint: Windows App Sdk (WinUI)'">$(OverrideTargetFrameworks);$baseTargetFramework$-windows10.0.19041.0</OverrideTargetFrameworks> --> | ||
<!-- <OverrideTargetFrameworks Condition="''!='hint: WASM, Skia'">$(OverrideTargetFrameworks);$baseTargetFramework$</OverrideTargetFrameworks> --> | ||
<!-- <OverrideTargetFrameworks Condition="''!='hint: .NET 6.0 iOS'">$(OverrideTargetFrameworks);$baseTargetFramework$-ios</OverrideTargetFrameworks> --> | ||
<!-- <OverrideTargetFrameworks Condition="''!='hint: .NET 6.0 Android'">$(OverrideTargetFrameworks);$baseTargetFramework$-android</OverrideTargetFrameworks> --> | ||
<!-- <OverrideTargetFrameworks Condition="''!='hint: .NET 6.0 macOS Catalyst'">$(OverrideTargetFrameworks);$baseTargetFramework$-maccatalyst</OverrideTargetFrameworks> --> | ||
</PropertyGroup> | ||
|
||
</Project> |