Merge pull request #1586 from microsoft/feature/support-xamarin-mac

Support Xamarin.Mac platform
This commit is contained in:
Dima 2021-11-10 14:56:20 +03:00 коммит произвёл GitHub
Родитель 58af38fcfa d5ff13eb73
Коммит 0efb750d8a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
160 изменённых файлов: 8586 добавлений и 297 удалений

Просмотреть файл

@ -19,6 +19,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contoso.UtilClassLibrary",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contoso.UWP.Demo", "Apps\Contoso.UWP.Demo\Contoso.UWP.Demo.csproj", "{612D30FE-E1F1-4CEE-8256-911C03A16890}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contoso.Forms.Demo.MacOS", "Apps\Contoso.Forms.Demo\Contoso.Forms.Demo.MacOS\Contoso.Forms.Demo.MacOS.csproj", "{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
@ -517,6 +519,76 @@ Global
{612D30FE-E1F1-4CEE-8256-911C03A16890}.Release|x86.ActiveCfg = Release|x86
{612D30FE-E1F1-4CEE-8256-911C03A16890}.Release|x86.Build.0 = Release|x86
{612D30FE-E1F1-4CEE-8256-911C03A16890}.Release|x86.Deploy.0 = Release|x86
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|ARM64.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|ARM64.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|ARM.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|ARM64.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|ARM64.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|iPhone.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|x64.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|x64.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|x86.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.AppStore|x86.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|ARM.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|ARM.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|ARM64.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|iPhone.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|x64.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|x64.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|x86.ActiveCfg = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Debug|x86.Build.0 = Debug|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|Any CPU.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|ARM.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|ARM.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|ARM64.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|ARM64.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|iPhone.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|iPhone.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|iPhoneSimulator.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|iPhoneSimulator.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|x64.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|x64.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|x86.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.GooglePlay|x86.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|Any CPU.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|ARM.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|ARM.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|ARM64.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|ARM64.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|iPhone.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|iPhone.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|x64.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|x64.Build.0 = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|x86.ActiveCfg = Release|Any CPU
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -529,6 +601,7 @@ Global
{665362D9-5EE2-45DE-A907-25DC86999A68} = {91CEE2C9-F64C-45C9-9353-B1EC87D13C6D}
{2AF3281C-D928-4886-9C68-775DADA56789} = {274AB35C-68B4-4EFA-803B-8A7CFEC25EFC}
{612D30FE-E1F1-4CEE-8256-911C03A16890} = {274AB35C-68B4-4EFA-803B-8A7CFEC25EFC}
{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6} = {91CEE2C9-F64C-45C9-9353-B1EC87D13C6D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9EE1C1FD-607B-470D-A253-43AD8A10A033}

Просмотреть файл

@ -79,6 +79,22 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Microsoft.AppCenter.Shared.
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contoso.UtilClassLibrary", "Apps\Contoso.UtilClassLibrary\Contoso.UtilClassLibrary.csproj", "{D0FC73E2-AE97-495B-B41B-61CD422A8AE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.MacOS", "SDK\AppCenter\Microsoft.AppCenter.MacOS\Microsoft.AppCenter.MacOS.csproj", "{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.MacOS.Bindings", "SDK\AppCenter\Microsoft.AppCenter.MacOS.Bindings\Microsoft.AppCenter.MacOS.Bindings.csproj", "{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.Analytics.MacOS", "SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.MacOS\Microsoft.AppCenter.Analytics.MacOS.csproj", "{EE438174-EE11-432E-9225-5B4EA80A7917}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.Analytics.MacOS.Bindings", "SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.MacOS.Bindings\Microsoft.AppCenter.Analytics.MacOS.Bindings.csproj", "{D00918DD-BAC4-4AD4-A866-056CBE780AB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.Crashes.MacOS", "SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.MacOS\Microsoft.AppCenter.Crashes.MacOS.csproj", "{0635DC94-08B3-458F-B466-3524132601EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.Crashes.MacOS.Bindings", "SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.MacOS.Bindings\Microsoft.AppCenter.Crashes.MacOS.Bindings.csproj", "{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contoso.MacOS.Puppet", "Apps\Contoso.MacOS.Puppet\Contoso.MacOS.Puppet.csproj", "{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contoso.Forms.Puppet.MacOS", "Apps\Contoso.Forms.Puppet\Contoso.Forms.Puppet.MacOS\Contoso.Forms.Puppet.MacOS.csproj", "{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SDK\AppCenter\Microsoft.AppCenter.Shared\Microsoft.AppCenter.Shared.projitems*{119c1730-e109-4bc9-aa89-9dca2c50bfd5}*SharedItemsImports = 4
@ -1559,6 +1575,438 @@ Global
{D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x64.Build.0 = Release|Any CPU
{D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x86.ActiveCfg = Release|Any CPU
{D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x86.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|ARM.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|iPhone.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|x64.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|x64.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|x86.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|x86.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|ARM.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|ARM.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|iPhone.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|x64.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|x64.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|x86.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|x86.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|Any CPU.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|ARM.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|ARM.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|iPhone.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|iPhone.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|x64.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|x64.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|x86.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|x86.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.GooglePlay|Any CPU.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.GooglePlay|x64.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.GooglePlay|x64.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.GooglePlay|x86.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.GooglePlay|x86.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|ARM.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|iPhone.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|x64.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|x64.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|x86.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|x86.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|ARM.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|iPhone.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|x64.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|x64.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|x86.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|x86.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|Any CPU.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|ARM.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|ARM.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|iPhone.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|iPhone.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|x64.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|x64.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|x86.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|x86.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.GooglePlay|Any CPU.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.GooglePlay|x64.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.GooglePlay|x64.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.GooglePlay|x86.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.GooglePlay|x86.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|ARM.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|iPhone.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|x64.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|x64.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|x86.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|x86.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|ARM.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|ARM.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|iPhone.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|x64.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|x64.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|x86.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|x86.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|Any CPU.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|ARM.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|ARM.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|iPhone.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|iPhone.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|x64.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|x64.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|x86.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|x86.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.GooglePlay|Any CPU.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.GooglePlay|x64.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.GooglePlay|x64.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.GooglePlay|x86.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.GooglePlay|x86.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|ARM.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|iPhone.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|x64.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|x64.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|x86.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|x86.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|ARM.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|ARM.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|iPhone.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|x64.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|x64.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|x86.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|x86.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|Any CPU.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|ARM.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|ARM.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|iPhone.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|iPhone.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|x64.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|x64.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|x86.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|x86.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.GooglePlay|Any CPU.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.GooglePlay|x64.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.GooglePlay|x64.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.GooglePlay|x86.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.GooglePlay|x86.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|ARM.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|iPhone.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|x64.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|x64.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|x86.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|x86.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|ARM.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|ARM.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|iPhone.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|x64.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|x64.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|x86.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|x86.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|Any CPU.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|ARM.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|ARM.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|iPhone.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|iPhone.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|x64.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|x64.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|x86.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|x86.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.GooglePlay|Any CPU.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.GooglePlay|x64.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.GooglePlay|x64.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.GooglePlay|x86.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.GooglePlay|x86.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|ARM.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|iPhone.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|x64.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|x64.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|x86.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|x86.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|ARM.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|ARM.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|iPhone.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|x64.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|x64.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|x86.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|x86.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|Any CPU.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|ARM.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|ARM.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|iPhone.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|iPhone.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|x64.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|x64.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|x86.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|x86.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.GooglePlay|Any CPU.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.GooglePlay|x64.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.GooglePlay|x64.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.GooglePlay|x86.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.GooglePlay|x86.Build.0 = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|ARM.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|iPhone.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|x64.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|x64.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|x86.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.AppStore|x86.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|ARM.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|ARM.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|iPhone.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|x64.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|x64.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|x86.ActiveCfg = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Debug|x86.Build.0 = Debug|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|Any CPU.Build.0 = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|ARM.ActiveCfg = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|ARM.Build.0 = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|iPhone.ActiveCfg = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|iPhone.Build.0 = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|x64.ActiveCfg = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|x64.Build.0 = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|x86.ActiveCfg = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.Release|x86.Build.0 = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.GooglePlay|Any CPU.Build.0 = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.GooglePlay|x64.ActiveCfg = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.GooglePlay|x64.Build.0 = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.GooglePlay|x86.ActiveCfg = Release|Any CPU
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}.GooglePlay|x86.Build.0 = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|ARM.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|iPhone.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|x64.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|x64.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|x86.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.AppStore|x86.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|ARM.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|iPhone.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|x64.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|x64.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Debug|x86.Build.0 = Debug|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|Any CPU.Build.0 = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|ARM.ActiveCfg = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|ARM.Build.0 = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|iPhone.ActiveCfg = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|iPhone.Build.0 = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|x64.ActiveCfg = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|x64.Build.0 = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|x86.ActiveCfg = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.Release|x86.Build.0 = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.GooglePlay|Any CPU.Build.0 = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.GooglePlay|x64.ActiveCfg = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.GooglePlay|x64.Build.0 = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.GooglePlay|x86.ActiveCfg = Release|Any CPU
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}.GooglePlay|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -1600,6 +2048,14 @@ Global
{CAE55C79-1601-400D-86BF-03AB8CC5B8B9} = {7FAAA086-4453-4B62-AD9A-2E2ED216E3C4}
{7076E711-FE72-4EC0-8335-045EEFC1100C} = {13744327-9529-490B-A970-06A1D3144117}
{D0FC73E2-AE97-495B-B41B-61CD422A8AE9} = {274AB35C-68B4-4EFA-803B-8A7CFEC25EFC}
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8} = {13744327-9529-490B-A970-06A1D3144117}
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4} = {13744327-9529-490B-A970-06A1D3144117}
{EE438174-EE11-432E-9225-5B4EA80A7917} = {C4C63221-60D5-412B-92CC-D59A8EA62E23}
{D00918DD-BAC4-4AD4-A866-056CBE780AB2} = {C4C63221-60D5-412B-92CC-D59A8EA62E23}
{0635DC94-08B3-458F-B466-3524132601EB} = {7FAAA086-4453-4B62-AD9A-2E2ED216E3C4}
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4} = {7FAAA086-4453-4B62-AD9A-2E2ED216E3C4}
{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8} = {274AB35C-68B4-4EFA-803B-8A7CFEC25EFC}
{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481} = {088DA4BA-0AFB-4690-A639-7559BE14D0C8}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0

Просмотреть файл

@ -61,6 +61,18 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Microsoft.AppCenter.Crashes
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Microsoft.AppCenter.Shared.Xamarin", "SDK\AppCenter\Microsoft.AppCenter.Shared.Xamarin\Microsoft.AppCenter.Shared.Xamarin.shproj", "{7076E711-FE72-4EC0-8335-045EEFC1100C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.MacOS", "SDK\AppCenter\Microsoft.AppCenter.MacOS\Microsoft.AppCenter.MacOS.csproj", "{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.MacOS.Bindings", "SDK\AppCenter\Microsoft.AppCenter.MacOS.Bindings\Microsoft.AppCenter.MacOS.Bindings.csproj", "{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.Analytics.MacOS", "SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.MacOS\Microsoft.AppCenter.Analytics.MacOS.csproj", "{EE438174-EE11-432E-9225-5B4EA80A7917}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.Analytics.MacOS.Bindings", "SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.MacOS.Bindings\Microsoft.AppCenter.Analytics.MacOS.Bindings.csproj", "{D00918DD-BAC4-4AD4-A866-056CBE780AB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.Crashes.MacOS", "SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.MacOS\Microsoft.AppCenter.Crashes.MacOS.csproj", "{0635DC94-08B3-458F-B466-3524132601EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.Crashes.MacOS.Bindings", "SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.MacOS.Bindings\Microsoft.AppCenter.Crashes.MacOS.Bindings.csproj", "{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SDK\AppCenter\Microsoft.AppCenter.Shared\Microsoft.AppCenter.Shared.projitems*{119c1730-e109-4bc9-aa89-9dca2c50bfd5}*SharedItemsImports = 4
@ -1062,6 +1074,294 @@ Global
{41FEBC72-C12B-47E1-B6F6-51D50158C825}.Release|x64.Build.0 = Release|Any CPU
{41FEBC72-C12B-47E1-B6F6-51D50158C825}.Release|x86.ActiveCfg = Release|Any CPU
{41FEBC72-C12B-47E1-B6F6-51D50158C825}.Release|x86.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|ARM.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|iPhone.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|x64.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|x64.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|x86.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.AppStore|x86.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|ARM.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|ARM.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|iPhone.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|x64.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|x64.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|x86.ActiveCfg = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Debug|x86.Build.0 = Debug|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|Any CPU.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|ARM.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|ARM.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|iPhone.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|iPhone.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|x64.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|x64.Build.0 = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|x86.ActiveCfg = Release|Any CPU
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}.Release|x86.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|ARM.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|iPhone.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|x64.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|x64.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|x86.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.AppStore|x86.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|ARM.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|iPhone.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|x64.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|x64.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|x86.ActiveCfg = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Debug|x86.Build.0 = Debug|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|Any CPU.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|ARM.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|ARM.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|iPhone.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|iPhone.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|x64.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|x64.Build.0 = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|x86.ActiveCfg = Release|Any CPU
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}.Release|x86.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|ARM.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|iPhone.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|x64.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|x64.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|x86.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.AppStore|x86.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|ARM.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|ARM.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|iPhone.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|x64.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|x64.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|x86.ActiveCfg = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Debug|x86.Build.0 = Debug|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|Any CPU.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|ARM.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|ARM.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|iPhone.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|iPhone.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|x64.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|x64.Build.0 = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|x86.ActiveCfg = Release|Any CPU
{EE438174-EE11-432E-9225-5B4EA80A7917}.Release|x86.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|ARM.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|iPhone.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|x64.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|x64.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|x86.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.AppStore|x86.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|ARM.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|ARM.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|iPhone.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|x64.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|x64.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|x86.ActiveCfg = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Debug|x86.Build.0 = Debug|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|Any CPU.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|ARM.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|ARM.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|iPhone.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|iPhone.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|x64.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|x64.Build.0 = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|x86.ActiveCfg = Release|Any CPU
{D00918DD-BAC4-4AD4-A866-056CBE780AB2}.Release|x86.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|ARM.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|iPhone.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|x64.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|x64.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|x86.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.AppStore|x86.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|ARM.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|ARM.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|iPhone.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|x64.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|x64.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|x86.ActiveCfg = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Debug|x86.Build.0 = Debug|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|Any CPU.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|ARM.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|ARM.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|iPhone.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|iPhone.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|x64.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|x64.Build.0 = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|x86.ActiveCfg = Release|Any CPU
{0635DC94-08B3-458F-B466-3524132601EB}.Release|x86.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|ARM.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|iPhone.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|x64.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|x64.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|x86.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.AppStore|x86.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|ARM.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|ARM.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|iPhone.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|x64.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|x64.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|x86.ActiveCfg = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Debug|x86.Build.0 = Debug|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|Any CPU.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|ARM.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|ARM.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|iPhone.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|iPhone.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|x64.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|x64.Build.0 = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|x86.ActiveCfg = Release|Any CPU
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -1095,6 +1395,12 @@ Global
{60241627-33BB-45F9-A1B6-6F1CB2BF2C4A} = {B0562DBB-3784-4F1C-A355-61CFD44ED963}
{41FEBC72-C12B-47E1-B6F6-51D50158C825} = {B0562DBB-3784-4F1C-A355-61CFD44ED963}
{7076E711-FE72-4EC0-8335-045EEFC1100C} = {13744327-9529-490B-A970-06A1D3144117}
{727A9E5A-566A-4DC5-B62B-8F7CA17661B8} = {13744327-9529-490B-A970-06A1D3144117}
{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4} = {13744327-9529-490B-A970-06A1D3144117}
{EE438174-EE11-432E-9225-5B4EA80A7917} = {C4C63221-60D5-412B-92CC-D59A8EA62E23}
{D00918DD-BAC4-4AD4-A866-056CBE780AB2} = {C4C63221-60D5-412B-92CC-D59A8EA62E23}
{0635DC94-08B3-458F-B466-3524132601EB} = {7FAAA086-4453-4B62-AD9A-2E2ED216E3C4}
{85C929EF-7FF4-4C43-967E-DFA816EFF5E4} = {7FAAA086-4453-4B62-AD9A-2E2ED216E3C4}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0

Просмотреть файл

@ -0,0 +1,46 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using AppKit;
using Foundation;
using Xamarin.Forms.Platform.MacOS;
namespace Contoso.Forms.Demo.MacOS
{
[Register("AppDelegate")]
public class AppDelegate : FormsApplicationDelegate, IClearCrashClick
{
private const string CrashesUserConfirmationStorageKey = "MSAppCenterCrashesUserConfirmation";
private const string ApplicationCrashOnExceptionsKey = "NSApplicationCrashOnExceptions";
NSPanel window;
public AppDelegate()
{
var style = NSWindowStyle.Closable | NSWindowStyle.Resizable | NSWindowStyle.Titled;
var rect = new CoreGraphics.CGRect(200, 1000, 1024, 768);
window = new NSPanel(rect, style, NSBackingStore.Buffered, false);
window.Title = "App Center Xamarin.Forms on Mac!";
window.TitleVisibility = NSWindowTitleVisibility.Hidden;
var plist = NSUserDefaults.StandardUserDefaults;
var dictionary = new NSDictionary<NSObject, NSObject>(NSObject.FromObject(true), new NSString(ApplicationCrashOnExceptionsKey));
plist.RegisterDefaults(dictionary);
}
public override NSWindow MainWindow
{
get { return window; }
}
public override void DidFinishLaunching(NSNotification notification)
{
Xamarin.Forms.Forms.Init();
LoadApplication(new App());
base.DidFinishLaunching(notification);
}
public void ClearCrashButton()
{
NSUserDefaults.StandardUserDefaults.RemoveObject(CrashesUserConfirmationStorageKey);
}
}
}

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 7.9 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 20 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 711 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 20 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 58 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 3.3 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 58 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 174 KiB

Просмотреть файл

@ -0,0 +1,68 @@
{
"images": [
{
"filename": "AppIcon-16.png",
"size": "16x16",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-16@2x.png",
"size": "16x16",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-32.png",
"size": "32x32",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-32@2x.png",
"size": "32x32",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-128.png",
"size": "128x128",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-128@2x.png",
"size": "128x128",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-256.png",
"size": "256x256",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-256@2x.png",
"size": "256x256",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-512.png",
"size": "512x512",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-512@2x.png",
"size": "512x512",
"scale": "2x",
"idiom": "mac"
}
],
"info": {
"version": 1,
"author": "xcode"
}
}

Просмотреть файл

@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Просмотреть файл

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\packages\Xamarin.Forms.5.0.0.2125\build\Xamarin.Forms.props" Condition="Exists('..\..\..\packages\Xamarin.Forms.5.0.0.2125\build\Xamarin.Forms.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{85B05946-0E5A-4AFE-88E8-079D6AA9D3D6}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>Contoso.Forms.Demo.MacOS</RootNamespace>
<AssemblyName>Contoso.Forms.Demo.MacOS</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CodeSigningKey>Mac Developer</CodeSigningKey>
<CreatePackage>false</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>false</IncludeMonoRuntime>
<UseSGen>true</UseSGen>
<UseRefCounting>true</UseRefCounting>
<Profiling>true</Profiling>
<HttpClientHandler></HttpClientHandler>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<DefineConstants></DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>true</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>true</IncludeMonoRuntime>
<UseSGen>true</UseSGen>
<UseRefCounting>true</UseRefCounting>
<CodeSignEntitlements>Entitlements.plist</CodeSignEntitlements>
<LinkMode>SdkOnly</LinkMode>
<HttpClientHandler></HttpClientHandler>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.Mac" />
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2125\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform">
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2125\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform.macOS">
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2125\lib\Xamarin.Mac\Xamarin.Forms.Platform.macOS.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml">
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2125\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AppCenter">
<HintPath>..\..\..\packages\Microsoft.AppCenter.4.4.1-r0007-917b739\lib\Xamarin.Mac\Microsoft.AppCenter.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AppCenter.Crashes">
<HintPath>..\..\..\packages\Microsoft.AppCenter.Crashes.4.4.1-r0007-917b739\lib\Xamarin.Mac\Microsoft.AppCenter.Crashes.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AppCenter.Analytics">
<HintPath>..\..\..\packages\Microsoft.AppCenter.Analytics.4.4.1-r0007-917b739\lib\Xamarin.Mac\Microsoft.AppCenter.Analytics.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AppCenter.MacOS.Bindings">
<HintPath>..\..\..\packages\Microsoft.AppCenter.4.4.1-r0007-917b739\lib\Xamarin.Mac\Microsoft.AppCenter.MacOS.Bindings.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AppCenter.Analytics.MacOS.Bindings">
<HintPath>..\..\..\packages\Microsoft.AppCenter.Analytics.4.4.1-r0007-917b739\lib\Xamarin.Mac\Microsoft.AppCenter.Analytics.MacOS.Bindings.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AppCenter.Crashes.MacOS.Bindings">
<HintPath>..\..\..\packages\Microsoft.AppCenter.Crashes.4.4.1-r0007-917b739\lib\Xamarin.Mac\Microsoft.AppCenter.Crashes.MacOS.Bindings.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AppCenter.Distribute">
<HintPath>..\..\..\packages\Microsoft.AppCenter.DistributePlay.4.4.1-r0007-917b739\lib\netstandard1.0\Microsoft.AppCenter.Distribute.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512%402x.png" />
<ImageAsset Include="Assets.xcassets\Contents.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
<None Include="Entitlements.plist" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
<Compile Include="ViewController.cs" />
<Compile Include="ViewController.designer.cs">
<DependentUpon>ViewController.cs</DependentUpon>
</Compile>
<Compile Include="FilePicker.cs" />
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="Main.storyboard" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Contoso.Forms.Demo\Contoso.Forms.Demo.csproj">
<Project>{8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}</Project>
<Name>Contoso.Forms.Demo</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
<Import Project="..\..\..\packages\Xamarin.Forms.5.0.0.2125\build\Xamarin.Forms.targets" Condition="Exists('..\..\..\packages\Xamarin.Forms.5.0.0.2125\build\Xamarin.Forms.targets')" />
</Project>

Просмотреть файл

@ -0,0 +1,6 @@
<?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>
</plist>

Просмотреть файл

@ -0,0 +1,55 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Contoso.Forms.Demo.MacOS;
using Foundation;
using MobileCoreServices;
using Xamarin.Forms;
// Make this class visible to the DependencyService manager.
[assembly: Dependency(typeof(FilePicker))]
namespace Contoso.Forms.Demo.MacOS
{
public class FilePicker : IFilePicker
{
private string mockUri = "file://mock.url";
public FilePicker()
{
}
public string GetFileDescription(string file)
{
if (string.IsNullOrEmpty(file))
{
return null;
}
var fileSize = file.Length;
return NSByteCountFormatter.Format(fileSize, NSByteCountFormatterCountStyle.Binary);
}
public async Task<string> PickFile()
{
var taskCompletionSource = new TaskCompletionSource<string>();
taskCompletionSource.SetResult(mockUri);
return await taskCompletionSource.Task;
}
public Tuple<byte[], string, string> ReadFile(string file)
{
var dataUti = file;
var data = new NSData(file, NSDataBase64DecodingOptions.None);
var extension = "txt";
var uti = UTType.CreatePreferredIdentifier(UTType.TagClassFilenameExtension, extension, null);
var mime = UTType.GetPreferredTag(uti, UTType.TagClassMIMEType);
var dataBytes = new byte[data.Length];
Marshal.Copy(data.Bytes, dataBytes, 0, Convert.ToInt32(data.Length));
var result = new Tuple<byte[], string, string>(dataBytes, dataUti, mime);
return result;
}
}
}

Просмотреть файл

@ -0,0 +1,32 @@
<?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>CFBundleName</key>
<string>Contoso.Forms.Demo.MacOS</string>
<key>CFBundleIdentifier</key>
<string>com.microsoft.appcenter.Contoso-Forms-Demo-MacOS</string>
<key>CFBundleShortVersionString</key>
<string>4.4.0</string>
<key>CFBundleVersion</key>
<string>4.4.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<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>NSHumanReadableCopyright</key>
<string>${AuthorCopyright:HtmlEncode}</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
</dict>
</plist>

Просмотреть файл

@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using AppKit;
namespace Contoso.Forms.Demo.MacOS
{
static class MainClass
{
static void Main(string[] args)
{
NSApplication.Init();
NSApplication.SharedApplication.Delegate = new AppDelegate(); // add this line
NSApplication.Main(args);
}
}
}

Просмотреть файл

@ -0,0 +1,719 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Application-->
<scene sceneID="JPo-4y-FX3">
<objects>
<application id="hnw-xV-0zn" sceneMemberID="viewController">
<menu key="mainMenu" title="Main Menu" systemMenu="main" id="AYu-sK-qS6">
<items>
<menuItem title="Contoso.Forms.Demo.MacOS" id="1Xt-HY-uBw">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Contoso.Forms.Demo.MacOS" systemMenu="apple" id="uQy-DD-JDr">
<items>
<menuItem title="About Contoso.Forms.Demo.MacOS" id="5kV-Vb-QxS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/>
<menuItem title="Preferences…" keyEquivalent="," id="BOF-NM-1cW"/>
<menuItem isSeparatorItem="YES" id="wFC-TO-SCJ"/>
<menuItem title="Services" id="NMo-om-nkz">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Services" systemMenu="services" id="hz9-B4-Xy5"/>
</menuItem>
<menuItem isSeparatorItem="YES" id="4je-JR-u6R"/>
<menuItem title="Hide Contoso.Forms.Demo.MacOS" keyEquivalent="h" id="Olw-nP-bQN">
<connections>
<action selector="hide:" target="Ady-hI-5gd" id="PnN-Uc-m68"/>
</connections>
</menuItem>
<menuItem title="Hide Others" keyEquivalent="h" id="Vdr-fp-XzO">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="hideOtherApplications:" target="Ady-hI-5gd" id="VT4-aY-XCT"/>
</connections>
</menuItem>
<menuItem title="Show All" id="Kd2-mp-pUS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="unhideAllApplications:" target="Ady-hI-5gd" id="Dhg-Le-xox"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
<menuItem title="Quit Contoso.Forms.Demo.MacOS" keyEquivalent="q" id="4sb-4s-VLi">
<connections>
<action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="File" id="dMs-cI-mzQ">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="File" id="bib-Uj-vzu">
<items>
<menuItem title="New" keyEquivalent="n" id="Was-JA-tGl">
<connections>
<action selector="newDocument:" target="Ady-hI-5gd" id="4Si-XN-c54"/>
</connections>
</menuItem>
<menuItem title="Open…" keyEquivalent="o" id="IAo-SY-fd9">
<connections>
<action selector="openDocument:" target="Ady-hI-5gd" id="bVn-NM-KNZ"/>
</connections>
</menuItem>
<menuItem title="Open Recent" id="tXI-mr-wws">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Open Recent" systemMenu="recentDocuments" id="oas-Oc-fiZ">
<items>
<menuItem title="Clear Menu" id="vNY-rz-j42">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="clearRecentDocuments:" target="Ady-hI-5gd" id="Daa-9d-B3U"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem isSeparatorItem="YES" id="m54-Is-iLE"/>
<menuItem title="Close" keyEquivalent="w" id="DVo-aG-piG">
<connections>
<action selector="performClose:" target="Ady-hI-5gd" id="HmO-Ls-i7Q"/>
</connections>
</menuItem>
<menuItem title="Save…" keyEquivalent="s" id="pxx-59-PXV">
<connections>
<action selector="saveDocument:" target="Ady-hI-5gd" id="teZ-XB-qJY"/>
</connections>
</menuItem>
<menuItem title="Save As…" keyEquivalent="S" id="Bw7-FT-i3A">
<connections>
<action selector="saveDocumentAs:" target="Ady-hI-5gd" id="mDf-zr-I0C"/>
</connections>
</menuItem>
<menuItem title="Revert to Saved" keyEquivalent="r" id="KaW-ft-85H">
<connections>
<action selector="revertDocumentToSaved:" target="Ady-hI-5gd" id="iJ3-Pv-kwq"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="aJh-i4-bef"/>
<menuItem title="Page Setup…" keyEquivalent="P" id="qIS-W8-SiK">
<modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
<connections>
<action selector="runPageLayout:" target="Ady-hI-5gd" id="Din-rz-gC5"/>
</connections>
</menuItem>
<menuItem title="Print…" keyEquivalent="p" id="aTl-1u-JFS">
<connections>
<action selector="print:" target="Ady-hI-5gd" id="qaZ-4w-aoO"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Edit" id="5QF-Oa-p0T">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Edit" id="W48-6f-4Dl">
<items>
<menuItem title="Undo" keyEquivalent="z" id="dRJ-4n-Yzg">
<connections>
<action selector="undo:" target="Ady-hI-5gd" id="M6e-cu-g7V"/>
</connections>
</menuItem>
<menuItem title="Redo" keyEquivalent="Z" id="6dh-zS-Vam">
<connections>
<action selector="redo:" target="Ady-hI-5gd" id="oIA-Rs-6OD"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="WRV-NI-Exz"/>
<menuItem title="Cut" keyEquivalent="x" id="uRl-iY-unG">
<connections>
<action selector="cut:" target="Ady-hI-5gd" id="YJe-68-I9s"/>
</connections>
</menuItem>
<menuItem title="Copy" keyEquivalent="c" id="x3v-GG-iWU">
<connections>
<action selector="copy:" target="Ady-hI-5gd" id="G1f-GL-Joy"/>
</connections>
</menuItem>
<menuItem title="Paste" keyEquivalent="v" id="gVA-U4-sdL">
<connections>
<action selector="paste:" target="Ady-hI-5gd" id="UvS-8e-Qdg"/>
</connections>
</menuItem>
<menuItem title="Paste and Match Style" keyEquivalent="V" id="WeT-3V-zwk">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="pasteAsPlainText:" target="Ady-hI-5gd" id="cEh-KX-wJQ"/>
</connections>
</menuItem>
<menuItem title="Delete" id="pa3-QI-u2k">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="delete:" target="Ady-hI-5gd" id="0Mk-Ml-PaM"/>
</connections>
</menuItem>
<menuItem title="Select All" keyEquivalent="a" id="Ruw-6m-B2m">
<connections>
<action selector="selectAll:" target="Ady-hI-5gd" id="VNm-Mi-diN"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="uyl-h8-XO2"/>
<menuItem title="Find" id="4EN-yA-p0u">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Find" id="1b7-l0-nxx">
<items>
<menuItem title="Find…" tag="1" keyEquivalent="f" id="Xz5-n4-O0W">
<connections>
<action selector="performFindPanelAction:" target="Ady-hI-5gd" id="cD7-Qs-BN4"/>
</connections>
</menuItem>
<menuItem title="Find and Replace…" tag="12" keyEquivalent="f" id="YEy-JH-Tfz">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="performFindPanelAction:" target="Ady-hI-5gd" id="WD3-Gg-5AJ"/>
</connections>
</menuItem>
<menuItem title="Find Next" tag="2" keyEquivalent="g" id="q09-fT-Sye">
<connections>
<action selector="performFindPanelAction:" target="Ady-hI-5gd" id="NDo-RZ-v9R"/>
</connections>
</menuItem>
<menuItem title="Find Previous" tag="3" keyEquivalent="G" id="OwM-mh-QMV">
<connections>
<action selector="performFindPanelAction:" target="Ady-hI-5gd" id="HOh-sY-3ay"/>
</connections>
</menuItem>
<menuItem title="Use Selection for Find" tag="7" keyEquivalent="e" id="buJ-ug-pKt">
<connections>
<action selector="performFindPanelAction:" target="Ady-hI-5gd" id="U76-nv-p5D"/>
</connections>
</menuItem>
<menuItem title="Jump to Selection" keyEquivalent="j" id="S0p-oC-mLd">
<connections>
<action selector="centerSelectionInVisibleArea:" target="Ady-hI-5gd" id="IOG-6D-g5B"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Spelling and Grammar" id="Dv1-io-Yv7">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Spelling" id="3IN-sU-3Bg">
<items>
<menuItem title="Show Spelling and Grammar" keyEquivalent=":" id="HFo-cy-zxI">
<connections>
<action selector="showGuessPanel:" target="Ady-hI-5gd" id="vFj-Ks-hy3"/>
</connections>
</menuItem>
<menuItem title="Check Document Now" keyEquivalent=";" id="hz2-CU-CR7">
<connections>
<action selector="checkSpelling:" target="Ady-hI-5gd" id="fz7-VC-reM"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="bNw-od-mp5"/>
<menuItem title="Check Spelling While Typing" id="rbD-Rh-wIN">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleContinuousSpellChecking:" target="Ady-hI-5gd" id="7w6-Qz-0kB"/>
</connections>
</menuItem>
<menuItem title="Check Grammar With Spelling" id="mK6-2p-4JG">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleGrammarChecking:" target="Ady-hI-5gd" id="muD-Qn-j4w"/>
</connections>
</menuItem>
<menuItem title="Correct Spelling Automatically" id="78Y-hA-62v">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticSpellingCorrection:" target="Ady-hI-5gd" id="2lM-Qi-WAP"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Substitutions" id="9ic-FL-obx">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Substitutions" id="FeM-D8-WVr">
<items>
<menuItem title="Show Substitutions" id="z6F-FW-3nz">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="orderFrontSubstitutionsPanel:" target="Ady-hI-5gd" id="oku-mr-iSq"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="gPx-C9-uUO"/>
<menuItem title="Smart Copy/Paste" id="9yt-4B-nSM">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleSmartInsertDelete:" target="Ady-hI-5gd" id="3IJ-Se-DZD"/>
</connections>
</menuItem>
<menuItem title="Smart Quotes" id="hQb-2v-fYv">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticQuoteSubstitution:" target="Ady-hI-5gd" id="ptq-xd-QOA"/>
</connections>
</menuItem>
<menuItem title="Smart Dashes" id="rgM-f4-ycn">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticDashSubstitution:" target="Ady-hI-5gd" id="oCt-pO-9gS"/>
</connections>
</menuItem>
<menuItem title="Smart Links" id="cwL-P1-jid">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticLinkDetection:" target="Ady-hI-5gd" id="Gip-E3-Fov"/>
</connections>
</menuItem>
<menuItem title="Data Detectors" id="tRr-pd-1PS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticDataDetection:" target="Ady-hI-5gd" id="R1I-Nq-Kbl"/>
</connections>
</menuItem>
<menuItem title="Text Replacement" id="HFQ-gK-NFA">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticTextReplacement:" target="Ady-hI-5gd" id="DvP-Fe-Py6"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Transformations" id="2oI-Rn-ZJC">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Transformations" id="c8a-y6-VQd">
<items>
<menuItem title="Make Upper Case" id="vmV-6d-7jI">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="uppercaseWord:" target="Ady-hI-5gd" id="sPh-Tk-edu"/>
</connections>
</menuItem>
<menuItem title="Make Lower Case" id="d9M-CD-aMd">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="lowercaseWord:" target="Ady-hI-5gd" id="iUZ-b5-hil"/>
</connections>
</menuItem>
<menuItem title="Capitalize" id="UEZ-Bs-lqG">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="capitalizeWord:" target="Ady-hI-5gd" id="26H-TL-nsh"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Speech" id="xrE-MZ-jX0">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Speech" id="3rS-ZA-NoH">
<items>
<menuItem title="Start Speaking" id="Ynk-f8-cLZ">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="startSpeaking:" target="Ady-hI-5gd" id="654-Ng-kyl"/>
</connections>
</menuItem>
<menuItem title="Stop Speaking" id="Oyz-dy-DGm">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="stopSpeaking:" target="Ady-hI-5gd" id="dX8-6p-jy9"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Format" id="jxT-CU-nIS">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Format" id="GEO-Iw-cKr">
<items>
<menuItem title="Font" id="Gi5-1S-RQB">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Font" systemMenu="font" id="aXa-aM-Jaq">
<items>
<menuItem title="Show Fonts" keyEquivalent="t" id="Q5e-8K-NDq">
<connections>
<action selector="orderFrontFontPanel:" target="YLy-65-1bz" id="WHr-nq-2xA"/>
</connections>
</menuItem>
<menuItem title="Bold" tag="2" keyEquivalent="b" id="GB9-OM-e27">
<connections>
<action selector="addFontTrait:" target="YLy-65-1bz" id="hqk-hr-sYV"/>
</connections>
</menuItem>
<menuItem title="Italic" tag="1" keyEquivalent="i" id="Vjx-xi-njq">
<connections>
<action selector="addFontTrait:" target="YLy-65-1bz" id="IHV-OB-c03"/>
</connections>
</menuItem>
<menuItem title="Underline" keyEquivalent="u" id="WRG-CD-K1S">
<connections>
<action selector="underline:" target="Ady-hI-5gd" id="FYS-2b-JAY"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="5gT-KC-WSO"/>
<menuItem title="Bigger" tag="3" keyEquivalent="+" id="Ptp-SP-VEL">
<connections>
<action selector="modifyFont:" target="YLy-65-1bz" id="Uc7-di-UnL"/>
</connections>
</menuItem>
<menuItem title="Smaller" tag="4" keyEquivalent="-" id="i1d-Er-qST">
<connections>
<action selector="modifyFont:" target="YLy-65-1bz" id="HcX-Lf-eNd"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="kx3-Dk-x3B"/>
<menuItem title="Kern" id="jBQ-r6-VK2">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Kern" id="tlD-Oa-oAM">
<items>
<menuItem title="Use Default" id="GUa-eO-cwY">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="useStandardKerning:" target="Ady-hI-5gd" id="6dk-9l-Ckg"/>
</connections>
</menuItem>
<menuItem title="Use None" id="cDB-IK-hbR">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="turnOffKerning:" target="Ady-hI-5gd" id="U8a-gz-Maa"/>
</connections>
</menuItem>
<menuItem title="Tighten" id="46P-cB-AYj">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="tightenKerning:" target="Ady-hI-5gd" id="hr7-Nz-8ro"/>
</connections>
</menuItem>
<menuItem title="Loosen" id="ogc-rX-tC1">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="loosenKerning:" target="Ady-hI-5gd" id="8i4-f9-FKE"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Ligatures" id="o6e-r0-MWq">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Ligatures" id="w0m-vy-SC9">
<items>
<menuItem title="Use Default" id="agt-UL-0e3">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="useStandardLigatures:" target="Ady-hI-5gd" id="7uR-wd-Dx6"/>
</connections>
</menuItem>
<menuItem title="Use None" id="J7y-lM-qPV">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="turnOffLigatures:" target="Ady-hI-5gd" id="iX2-gA-Ilz"/>
</connections>
</menuItem>
<menuItem title="Use All" id="xQD-1f-W4t">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="useAllLigatures:" target="Ady-hI-5gd" id="KcB-kA-TuK"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Baseline" id="OaQ-X3-Vso">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Baseline" id="ijk-EB-dga">
<items>
<menuItem title="Use Default" id="3Om-Ey-2VK">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="unscript:" target="Ady-hI-5gd" id="0vZ-95-Ywn"/>
</connections>
</menuItem>
<menuItem title="Superscript" id="Rqc-34-cIF">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="superscript:" target="Ady-hI-5gd" id="3qV-fo-wpU"/>
</connections>
</menuItem>
<menuItem title="Subscript" id="I0S-gh-46l">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="subscript:" target="Ady-hI-5gd" id="Q6W-4W-IGz"/>
</connections>
</menuItem>
<menuItem title="Raise" id="2h7-ER-AoG">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="raiseBaseline:" target="Ady-hI-5gd" id="4sk-31-7Q9"/>
</connections>
</menuItem>
<menuItem title="Lower" id="1tx-W0-xDw">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="lowerBaseline:" target="Ady-hI-5gd" id="OF1-bc-KW4"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem isSeparatorItem="YES" id="Ndw-q3-faq"/>
<menuItem title="Show Colors" keyEquivalent="C" id="bgn-CT-cEk">
<connections>
<action selector="orderFrontColorPanel:" target="Ady-hI-5gd" id="mSX-Xz-DV3"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="iMs-zA-UFJ"/>
<menuItem title="Copy Style" keyEquivalent="c" id="5Vv-lz-BsD">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="copyFont:" target="Ady-hI-5gd" id="GJO-xA-L4q"/>
</connections>
</menuItem>
<menuItem title="Paste Style" keyEquivalent="v" id="vKC-jM-MkH">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="pasteFont:" target="Ady-hI-5gd" id="JfD-CL-leO"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Text" id="Fal-I4-PZk">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Text" id="d9c-me-L2H">
<items>
<menuItem title="Align Left" keyEquivalent="{" id="ZM1-6Q-yy1">
<connections>
<action selector="alignLeft:" target="Ady-hI-5gd" id="zUv-R1-uAa"/>
</connections>
</menuItem>
<menuItem title="Center" keyEquivalent="|" id="VIY-Ag-zcb">
<connections>
<action selector="alignCenter:" target="Ady-hI-5gd" id="spX-mk-kcS"/>
</connections>
</menuItem>
<menuItem title="Justify" id="J5U-5w-g23">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="alignJustified:" target="Ady-hI-5gd" id="ljL-7U-jND"/>
</connections>
</menuItem>
<menuItem title="Align Right" keyEquivalent="}" id="wb2-vD-lq4">
<connections>
<action selector="alignRight:" target="Ady-hI-5gd" id="r48-bG-YeY"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="4s2-GY-VfK"/>
<menuItem title="Writing Direction" id="H1b-Si-o9J">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Writing Direction" id="8mr-sm-Yjd">
<items>
<menuItem title="Paragraph" enabled="NO" id="ZvO-Gk-QUH">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem id="YGs-j5-SAR">
<string key="title"> Default</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeBaseWritingDirectionNatural:" target="Ady-hI-5gd" id="qtV-5e-UBP"/>
</connections>
</menuItem>
<menuItem id="Lbh-J2-qVU">
<string key="title"> Left to Right</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeBaseWritingDirectionLeftToRight:" target="Ady-hI-5gd" id="S0X-9S-QSf"/>
</connections>
</menuItem>
<menuItem id="jFq-tB-4Kx">
<string key="title"> Right to Left</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeBaseWritingDirectionRightToLeft:" target="Ady-hI-5gd" id="5fk-qB-AqJ"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="swp-gr-a21"/>
<menuItem title="Selection" enabled="NO" id="cqv-fj-IhA">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem id="Nop-cj-93Q">
<string key="title"> Default</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeTextWritingDirectionNatural:" target="Ady-hI-5gd" id="lPI-Se-ZHp"/>
</connections>
</menuItem>
<menuItem id="BgM-ve-c93">
<string key="title"> Left to Right</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeTextWritingDirectionLeftToRight:" target="Ady-hI-5gd" id="caW-Bv-w94"/>
</connections>
</menuItem>
<menuItem id="RB4-Sm-HuC">
<string key="title"> Right to Left</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeTextWritingDirectionRightToLeft:" target="Ady-hI-5gd" id="EXD-6r-ZUu"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem isSeparatorItem="YES" id="fKy-g9-1gm"/>
<menuItem title="Show Ruler" id="vLm-3I-IUL">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleRuler:" target="Ady-hI-5gd" id="FOx-HJ-KwY"/>
</connections>
</menuItem>
<menuItem title="Copy Ruler" keyEquivalent="c" id="MkV-Pr-PK5">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="copyRuler:" target="Ady-hI-5gd" id="71i-fW-3W2"/>
</connections>
</menuItem>
<menuItem title="Paste Ruler" keyEquivalent="v" id="LVM-kO-fVI">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="pasteRuler:" target="Ady-hI-5gd" id="cSh-wd-qM2"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="View" id="H8h-7b-M4v">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="View" id="HyV-fh-RgO">
<items>
<menuItem title="Show Toolbar" keyEquivalent="t" id="snW-S8-Cw5">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="toggleToolbarShown:" target="Ady-hI-5gd" id="BXY-wc-z0C"/>
</connections>
</menuItem>
<menuItem title="Customize Toolbar…" id="1UK-8n-QPP">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="runToolbarCustomizationPalette:" target="Ady-hI-5gd" id="pQI-g3-MTW"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="hB3-LF-h0Y"/>
<menuItem title="Show Sidebar" keyEquivalent="s" id="kIP-vf-haE">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="toggleSidebar:" target="Ady-hI-5gd" id="iwa-gc-5KM"/>
</connections>
</menuItem>
<menuItem title="Enter Full Screen" keyEquivalent="f" id="4J7-dP-txa">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="toggleFullScreen:" target="Ady-hI-5gd" id="dU3-MA-1Rq"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Window" id="aUF-d1-5bR">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Window" systemMenu="window" id="Td7-aD-5lo">
<items>
<menuItem title="Minimize" keyEquivalent="m" id="OY7-WF-poV">
<connections>
<action selector="performMiniaturize:" target="Ady-hI-5gd" id="VwT-WD-YPe"/>
</connections>
</menuItem>
<menuItem title="Zoom" id="R4o-n2-Eq4">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="performZoom:" target="Ady-hI-5gd" id="DIl-cC-cCs"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="eu3-7i-yIM"/>
<menuItem title="Bring All to Front" id="LE2-aR-0XJ">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="arrangeInFront:" target="Ady-hI-5gd" id="DRN-fu-gQh"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Help" id="wpr-3q-Mcd">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ">
<items>
<menuItem title="Contoso.Forms.Demo.MacOS Help" keyEquivalent="?" id="FKE-Sm-Kum">
<connections>
<action selector="showHelp:" target="Ady-hI-5gd" id="y7X-2Q-9no"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
</items>
</menu>
<connections>
<outlet property="delegate" destination="Voe-Tx-rLC" id="PrD-fu-P6m"/>
</connections>
</application>
<customObject id="Voe-Tx-rLC" customClass="AppDelegate"/>
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
<customObject id="Ady-hI-5gd" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="75" y="0.0"/>
</scene>
<!--Window Controller-->
<scene sceneID="R2V-B0-nI4">
<objects>
<windowController id="B8D-0N-5wS" sceneMemberID="viewController">
<window key="window" title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="480" height="270"/>
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
<connections>
<outlet property="delegate" destination="B8D-0N-5wS" id="98r-iN-zZc"/>
</connections>
</window>
<connections>
<segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/>
</connections>
</windowController>
<customObject id="Oky-zY-oP4" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="75" y="250"/>
</scene>
<!--View Controller-->
<scene sceneID="hIz-AP-VOD">
<objects>
<viewController id="XfG-lQ-9wD" customClass="ViewController" sceneMemberID="viewController">
<view key="view" wantsLayer="YES" id="m2S-Jp-Qdl">
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
<autoresizingMask key="autoresizingMask"/>
</view>
</viewController>
<customObject id="rPt-NT-nkU" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="75" y="655"/>
</scene>
</scenes>
</document>

Просмотреть файл

@ -0,0 +1,37 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using AppKit;
using Foundation;
namespace Contoso.Forms.Demo.MacOS
{
public partial class ViewController : NSViewController
{
public ViewController(IntPtr handle) : base(handle)
{
}
public override void ViewDidLoad()
{
base.ViewDidLoad();
// Do any additional setup after loading the view.
}
public override NSObject RepresentedObject
{
get
{
return base.RepresentedObject;
}
set
{
base.RepresentedObject = value;
// Update the view, if already loaded.
}
}
}
}

Просмотреть файл

@ -0,0 +1,15 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Foundation;
namespace Contoso.Forms.Demo.MacOS
{
[Register("ViewController")]
partial class ViewController
{
void ReleaseDesignerOutlets()
{
}
}
}

Просмотреть файл

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AppCenter" version="4.4.1-r0007-917b739" targetFramework="xamarinmac20" />
<package id="Microsoft.AppCenter.Analytics" version="4.4.1-r0007-917b739" targetFramework="xamarinmac20" />
<package id="Microsoft.AppCenter.Crashes" version="4.4.1-r0007-917b739" targetFramework="xamarinmac20" />
<package id="Microsoft.AppCenter.DistributePlay" version="4.4.1-r0007-917b739" targetFramework="xamarinmac20" />
<package id="Xamarin.Forms" version="5.0.0.2125" targetFramework="xamarinmac20" />
</packages>

Просмотреть файл

@ -2,16 +2,16 @@
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Contoso.Forms.Demo.AddPropertyContentPage">
<StackLayout Padding="20">
<StackLayout Margin="0, 100, 0, 16" Padding="20">
<StackLayout Orientation="Horizontal">
<Label Text="Property Name" HorizontalOptions="Start" VerticalOptions="Center" WidthRequest="120" />
<Entry HorizontalOptions="FillAndExpand" x:Name="NameEntry" />
<Label FontSize="Small" Text="Property Name" HorizontalOptions="Start" VerticalOptions="Center" WidthRequest="120" />
<Entry FontSize="Small" HorizontalOptions="FillAndExpand" x:Name="NameEntry" />
</StackLayout>
<StackLayout Orientation="Horizontal">
<Label Text="Property Value" HorizontalOptions="Start" VerticalOptions="Center" WidthRequest="120" />
<Entry HorizontalOptions="FillAndExpand" x:Name="ValueEntry" />
<Label FontSize="Small" Text="Property Value" HorizontalOptions="Start" VerticalOptions="Center" WidthRequest="120" />
<Entry FontSize="Small" HorizontalOptions="FillAndExpand" x:Name="ValueEntry" />
</StackLayout>
<Button Text="Add Property" Clicked="AddProperty" FontAttributes="Bold" Margin="0,20,0,0" />
<Button Text="Cancel" TextColor="Red" Clicked="Cancel" />
<Button FontSize="Small" Text="Add Property" Clicked="AddProperty" FontAttributes="Bold" Padding="0, 4, 0, 8" />
<Button FontSize="Small" Text="Cancel" TextColor="Red" Clicked="Cancel" Padding="0, 4, 0, 8" />
</StackLayout>
</ContentPage>

Просмотреть файл

@ -22,6 +22,7 @@ namespace Contoso.Forms.Demo
public partial class App
{
public const string LogTag = "AppCenterXamarinDemo";
private Task<string> dialog = null;
// OneCollector secrets
static readonly IReadOnlyDictionary<string, string> OneCollectorTokens = new Dictionary<string, string>
@ -34,7 +35,8 @@ namespace Contoso.Forms.Demo
{
{ XamarinDevice.UWP, "5bce20c8-f00b-49ca-8580-7a49d5705d4c" },
{ XamarinDevice.Android, "987b5941-4fac-4968-933e-98a7ff29237c" },
{ XamarinDevice.iOS, "fe2bf05d-f4f9-48a6-83d9-ea8033fbb644" }
{ XamarinDevice.iOS, "fe2bf05d-f4f9-48a6-83d9-ea8033fbb644" },
{ XamarinDevice.macOS, "f4b8380f-710c-40b9-a494-f351510e3123" }
};
public App()
@ -112,7 +114,7 @@ namespace Contoso.Forms.Demo
private string GetAppCenterTokenString()
{
return $"uwp={AppSecrets[XamarinDevice.UWP]};android={AppSecrets[XamarinDevice.Android]};ios={AppSecrets[XamarinDevice.iOS]}";
return $"uwp={AppSecrets[XamarinDevice.UWP]};android={AppSecrets[XamarinDevice.Android]};ios={AppSecrets[XamarinDevice.iOS]};macos={AppSecrets[XamarinDevice.macOS]}";
}
private string GetTokensString()
@ -154,7 +156,15 @@ namespace Contoso.Forms.Demo
{
XamarinDevice.BeginInvokeOnMainThread(() =>
{
Current.MainPage.DisplayActionSheet("Crash detected. Send anonymous crash report?", null, null, "Send", "Always Send", "Don't Send").ContinueWith((arg) =>
if (XamarinDevice.RuntimePlatform == XamarinDevice.macOS)
{
dialog = Current.MainPage.DisplayActionSheet("Crash detected. Send anonymous crash report?", "Send", "Always Send");
}
else
{
Current.MainPage.DisplayActionSheet("Crash detected. Send anonymous crash report?", null, null, "Send", "Always Send", "Don't Send");
}
dialog.ContinueWith((arg) =>
{
var answer = arg.Result;
UserConfirmation userConfirmationSelection;

Просмотреть файл

@ -3,24 +3,23 @@
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Contoso.Forms.Demo.AnalyticsContentPage">
<TableView Intent="Form">
<TableSection Title="Analytics Settings">
<SwitchCell Text="Analytics Enabled" On="true" x:Name="EnabledSwitchCell" OnChanged="UpdateEnabled" />
</TableSection>
<TableSection Title="Tracking Events">
<EntryCell Label="Event Name" HorizontalTextAlignment="Start" x:Name="EventNameCell" />
<ViewCell Tapped="PropertiesCellTapped">
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="Properties" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label Text="0" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="NumPropertiesLabel" />
</StackLayout>
</ViewCell>
<ViewCell Tapped="AddProperty">
<Button Text="Add Property" Clicked="AddProperty" InputTransparent="true" />
</ViewCell>
<ViewCell Tapped="TrackEvent">
<Button Text="Track Event" InputTransparent="true" Clicked="TrackEvent" FontAttributes="Bold" />
</ViewCell>
</TableSection>
</TableView>
<StackLayout Orientation="Vertical" Padding="16">
<StackLayout Orientation="Vertical">
<Label Text="Analytics Settings"/>
<StackLayout Margin="0, 16, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" HorizontalOptions="Start" Text="Analytics Enabled"/>
<Switch HorizontalOptions="EndAndExpand" IsToggled="true" x:Name="EnabledSwitchCell" Toggled="UpdateEnabled" />
</StackLayout>
</StackLayout>
<StackLayout Orientation="Vertical">
<Label Margin="0, 16, 0, 0" Text="Tracking Events"/>
<Entry Margin="0, 8, 0, 0" FontSize="Small" Text="Event Name" HorizontalTextAlignment="Start" x:Name="EventNameCell"/>
<StackLayout Orientation="Horizontal" Margin="0, 16, 0, 16">
<Label FontSize="Small" Text="Properties" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label FontSize="Small" Text="0" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="NumPropertiesLabel" />
</StackLayout>
</StackLayout>
<Button Text="Add Property" Padding="0, 8, 0, 8" Clicked="AddProperty" />
<Button Text="Track Event" Padding="0, 8, 0, 8" Clicked="TrackEvent" FontAttributes="Bold" />
</StackLayout>
</ContentPage>

Просмотреть файл

@ -30,7 +30,7 @@ namespace Contoso.Forms.Demo
protected override async void OnAppearing()
{
base.OnAppearing();
EnabledSwitchCell.On = await Analytics.IsEnabledAsync();
EnabledSwitchCell.IsToggled = await Analytics.IsEnabledAsync();
EnabledSwitchCell.IsEnabled = await AppCenter.IsEnabledAsync();
}

Просмотреть файл

@ -1,33 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage Title="App Center" xmlns:local="clr-namespace:Contoso.Forms.Demo" xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Contoso.Forms.Demo.AppCenterContentPage">
<TableView Intent="Form">
<TableSection Title="AppCenter Settings">
<SwitchCell Text="AppCenter Enabled" On="true" x:Name="AppCenterEnabledSwitchCell" OnChanged="UpdateEnabled" />
<SwitchCell Text="Allow network requests" On="true" x:Name="AllowedNetworkRequestSwitchCell" OnChanged="AllowedNetworkRequestEnabled" />
</TableSection>
<TableSection Title="Startup type">
<ViewCell>
<Picker x:Name="StartTypePicker" Title="Start Type" PropertyChanged="ChangeStartType" />
</ViewCell>
</TableSection>
<TableSection Title="Misc">
<ViewCell>
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="User Id" HorizontalOptions="FillAndExpand" VerticalOptions="Center" />
<Entry x:Name="UserIdEntry" Margin="4, 0, 4, 0" HorizontalOptions="FillAndExpand" VerticalOptions="Center" HorizontalTextAlignment="End" />
</StackLayout>
</ViewCell>
<ViewCell>
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="Storage Max Size" HorizontalOptions="FillAndExpand" VerticalOptions="Center" />
<Entry x:Name="StorageMaxSize" Margin="4, 0, 4, 0" HorizontalOptions="FillAndExpand" VerticalOptions="Center" HorizontalTextAlignment="End" />
</StackLayout>
</ViewCell>
<ViewCell>
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Button Text="Save Storage Size" Clicked="SaveStorageSize_Clicked"/>
</StackLayout>
</ViewCell>
</TableSection>
</TableView>
<StackLayout Orientation="Vertical" Padding="16">
<StackLayout Orientation="Vertical">
<Label Text="App Center Settings"/>
<StackLayout Margin="0, 16, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" HorizontalOptions="Start" Text="AppCenter Enabled"/>
<Switch HorizontalOptions="EndAndExpand" IsToggled="true" x:Name="AppCenterEnabledSwitchCell" Toggled="UpdateEnabled" />
</StackLayout>
<StackLayout Margin="0, 16, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" HorizontalOptions="Start" Text="Allow network requests"/>
<Switch HorizontalOptions="EndAndExpand" IsToggled="true" x:Name="AllowedNetworkRequestSwitchCell" Toggled="AllowedNetworkRequestEnabled" />
</StackLayout>
</StackLayout>
<StackLayout>
<Picker x:Name="StartTypePicker" Title="Start Type" Margin="0, 16, 0, 16" PropertyChanged="ChangeStartType" />
</StackLayout>
<StackLayout Orientation="Horizontal">
<Label FontSize="Small" Text="User Id" HorizontalOptions="FillAndExpand" VerticalOptions="Center" />
<Entry FontSize="Small" x:Name="UserIdEntry" Margin="4, 0, 4, 0" HorizontalOptions="FillAndExpand" VerticalOptions="Center" HorizontalTextAlignment="End" />
</StackLayout>
<StackLayout Margin="0, 8, 0, 4" Orientation="Horizontal">
<Label FontSize="Small" Text="Storage Max Size" HorizontalOptions="FillAndExpand" VerticalOptions="Center" />
<Entry FontSize="Small" x:Name="StorageMaxSize" Margin="4, 0, 4, 0" HorizontalOptions="FillAndExpand" VerticalOptions="Center" HorizontalTextAlignment="End" />
</StackLayout>
<Button Text="Save Storage Size" Padding="16, 8, 16, 8" Clicked="SaveStorageSize_Clicked"/>
</StackLayout>
</ContentPage>

Просмотреть файл

@ -32,8 +32,8 @@ namespace Contoso.Forms.Demo
protected override async void OnAppearing()
{
base.OnAppearing();
AppCenterEnabledSwitchCell.On = await AppCenter.IsEnabledAsync();
AllowedNetworkRequestSwitchCell.On = AppCenter.IsNetworkRequestsAllowed;
AppCenterEnabledSwitchCell.IsToggled = await AppCenter.IsEnabledAsync();
AllowedNetworkRequestSwitchCell.IsToggled = AppCenter.IsNetworkRequestsAllowed;
if (Application.Current.Properties.ContainsKey(Constants.UserId) && Application.Current.Properties[Constants.UserId] is string id)
{
UserIdEntry.Text = id;

Просмотреть файл

@ -1,72 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage Title="Crashes" xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Contoso.Forms.Demo.CrashesContentPage">
<TableView Intent="Form">
<TableSection Title="Crashes Settings">
<SwitchCell Text="Crashes Enabled" On="true" x:Name="CrashesEnabledSwitchCell" OnChanged="UpdateEnabled" />
<SwitchCell Text="Handle Exceptions" On="false" x:Name="HandleExceptionsSwitchCell" />
<ViewCell Tapped="TextAttachment">
<Button Text="Text Attachment" x:Name="TextAttachmentButton" Clicked="TextAttachment" />
</ViewCell>
<ViewCell>
<Label Text="" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="TextAttachmentContent"/>
</ViewCell>
<ViewCell Tapped="FileAttachment">
<Button Text="Binary Attachment (use Picture Library)" x:Name="FileAttachmentButton" Clicked="FileAttachment" />
</ViewCell>
<ViewCell>
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="Binary Attachment File Path" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label Text="No File Selected" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="BinaryAttachmentFilePathLabel"/>
<ScrollView>
<StackLayout Orientation="Vertical" Padding="16">
<StackLayout Orientation="Vertical">
<Label Text="Crashes Settings"/>
<StackLayout Margin="0, 8, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" HorizontalOptions="Start" Text="Crashes Enabled"/>
<Switch HorizontalOptions="EndAndExpand" IsToggled="true" x:Name="CrashesEnabledSwitchCell" Toggled="UpdateEnabled" />
</StackLayout>
</ViewCell>
<ViewCell Tapped="PropertiesCellTapped">
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="Properties" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label Text="0" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="NumPropertiesLabel" />
<StackLayout Margin="0, 8, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" HorizontalOptions="Start" Text="Handle Exceptions"/>
<Switch HorizontalOptions="EndAndExpand" IsToggled="False" x:Name="HandleExceptionsSwitchCell" />
</StackLayout>
</ViewCell>
<ViewCell Tapped="AddProperty">
<Button Text="Add Property" Clicked="AddProperty" InputTransparent="true" />
</ViewCell>
</TableSection>
<TableSection Title="Test Crashes">
<ViewCell Tapped="TestException">
<Button Text="Generate Test Exception" InputTransparent="true" Clicked="TestException" />
</ViewCell>
<ViewCell Tapped="DivideByZero">
<Button Text="Divide 42 by 0" InputTransparent="true" Clicked="DivideByZero" />
</ViewCell>
<ViewCell Tapped="AggregateException">
<Button Text="Aggregate Exception" InputTransparent="true" Clicked="AggregateException" />
</ViewCell>
<ViewCell Tapped="NullReferenceException">
<Button Text="NullReferenceException" InputTransparent="true" Clicked="NullReferenceException" />
</ViewCell>
<ViewCell Tapped="CatchNullReferenceException">
<Button Text="Test Catching NullReferenceException" InputTransparent="true" Clicked="CatchNullReferenceException" />
</ViewCell>
<ViewCell Tapped="AsyncException">
<Button Text="Exception Inside Async Task" InputTransparent="true" Clicked="AsyncException" />
</ViewCell>
<ViewCell Tapped="ClassLibException">
<Button Text="Exception Inside Another Lib" InputTransparent="true" Clicked="ClassLibException" />
</ViewCell>
</TableSection>
<TableSection Title="Memory warning">
<ViewCell>
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="Has received low memory warning" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label Text="No" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="MemoryWarningLabel"/>
<StackLayout Orientation="Vertical">
<Button Padding="0, 8, 0, 8" Text="Text Attachment" x:Name="TextAttachmentButton" Clicked="TextAttachment" />
<Label FontSize="Small" Text="" HorizontalOptions="StartAndExpand" VerticalOptions="Center" VerticalTextAlignment="Start" TextColor="Gray" x:Name="TextAttachmentContent"/>
</StackLayout>
</ViewCell>
<ViewCell Tapped="MemoryWarningTrigger">
<Button Text="Trigger low memory warning" InputTransparent="true" Clicked="MemoryWarningTrigger" />
</ViewCell>
</TableSection>
<TableSection Title="Clear Crash">
<ViewCell Tapped="ClearCrashUserConfirmation">
<Button Text="Clear Crash User Confirmation" InputTransparent="True" Clicked="ClearCrashUserConfirmation"/>
</ViewCell>
</TableSection>
</TableView>
<StackLayout Orientation="Vertical">
<Button Padding="0, 8, 0, 8" Text="Binary Attachment (use Picture Library)" x:Name="FileAttachmentButton" Clicked="FileAttachment" />
<Label FontSize="Small" Text="No File Selected" HorizontalOptions="StartAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="BinaryAttachmentFilePathLabel"/>
</StackLayout>
<StackLayout Padding="0, 8, 0, 8" Orientation="Vertical">
<StackLayout Orientation="Horizontal">
<Label FontSize="Small" Text="Properties" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label FontSize="Small" Text="0" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="NumPropertiesLabel" />
</StackLayout>
<Button Padding="0, 8, 0, 8" Text="Add Property" Clicked="AddProperty" />
</StackLayout>
<StackLayout Orientation="Vertical">
<Label Margin="0, 8, 0, 0" Text="Test Crashes"/>
<Button Padding="0, 8, 0, 8" Text="Generate Test Exception" Clicked="TestException" />
<Button Padding="0, 8, 0, 8" Text="Divide 42 by 0" Clicked="DivideByZero" />
<Button Padding="0, 8, 0, 8" Text="Aggregate Exception" Clicked="AggregateException" />
<Button Padding="0, 8, 0, 8" Text="NullReferenceException" Clicked="NullReferenceException" />
<Button Padding="0, 8, 0, 8" Text="Test Catching NullReferenceException" Clicked="CatchNullReferenceException" />
<Button Padding="0, 8, 0, 8" Text="Exception Inside Async Task" Clicked="AsyncException" />
<Button Padding="0, 8, 0, 8" Text="Exception Inside Another Lib" Clicked="ClassLibException" />
<StackLayout Margin="0, 8, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" Text="Has received low memory warning" HorizontalOptions="Start" VerticalOptions="Center" />
<Label FontSize="Small" Text="No" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="MemoryWarningLabel"/>
</StackLayout>
<Button Padding="0, 8, 0, 8" Text="Trigger low memory warning" Clicked="MemoryWarningTrigger" />
</StackLayout>
</StackLayout>
<Button Padding="0, 8, 0, 8" Text="Clear Crash User Confirmation" Clicked="ClearCrashUserConfirmation"/>
</StackLayout>
</ScrollView>
</ContentPage>

Просмотреть файл

@ -119,7 +119,7 @@ namespace Contoso.Forms.Demo
async void RefreshEnabled()
{
CrashesEnabledSwitchCell.On = await Crashes.IsEnabledAsync();
CrashesEnabledSwitchCell.IsToggled = await Crashes.IsEnabledAsync();
CrashesEnabledSwitchCell.IsEnabled = await AppCenter.IsEnabledAsync();
}
@ -134,7 +134,7 @@ namespace Contoso.Forms.Demo
{
action();
}
catch (Exception e) when (HandleExceptionsSwitchCell.On)
catch (Exception e) when (HandleExceptionsSwitchCell.IsToggled)
{
TrackException(e);
}
@ -229,7 +229,7 @@ namespace Contoso.Forms.Demo
{
await FakeService.DoStuffInBackground();
}
catch (Exception ex) when (HandleExceptionsSwitchCell.On)
catch (Exception ex) when (HandleExceptionsSwitchCell.IsToggled)
{
TrackException(ex);
}
@ -241,7 +241,7 @@ namespace Contoso.Forms.Demo
{
CrashUtils.BackgroundExceptionTask().RunSynchronously();
}
catch (Exception ex) when (HandleExceptionsSwitchCell.On)
catch (Exception ex) when (HandleExceptionsSwitchCell.IsToggled)
{
TrackException(ex);
}

Просмотреть файл

@ -2,14 +2,14 @@
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Contoso.Forms.Demo.Views.TextAttachmentView">
<StackLayout Orientation="Vertical" VerticalOptions="StartAndExpand" Padding="20">
<Label Text="Text Attachment" HorizontalOptions="Center" FontAttributes="Bold" Margin="10" />
<StackLayout Margin="0, 100, 0, 16" Orientation="Vertical" VerticalOptions="StartAndExpand" Padding="20">
<Label FontSize="Small" Text="Text Attachment" HorizontalOptions="Center" FontAttributes="Bold" Margin="10" />
<Frame Padding="5">
<Editor x:Name="Text" HeightRequest="100" />
</Frame>
<StackLayout Orientation="Horizontal" HorizontalOptions="Center" >
<Button WidthRequest="100" Text="OK" Clicked="OK" FontAttributes="Bold" />
<Button WidthRequest="100" Text="Cancel" Clicked="Cancel" />
<Button FontSize="Small" WidthRequest="100" Text="OK" Clicked="OK" FontAttributes="Bold" Padding="0, 8, 0, 8" />
<Button FontSize="Small" WidthRequest="100" Text="Cancel" Clicked="Cancel" Padding="0, 8, 0, 8" />
</StackLayout>
</StackLayout>
</ContentPage>

Просмотреть файл

@ -0,0 +1,69 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using AppKit;
using Contoso.Forms.Puppet.MacOS;
using Foundation;
using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics.MacOS.Bindings;
using Xamarin.Forms;
[assembly: Dependency(typeof(AppDelegate))]
namespace Contoso.Forms.Puppet.MacOS
{
[Register("AppDelegate")]
public class AppDelegate : Xamarin.Forms.Platform.MacOS.FormsApplicationDelegate, IClearCrashClick
{
private const string CrashesUserConfirmationStorageKey = "MSAppCenterCrashesUserConfirmation";
private const string ApplicationCrashOnExceptionsKey = "NSApplicationCrashOnExceptions";
NSPanel window;
public AppDelegate()
{
var style = NSWindowStyle.Closable | NSWindowStyle.Resizable | NSWindowStyle.Titled;
var rect = new CoreGraphics.CGRect(200, 1000, 1024, 768);
window = new NSPanel(rect, style, NSBackingStore.Buffered, false);
window.Title = "App Center Xamarin.Forms on Mac!";
window.TitleVisibility = NSWindowTitleVisibility.Hidden;
var plist = NSUserDefaults.StandardUserDefaults;
var dictionary = new NSDictionary<NSObject, NSObject>(NSObject.FromObject(true), new NSString(ApplicationCrashOnExceptionsKey));
plist.RegisterDefaults(dictionary);
}
public override NSWindow MainWindow
{
get { return window; }
}
public void ClearCrashButton()
{
NSUserDefaults.StandardUserDefaults.RemoveObject(CrashesUserConfirmationStorageKey);
}
public override void DidFinishLaunching(NSNotification notification)
{
Xamarin.Forms.Forms.Init();
MSACAnalytics.SetDelegate(new AnalyticsDelegate());
LoadApplication(new App());
base.DidFinishLaunching(notification);
}
public class AnalyticsDelegate : MSACAnalyticsDelegate
{
public override void WillSendEventLog(MSACAnalytics analytics, MSACEventLog eventLog)
{
AppCenterLog.Debug(App.LogTag, "Will send event");
}
public override void DidSucceedSendingEventLog(MSACAnalytics analytics, MSACEventLog eventLog)
{
AppCenterLog.Debug(App.LogTag, "Did send event");
}
public override void DidFailSendingEventLog(MSACAnalytics analytics, MSACEventLog eventLog, NSError error)
{
AppCenterLog.Debug(App.LogTag, "Failed to send event with error: " + error);
}
}
}
}

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 7.9 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 20 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 711 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 20 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 58 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 3.3 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 58 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 174 KiB

Просмотреть файл

@ -0,0 +1,68 @@
{
"images": [
{
"filename": "AppIcon-16.png",
"size": "16x16",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-16@2x.png",
"size": "16x16",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-32.png",
"size": "32x32",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-32@2x.png",
"size": "32x32",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-128.png",
"size": "128x128",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-128@2x.png",
"size": "128x128",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-256.png",
"size": "256x256",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-256@2x.png",
"size": "256x256",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-512.png",
"size": "512x512",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-512@2x.png",
"size": "512x512",
"scale": "2x",
"idiom": "mac"
}
],
"info": {
"version": 1,
"author": "xcode"
}
}

Просмотреть файл

@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Просмотреть файл

@ -0,0 +1,134 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\packages\Xamarin.Forms.5.0.0.2012\build\Xamarin.Forms.props" Condition="Exists('..\..\..\packages\Xamarin.Forms.5.0.0.2012\build\Xamarin.Forms.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C5B1AC34-F9F1-4C05-AF7A-CB84C16C5481}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>Contoso.Forms.Puppet.MacOS</RootNamespace>
<AssemblyName>Contoso.Forms.Puppet.MacOS</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CodeSigningKey>Mac Developer</CodeSigningKey>
<CreatePackage>false</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>false</IncludeMonoRuntime>
<UseSGen>true</UseSGen>
<UseRefCounting>true</UseRefCounting>
<Profiling>true</Profiling>
<HttpClientHandler></HttpClientHandler>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<DefineConstants></DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>true</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>true</IncludeMonoRuntime>
<UseSGen>true</UseSGen>
<UseRefCounting>true</UseRefCounting>
<CodeSignEntitlements>Entitlements.plist</CodeSignEntitlements>
<LinkMode>SdkOnly</LinkMode>
<HttpClientHandler></HttpClientHandler>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.Mac" />
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2012\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform">
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2012\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform.macOS">
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2012\lib\Xamarin.Mac\Xamarin.Forms.Platform.macOS.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml">
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2012\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512%402x.png" />
<ImageAsset Include="Assets.xcassets\Contents.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
<None Include="Entitlements.plist" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
<Compile Include="ViewController.cs" />
<Compile Include="ViewController.designer.cs">
<DependentUpon>ViewController.cs</DependentUpon>
</Compile>
<Compile Include="FilePicker.cs" />
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="Main.storyboard" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Contoso.Forms.Puppet\Contoso.Forms.Puppet.csproj">
<Project>{92313C69-3BC4-4276-A1C8-100C86183F12}</Project>
<Name>Contoso.Forms.Puppet</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.MacOS\Microsoft.AppCenter.Analytics.MacOS.csproj">
<Project>{EE438174-EE11-432E-9225-5B4EA80A7917}</Project>
<Name>Microsoft.AppCenter.Analytics.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.MacOS.Bindings\Microsoft.AppCenter.Analytics.MacOS.Bindings.csproj">
<Project>{D00918DD-BAC4-4AD4-A866-056CBE780AB2}</Project>
<Name>Microsoft.AppCenter.Analytics.MacOS.Bindings</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.MacOS\Microsoft.AppCenter.Crashes.MacOS.csproj">
<Project>{0635DC94-08B3-458F-B466-3524132601EB}</Project>
<Name>Microsoft.AppCenter.Crashes.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.MacOS.Bindings\Microsoft.AppCenter.Crashes.MacOS.Bindings.csproj">
<Project>{85C929EF-7FF4-4C43-967E-DFA816EFF5E4}</Project>
<Name>Microsoft.AppCenter.Crashes.MacOS.Bindings</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\SDK\AppCenter\Microsoft.AppCenter.MacOS\Microsoft.AppCenter.MacOS.csproj">
<Project>{727A9E5A-566A-4DC5-B62B-8F7CA17661B8}</Project>
<Name>Microsoft.AppCenter.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\SDK\AppCenter\Microsoft.AppCenter.MacOS.Bindings\Microsoft.AppCenter.MacOS.Bindings.csproj">
<Project>{E97116CF-0A1F-41B0-A5A2-A5C4A3464BD4}</Project>
<Name>Microsoft.AppCenter.MacOS.Bindings</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
<Import Project="..\..\..\packages\Xamarin.Forms.5.0.0.2012\build\Xamarin.Forms.targets" Condition="Exists('..\..\..\packages\Xamarin.Forms.5.0.0.2012\build\Xamarin.Forms.targets')" />
</Project>

Просмотреть файл

@ -0,0 +1,6 @@
<?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>
</plist>

Просмотреть файл

@ -0,0 +1,55 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Contoso.Forms.Puppet.MacOS;
using Foundation;
using MobileCoreServices;
using Xamarin.Forms;
// Make this class visible to the DependencyService manager.
[assembly: Dependency(typeof(FilePicker))]
namespace Contoso.Forms.Puppet.MacOS
{
public class FilePicker : IFilePicker
{
private string mockUri = "file://mock.url";
public FilePicker()
{
}
public string GetFileDescription(string file)
{
if (string.IsNullOrEmpty(file))
{
return null;
}
var fileSize = file.Length;
return NSByteCountFormatter.Format(fileSize, NSByteCountFormatterCountStyle.Binary);
}
public async Task<string> PickFile()
{
var taskCompletionSource = new TaskCompletionSource<string>();
taskCompletionSource.SetResult(mockUri);
return await taskCompletionSource.Task;
}
public Tuple<byte[], string, string> ReadFile(string file)
{
var dataUti = file;
var data = new NSData(file, NSDataBase64DecodingOptions.None);
var extension = "txt";
var uti = UTType.CreatePreferredIdentifier(UTType.TagClassFilenameExtension, extension, null);
var mime = UTType.GetPreferredTag(uti, UTType.TagClassMIMEType);
var dataBytes = new byte[data.Length];
Marshal.Copy(data.Bytes, dataBytes, 0, Convert.ToInt32(data.Length));
var result = new Tuple<byte[], string, string>(dataBytes, dataUti, mime);
return result;
}
}
}

Просмотреть файл

@ -0,0 +1,32 @@
<?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>CFBundleName</key>
<string>Contoso.Forms.Puppet.MacOS</string>
<key>CFBundleIdentifier</key>
<string>com.microsoft.appcenter.Contoso-Forms-Puppet-MacOS</string>
<key>CFBundleShortVersionString</key>
<string>4.4.1</string>
<key>CFBundleVersion</key>
<string>4.4.1</string>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<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>NSHumanReadableCopyright</key>
<string>${AuthorCopyright:HtmlEncode}</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
</dict>
</plist>

Просмотреть файл

@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using AppKit;
namespace Contoso.Forms.Puppet.MacOS
{
static class MainClass
{
static void Main(string[] args)
{
NSApplication.Init();
NSApplication.SharedApplication.Delegate = new AppDelegate();
NSApplication.Main(args);
}
}
}

Просмотреть файл

@ -0,0 +1,719 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Application-->
<scene sceneID="JPo-4y-FX3">
<objects>
<application id="hnw-xV-0zn" sceneMemberID="viewController">
<menu key="mainMenu" title="Main Menu" systemMenu="main" id="AYu-sK-qS6">
<items>
<menuItem title="Contoso.Forms.Puppet.MacOS" id="1Xt-HY-uBw">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Contoso.Forms.Puppet.MacOS" systemMenu="apple" id="uQy-DD-JDr">
<items>
<menuItem title="About Contoso.Forms.Puppet.MacOS" id="5kV-Vb-QxS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/>
<menuItem title="Preferences…" keyEquivalent="," id="BOF-NM-1cW"/>
<menuItem isSeparatorItem="YES" id="wFC-TO-SCJ"/>
<menuItem title="Services" id="NMo-om-nkz">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Services" systemMenu="services" id="hz9-B4-Xy5"/>
</menuItem>
<menuItem isSeparatorItem="YES" id="4je-JR-u6R"/>
<menuItem title="Hide Contoso.Forms.Puppet.MacOS" keyEquivalent="h" id="Olw-nP-bQN">
<connections>
<action selector="hide:" target="Ady-hI-5gd" id="PnN-Uc-m68"/>
</connections>
</menuItem>
<menuItem title="Hide Others" keyEquivalent="h" id="Vdr-fp-XzO">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="hideOtherApplications:" target="Ady-hI-5gd" id="VT4-aY-XCT"/>
</connections>
</menuItem>
<menuItem title="Show All" id="Kd2-mp-pUS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="unhideAllApplications:" target="Ady-hI-5gd" id="Dhg-Le-xox"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
<menuItem title="Quit Contoso.Forms.Puppet.MacOS" keyEquivalent="q" id="4sb-4s-VLi">
<connections>
<action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="File" id="dMs-cI-mzQ">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="File" id="bib-Uj-vzu">
<items>
<menuItem title="New" keyEquivalent="n" id="Was-JA-tGl">
<connections>
<action selector="newDocument:" target="Ady-hI-5gd" id="4Si-XN-c54"/>
</connections>
</menuItem>
<menuItem title="Open…" keyEquivalent="o" id="IAo-SY-fd9">
<connections>
<action selector="openDocument:" target="Ady-hI-5gd" id="bVn-NM-KNZ"/>
</connections>
</menuItem>
<menuItem title="Open Recent" id="tXI-mr-wws">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Open Recent" systemMenu="recentDocuments" id="oas-Oc-fiZ">
<items>
<menuItem title="Clear Menu" id="vNY-rz-j42">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="clearRecentDocuments:" target="Ady-hI-5gd" id="Daa-9d-B3U"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem isSeparatorItem="YES" id="m54-Is-iLE"/>
<menuItem title="Close" keyEquivalent="w" id="DVo-aG-piG">
<connections>
<action selector="performClose:" target="Ady-hI-5gd" id="HmO-Ls-i7Q"/>
</connections>
</menuItem>
<menuItem title="Save…" keyEquivalent="s" id="pxx-59-PXV">
<connections>
<action selector="saveDocument:" target="Ady-hI-5gd" id="teZ-XB-qJY"/>
</connections>
</menuItem>
<menuItem title="Save As…" keyEquivalent="S" id="Bw7-FT-i3A">
<connections>
<action selector="saveDocumentAs:" target="Ady-hI-5gd" id="mDf-zr-I0C"/>
</connections>
</menuItem>
<menuItem title="Revert to Saved" keyEquivalent="r" id="KaW-ft-85H">
<connections>
<action selector="revertDocumentToSaved:" target="Ady-hI-5gd" id="iJ3-Pv-kwq"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="aJh-i4-bef"/>
<menuItem title="Page Setup…" keyEquivalent="P" id="qIS-W8-SiK">
<modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
<connections>
<action selector="runPageLayout:" target="Ady-hI-5gd" id="Din-rz-gC5"/>
</connections>
</menuItem>
<menuItem title="Print…" keyEquivalent="p" id="aTl-1u-JFS">
<connections>
<action selector="print:" target="Ady-hI-5gd" id="qaZ-4w-aoO"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Edit" id="5QF-Oa-p0T">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Edit" id="W48-6f-4Dl">
<items>
<menuItem title="Undo" keyEquivalent="z" id="dRJ-4n-Yzg">
<connections>
<action selector="undo:" target="Ady-hI-5gd" id="M6e-cu-g7V"/>
</connections>
</menuItem>
<menuItem title="Redo" keyEquivalent="Z" id="6dh-zS-Vam">
<connections>
<action selector="redo:" target="Ady-hI-5gd" id="oIA-Rs-6OD"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="WRV-NI-Exz"/>
<menuItem title="Cut" keyEquivalent="x" id="uRl-iY-unG">
<connections>
<action selector="cut:" target="Ady-hI-5gd" id="YJe-68-I9s"/>
</connections>
</menuItem>
<menuItem title="Copy" keyEquivalent="c" id="x3v-GG-iWU">
<connections>
<action selector="copy:" target="Ady-hI-5gd" id="G1f-GL-Joy"/>
</connections>
</menuItem>
<menuItem title="Paste" keyEquivalent="v" id="gVA-U4-sdL">
<connections>
<action selector="paste:" target="Ady-hI-5gd" id="UvS-8e-Qdg"/>
</connections>
</menuItem>
<menuItem title="Paste and Match Style" keyEquivalent="V" id="WeT-3V-zwk">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="pasteAsPlainText:" target="Ady-hI-5gd" id="cEh-KX-wJQ"/>
</connections>
</menuItem>
<menuItem title="Delete" id="pa3-QI-u2k">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="delete:" target="Ady-hI-5gd" id="0Mk-Ml-PaM"/>
</connections>
</menuItem>
<menuItem title="Select All" keyEquivalent="a" id="Ruw-6m-B2m">
<connections>
<action selector="selectAll:" target="Ady-hI-5gd" id="VNm-Mi-diN"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="uyl-h8-XO2"/>
<menuItem title="Find" id="4EN-yA-p0u">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Find" id="1b7-l0-nxx">
<items>
<menuItem title="Find…" tag="1" keyEquivalent="f" id="Xz5-n4-O0W">
<connections>
<action selector="performFindPanelAction:" target="Ady-hI-5gd" id="cD7-Qs-BN4"/>
</connections>
</menuItem>
<menuItem title="Find and Replace…" tag="12" keyEquivalent="f" id="YEy-JH-Tfz">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="performFindPanelAction:" target="Ady-hI-5gd" id="WD3-Gg-5AJ"/>
</connections>
</menuItem>
<menuItem title="Find Next" tag="2" keyEquivalent="g" id="q09-fT-Sye">
<connections>
<action selector="performFindPanelAction:" target="Ady-hI-5gd" id="NDo-RZ-v9R"/>
</connections>
</menuItem>
<menuItem title="Find Previous" tag="3" keyEquivalent="G" id="OwM-mh-QMV">
<connections>
<action selector="performFindPanelAction:" target="Ady-hI-5gd" id="HOh-sY-3ay"/>
</connections>
</menuItem>
<menuItem title="Use Selection for Find" tag="7" keyEquivalent="e" id="buJ-ug-pKt">
<connections>
<action selector="performFindPanelAction:" target="Ady-hI-5gd" id="U76-nv-p5D"/>
</connections>
</menuItem>
<menuItem title="Jump to Selection" keyEquivalent="j" id="S0p-oC-mLd">
<connections>
<action selector="centerSelectionInVisibleArea:" target="Ady-hI-5gd" id="IOG-6D-g5B"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Spelling and Grammar" id="Dv1-io-Yv7">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Spelling" id="3IN-sU-3Bg">
<items>
<menuItem title="Show Spelling and Grammar" keyEquivalent=":" id="HFo-cy-zxI">
<connections>
<action selector="showGuessPanel:" target="Ady-hI-5gd" id="vFj-Ks-hy3"/>
</connections>
</menuItem>
<menuItem title="Check Document Now" keyEquivalent=";" id="hz2-CU-CR7">
<connections>
<action selector="checkSpelling:" target="Ady-hI-5gd" id="fz7-VC-reM"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="bNw-od-mp5"/>
<menuItem title="Check Spelling While Typing" id="rbD-Rh-wIN">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleContinuousSpellChecking:" target="Ady-hI-5gd" id="7w6-Qz-0kB"/>
</connections>
</menuItem>
<menuItem title="Check Grammar With Spelling" id="mK6-2p-4JG">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleGrammarChecking:" target="Ady-hI-5gd" id="muD-Qn-j4w"/>
</connections>
</menuItem>
<menuItem title="Correct Spelling Automatically" id="78Y-hA-62v">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticSpellingCorrection:" target="Ady-hI-5gd" id="2lM-Qi-WAP"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Substitutions" id="9ic-FL-obx">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Substitutions" id="FeM-D8-WVr">
<items>
<menuItem title="Show Substitutions" id="z6F-FW-3nz">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="orderFrontSubstitutionsPanel:" target="Ady-hI-5gd" id="oku-mr-iSq"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="gPx-C9-uUO"/>
<menuItem title="Smart Copy/Paste" id="9yt-4B-nSM">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleSmartInsertDelete:" target="Ady-hI-5gd" id="3IJ-Se-DZD"/>
</connections>
</menuItem>
<menuItem title="Smart Quotes" id="hQb-2v-fYv">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticQuoteSubstitution:" target="Ady-hI-5gd" id="ptq-xd-QOA"/>
</connections>
</menuItem>
<menuItem title="Smart Dashes" id="rgM-f4-ycn">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticDashSubstitution:" target="Ady-hI-5gd" id="oCt-pO-9gS"/>
</connections>
</menuItem>
<menuItem title="Smart Links" id="cwL-P1-jid">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticLinkDetection:" target="Ady-hI-5gd" id="Gip-E3-Fov"/>
</connections>
</menuItem>
<menuItem title="Data Detectors" id="tRr-pd-1PS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticDataDetection:" target="Ady-hI-5gd" id="R1I-Nq-Kbl"/>
</connections>
</menuItem>
<menuItem title="Text Replacement" id="HFQ-gK-NFA">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleAutomaticTextReplacement:" target="Ady-hI-5gd" id="DvP-Fe-Py6"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Transformations" id="2oI-Rn-ZJC">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Transformations" id="c8a-y6-VQd">
<items>
<menuItem title="Make Upper Case" id="vmV-6d-7jI">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="uppercaseWord:" target="Ady-hI-5gd" id="sPh-Tk-edu"/>
</connections>
</menuItem>
<menuItem title="Make Lower Case" id="d9M-CD-aMd">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="lowercaseWord:" target="Ady-hI-5gd" id="iUZ-b5-hil"/>
</connections>
</menuItem>
<menuItem title="Capitalize" id="UEZ-Bs-lqG">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="capitalizeWord:" target="Ady-hI-5gd" id="26H-TL-nsh"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Speech" id="xrE-MZ-jX0">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Speech" id="3rS-ZA-NoH">
<items>
<menuItem title="Start Speaking" id="Ynk-f8-cLZ">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="startSpeaking:" target="Ady-hI-5gd" id="654-Ng-kyl"/>
</connections>
</menuItem>
<menuItem title="Stop Speaking" id="Oyz-dy-DGm">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="stopSpeaking:" target="Ady-hI-5gd" id="dX8-6p-jy9"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Format" id="jxT-CU-nIS">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Format" id="GEO-Iw-cKr">
<items>
<menuItem title="Font" id="Gi5-1S-RQB">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Font" systemMenu="font" id="aXa-aM-Jaq">
<items>
<menuItem title="Show Fonts" keyEquivalent="t" id="Q5e-8K-NDq">
<connections>
<action selector="orderFrontFontPanel:" target="YLy-65-1bz" id="WHr-nq-2xA"/>
</connections>
</menuItem>
<menuItem title="Bold" tag="2" keyEquivalent="b" id="GB9-OM-e27">
<connections>
<action selector="addFontTrait:" target="YLy-65-1bz" id="hqk-hr-sYV"/>
</connections>
</menuItem>
<menuItem title="Italic" tag="1" keyEquivalent="i" id="Vjx-xi-njq">
<connections>
<action selector="addFontTrait:" target="YLy-65-1bz" id="IHV-OB-c03"/>
</connections>
</menuItem>
<menuItem title="Underline" keyEquivalent="u" id="WRG-CD-K1S">
<connections>
<action selector="underline:" target="Ady-hI-5gd" id="FYS-2b-JAY"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="5gT-KC-WSO"/>
<menuItem title="Bigger" tag="3" keyEquivalent="+" id="Ptp-SP-VEL">
<connections>
<action selector="modifyFont:" target="YLy-65-1bz" id="Uc7-di-UnL"/>
</connections>
</menuItem>
<menuItem title="Smaller" tag="4" keyEquivalent="-" id="i1d-Er-qST">
<connections>
<action selector="modifyFont:" target="YLy-65-1bz" id="HcX-Lf-eNd"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="kx3-Dk-x3B"/>
<menuItem title="Kern" id="jBQ-r6-VK2">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Kern" id="tlD-Oa-oAM">
<items>
<menuItem title="Use Default" id="GUa-eO-cwY">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="useStandardKerning:" target="Ady-hI-5gd" id="6dk-9l-Ckg"/>
</connections>
</menuItem>
<menuItem title="Use None" id="cDB-IK-hbR">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="turnOffKerning:" target="Ady-hI-5gd" id="U8a-gz-Maa"/>
</connections>
</menuItem>
<menuItem title="Tighten" id="46P-cB-AYj">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="tightenKerning:" target="Ady-hI-5gd" id="hr7-Nz-8ro"/>
</connections>
</menuItem>
<menuItem title="Loosen" id="ogc-rX-tC1">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="loosenKerning:" target="Ady-hI-5gd" id="8i4-f9-FKE"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Ligatures" id="o6e-r0-MWq">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Ligatures" id="w0m-vy-SC9">
<items>
<menuItem title="Use Default" id="agt-UL-0e3">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="useStandardLigatures:" target="Ady-hI-5gd" id="7uR-wd-Dx6"/>
</connections>
</menuItem>
<menuItem title="Use None" id="J7y-lM-qPV">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="turnOffLigatures:" target="Ady-hI-5gd" id="iX2-gA-Ilz"/>
</connections>
</menuItem>
<menuItem title="Use All" id="xQD-1f-W4t">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="useAllLigatures:" target="Ady-hI-5gd" id="KcB-kA-TuK"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Baseline" id="OaQ-X3-Vso">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Baseline" id="ijk-EB-dga">
<items>
<menuItem title="Use Default" id="3Om-Ey-2VK">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="unscript:" target="Ady-hI-5gd" id="0vZ-95-Ywn"/>
</connections>
</menuItem>
<menuItem title="Superscript" id="Rqc-34-cIF">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="superscript:" target="Ady-hI-5gd" id="3qV-fo-wpU"/>
</connections>
</menuItem>
<menuItem title="Subscript" id="I0S-gh-46l">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="subscript:" target="Ady-hI-5gd" id="Q6W-4W-IGz"/>
</connections>
</menuItem>
<menuItem title="Raise" id="2h7-ER-AoG">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="raiseBaseline:" target="Ady-hI-5gd" id="4sk-31-7Q9"/>
</connections>
</menuItem>
<menuItem title="Lower" id="1tx-W0-xDw">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="lowerBaseline:" target="Ady-hI-5gd" id="OF1-bc-KW4"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem isSeparatorItem="YES" id="Ndw-q3-faq"/>
<menuItem title="Show Colors" keyEquivalent="C" id="bgn-CT-cEk">
<connections>
<action selector="orderFrontColorPanel:" target="Ady-hI-5gd" id="mSX-Xz-DV3"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="iMs-zA-UFJ"/>
<menuItem title="Copy Style" keyEquivalent="c" id="5Vv-lz-BsD">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="copyFont:" target="Ady-hI-5gd" id="GJO-xA-L4q"/>
</connections>
</menuItem>
<menuItem title="Paste Style" keyEquivalent="v" id="vKC-jM-MkH">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="pasteFont:" target="Ady-hI-5gd" id="JfD-CL-leO"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Text" id="Fal-I4-PZk">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Text" id="d9c-me-L2H">
<items>
<menuItem title="Align Left" keyEquivalent="{" id="ZM1-6Q-yy1">
<connections>
<action selector="alignLeft:" target="Ady-hI-5gd" id="zUv-R1-uAa"/>
</connections>
</menuItem>
<menuItem title="Center" keyEquivalent="|" id="VIY-Ag-zcb">
<connections>
<action selector="alignCenter:" target="Ady-hI-5gd" id="spX-mk-kcS"/>
</connections>
</menuItem>
<menuItem title="Justify" id="J5U-5w-g23">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="alignJustified:" target="Ady-hI-5gd" id="ljL-7U-jND"/>
</connections>
</menuItem>
<menuItem title="Align Right" keyEquivalent="}" id="wb2-vD-lq4">
<connections>
<action selector="alignRight:" target="Ady-hI-5gd" id="r48-bG-YeY"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="4s2-GY-VfK"/>
<menuItem title="Writing Direction" id="H1b-Si-o9J">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Writing Direction" id="8mr-sm-Yjd">
<items>
<menuItem title="Paragraph" enabled="NO" id="ZvO-Gk-QUH">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem id="YGs-j5-SAR">
<string key="title"> Default</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeBaseWritingDirectionNatural:" target="Ady-hI-5gd" id="qtV-5e-UBP"/>
</connections>
</menuItem>
<menuItem id="Lbh-J2-qVU">
<string key="title"> Left to Right</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeBaseWritingDirectionLeftToRight:" target="Ady-hI-5gd" id="S0X-9S-QSf"/>
</connections>
</menuItem>
<menuItem id="jFq-tB-4Kx">
<string key="title"> Right to Left</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeBaseWritingDirectionRightToLeft:" target="Ady-hI-5gd" id="5fk-qB-AqJ"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="swp-gr-a21"/>
<menuItem title="Selection" enabled="NO" id="cqv-fj-IhA">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem id="Nop-cj-93Q">
<string key="title"> Default</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeTextWritingDirectionNatural:" target="Ady-hI-5gd" id="lPI-Se-ZHp"/>
</connections>
</menuItem>
<menuItem id="BgM-ve-c93">
<string key="title"> Left to Right</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeTextWritingDirectionLeftToRight:" target="Ady-hI-5gd" id="caW-Bv-w94"/>
</connections>
</menuItem>
<menuItem id="RB4-Sm-HuC">
<string key="title"> Right to Left</string>
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="makeTextWritingDirectionRightToLeft:" target="Ady-hI-5gd" id="EXD-6r-ZUu"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem isSeparatorItem="YES" id="fKy-g9-1gm"/>
<menuItem title="Show Ruler" id="vLm-3I-IUL">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleRuler:" target="Ady-hI-5gd" id="FOx-HJ-KwY"/>
</connections>
</menuItem>
<menuItem title="Copy Ruler" keyEquivalent="c" id="MkV-Pr-PK5">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="copyRuler:" target="Ady-hI-5gd" id="71i-fW-3W2"/>
</connections>
</menuItem>
<menuItem title="Paste Ruler" keyEquivalent="v" id="LVM-kO-fVI">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="pasteRuler:" target="Ady-hI-5gd" id="cSh-wd-qM2"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="View" id="H8h-7b-M4v">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="View" id="HyV-fh-RgO">
<items>
<menuItem title="Show Toolbar" keyEquivalent="t" id="snW-S8-Cw5">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="toggleToolbarShown:" target="Ady-hI-5gd" id="BXY-wc-z0C"/>
</connections>
</menuItem>
<menuItem title="Customize Toolbar…" id="1UK-8n-QPP">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="runToolbarCustomizationPalette:" target="Ady-hI-5gd" id="pQI-g3-MTW"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="hB3-LF-h0Y"/>
<menuItem title="Show Sidebar" keyEquivalent="s" id="kIP-vf-haE">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="toggleSidebar:" target="Ady-hI-5gd" id="iwa-gc-5KM"/>
</connections>
</menuItem>
<menuItem title="Enter Full Screen" keyEquivalent="f" id="4J7-dP-txa">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="toggleFullScreen:" target="Ady-hI-5gd" id="dU3-MA-1Rq"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Window" id="aUF-d1-5bR">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Window" systemMenu="window" id="Td7-aD-5lo">
<items>
<menuItem title="Minimize" keyEquivalent="m" id="OY7-WF-poV">
<connections>
<action selector="performMiniaturize:" target="Ady-hI-5gd" id="VwT-WD-YPe"/>
</connections>
</menuItem>
<menuItem title="Zoom" id="R4o-n2-Eq4">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="performZoom:" target="Ady-hI-5gd" id="DIl-cC-cCs"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="eu3-7i-yIM"/>
<menuItem title="Bring All to Front" id="LE2-aR-0XJ">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="arrangeInFront:" target="Ady-hI-5gd" id="DRN-fu-gQh"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
<menuItem title="Help" id="wpr-3q-Mcd">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ">
<items>
<menuItem title="Contoso.Forms.Puppet.MacOS Help" keyEquivalent="?" id="FKE-Sm-Kum">
<connections>
<action selector="showHelp:" target="Ady-hI-5gd" id="y7X-2Q-9no"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
</items>
</menu>
<connections>
<outlet property="delegate" destination="Voe-Tx-rLC" id="PrD-fu-P6m"/>
</connections>
</application>
<customObject id="Voe-Tx-rLC" customClass="AppDelegate"/>
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
<customObject id="Ady-hI-5gd" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="75" y="0.0"/>
</scene>
<!--Window Controller-->
<scene sceneID="R2V-B0-nI4">
<objects>
<windowController id="B8D-0N-5wS" sceneMemberID="viewController">
<window key="window" title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="480" height="270"/>
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
<connections>
<outlet property="delegate" destination="B8D-0N-5wS" id="98r-iN-zZc"/>
</connections>
</window>
<connections>
<segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/>
</connections>
</windowController>
<customObject id="Oky-zY-oP4" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="75" y="250"/>
</scene>
<!--View Controller-->
<scene sceneID="hIz-AP-VOD">
<objects>
<viewController id="XfG-lQ-9wD" customClass="ViewController" sceneMemberID="viewController">
<view key="view" wantsLayer="YES" id="m2S-Jp-Qdl">
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
<autoresizingMask key="autoresizingMask"/>
</view>
</viewController>
<customObject id="rPt-NT-nkU" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="75" y="655"/>
</scene>
</scenes>
</document>

Просмотреть файл

@ -0,0 +1,37 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using AppKit;
using Foundation;
namespace Contoso.Forms.Puppet.MacOS
{
public partial class ViewController : NSViewController
{
public ViewController(IntPtr handle) : base(handle)
{
}
public override void ViewDidLoad()
{
base.ViewDidLoad();
// Do any additional setup after loading the view.
}
public override NSObject RepresentedObject
{
get
{
return base.RepresentedObject;
}
set
{
base.RepresentedObject = value;
// Update the view, if already loaded.
}
}
}
}

Просмотреть файл

@ -0,0 +1,15 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Foundation;
namespace Contoso.Forms.Puppet.MacOS
{
[Register("ViewController")]
partial class ViewController
{
void ReleaseDesignerOutlets()
{
}
}
}

Просмотреть файл

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Xamarin.Forms" version="5.0.0.2125" targetFramework="xamarinmac20" />
</packages>

Просмотреть файл

@ -2,16 +2,16 @@
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Contoso.Forms.Puppet.AddPropertyContentPage">
<StackLayout Padding="20">
<StackLayout Margin="0, 100, 0, 16" Padding="20">
<StackLayout Orientation="Horizontal">
<Label Text="Property Name" HorizontalOptions="Start" VerticalOptions="Center" WidthRequest="120" />
<Entry HorizontalOptions="FillAndExpand" x:Name="NameEntry" />
<Label FontSize="Small" Text="Property Name" HorizontalOptions="Start" VerticalOptions="Center" WidthRequest="120" />
<Entry FontSize="Small" HorizontalOptions="FillAndExpand" x:Name="NameEntry" />
</StackLayout>
<StackLayout Orientation="Horizontal">
<Label Text="Property Value" HorizontalOptions="Start" VerticalOptions="Center" WidthRequest="120" />
<Entry HorizontalOptions="FillAndExpand" x:Name="ValueEntry" />
<Label FontSize="Small" Text="Property Value" HorizontalOptions="Start" VerticalOptions="Center" WidthRequest="120" />
<Entry FontSize="Small" HorizontalOptions="FillAndExpand" x:Name="ValueEntry" />
</StackLayout>
<Button Text="Add Property" Clicked="AddProperty" FontAttributes="Bold" Margin="0,20,0,0" />
<Button Text="Cancel" TextColor="Red" Clicked="Cancel" />
<Button FontSize="Small" Text="Add Property" Clicked="AddProperty" FontAttributes="Bold" Padding="0, 4, 0, 8" />
<Button FontSize="Small" Text="Cancel" TextColor="Red" Clicked="Cancel" Padding="0, 4, 0, 8" />
</StackLayout>
</ContentPage>

Просмотреть файл

@ -21,12 +21,14 @@ namespace Contoso.Forms.Puppet
public partial class App
{
public const string LogTag = "AppCenterXamarinPuppet";
private Task<string> dialog = null;
static readonly IReadOnlyDictionary<string, string> AppSecrets = new Dictionary<string, string>
{
{ XamarinDevice.UWP, "a678b499-1912-4a94-9d97-25b569284d3a" },
{ XamarinDevice.Android, "bff0949b-7970-439d-9745-92cdc59b10fe" },
{ XamarinDevice.iOS, "b889c4f2-9ac2-4e2e-ae16-dae54f2c5899" }
{ XamarinDevice.iOS, "b889c4f2-9ac2-4e2e-ae16-dae54f2c5899" },
{ XamarinDevice.macOS, "2b06eb3f-70c9-4b31-b74b-a84fd2d01f51" }
};
// OneCollector secrets
@ -118,7 +120,7 @@ namespace Contoso.Forms.Puppet
private string GetAppCenterTokenString()
{
return $"uwp={AppSecrets[XamarinDevice.UWP]};android={AppSecrets[XamarinDevice.Android]};ios={AppSecrets[XamarinDevice.iOS]}";
return $"uwp={AppSecrets[XamarinDevice.UWP]};android={AppSecrets[XamarinDevice.Android]};ios={AppSecrets[XamarinDevice.iOS]};macos={AppSecrets[XamarinDevice.macOS]}";
}
private string GetTokensString()
@ -160,7 +162,15 @@ namespace Contoso.Forms.Puppet
{
XamarinDevice.BeginInvokeOnMainThread(() =>
{
Current.MainPage.DisplayActionSheet("Crash detected. Send anonymous crash report?", null, null, "Send", "Always Send", "Don't Send").ContinueWith((arg) =>
if (XamarinDevice.RuntimePlatform == XamarinDevice.macOS)
{
dialog = Current.MainPage.DisplayActionSheet("Crash detected. Send anonymous crash report?", "Send", "Always Send");
}
else
{
Current.MainPage.DisplayActionSheet("Crash detected. Send anonymous crash report?", null, null, "Send", "Always Send", "Don't Send");
}
dialog.ContinueWith((arg) =>
{
var answer = arg.Result;
UserConfirmation userConfirmationSelection;

Просмотреть файл

@ -7,5 +7,5 @@
<local:AppCenterContentPage/>
<local:AnalyticsContentPage/>
<local:CrashesContentPage/>
<local:OthersContentPage/>
<local:OthersContentPage x:Name="DistributeContentPage"/>
</TabbedPage>

Просмотреть файл

@ -10,6 +10,11 @@ namespace Contoso.Forms.Puppet
public MainPuppetPage ()
{
InitializeComponent();
if ((Device.RuntimePlatform == Device.macOS || Device.RuntimePlatform == Device.UWP)
&& Children.Contains(DistributeContentPage))
{
Children.Remove(DistributeContentPage);
}
}
}
}

Просмотреть файл

@ -1,26 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage Title="Analytics"
<ContentPage Title="Analytics"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Contoso.Forms.Puppet.AnalyticsContentPage">
<TableView Intent="Form">
<TableSection Title="Analytics Settings">
<SwitchCell Text="Analytics Enabled" On="true" x:Name="EnabledSwitchCell" OnChanged="UpdateEnabled" />
</TableSection>
<TableSection Title="Tracking Events">
<EntryCell Label="Event Name" HorizontalTextAlignment="Start" x:Name="EventNameCell" />
<ViewCell Tapped="PropertiesCellTapped">
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="Properties" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label Text="0" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="NumPropertiesLabel" />
</StackLayout>
</ViewCell>
<ViewCell Tapped="AddProperty">
<Button Text="Add Property" Clicked="AddProperty" InputTransparent="true" />
</ViewCell>
<ViewCell Tapped="TrackEvent">
<Button Text="Track Event" InputTransparent="true" Clicked="TrackEvent" FontAttributes="Bold" />
</ViewCell>
</TableSection>
</TableView>
x:Class="Contoso.Forms.Puppet.AnalyticsContentPage" Padding="16">
<StackLayout Orientation="Vertical">
<StackLayout Orientation="Vertical">
<Label Text="Analytics Settings"/>
<StackLayout Margin="0, 16, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" HorizontalOptions="Start" Text="Analytics Enabled"/>
<Switch HorizontalOptions="EndAndExpand" IsToggled="true" x:Name="EnabledSwitchCell" Toggled="UpdateEnabled" />
</StackLayout>
</StackLayout>
<StackLayout Orientation="Vertical">
<Label Margin="0, 16, 0, 0" Text="Tracking Events"/>
<Entry Margin="0, 8, 0, 0" FontSize="Small" Text="Event Name" HorizontalTextAlignment="Start" x:Name="EventNameCell"/>
<StackLayout Orientation="Horizontal" Margin="0, 16, 0, 16">
<Label FontSize="Small" Text="Properties" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label FontSize="Small" Text="0" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="NumPropertiesLabel" />
</StackLayout>
</StackLayout>
<Button Text="Add Property" Padding="0, 8, 0, 8" Clicked="AddProperty" />
<Button Text="Track Event" Padding="0, 8, 0, 8" Clicked="TrackEvent" FontAttributes="Bold" />
</StackLayout>
</ContentPage>

Просмотреть файл

@ -30,7 +30,7 @@ namespace Contoso.Forms.Puppet
protected override async void OnAppearing()
{
base.OnAppearing();
EnabledSwitchCell.On = await Analytics.IsEnabledAsync();
EnabledSwitchCell.IsToggled = await Analytics.IsEnabledAsync();
EnabledSwitchCell.IsEnabled = await AppCenter.IsEnabledAsync();
}

Просмотреть файл

@ -1,33 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage Title="App Center" xmlns:local="clr-namespace:Contoso.Forms.Puppet" xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Contoso.Forms.Puppet.AppCenterContentPage">
<TableView Intent="Form">
<TableSection Title="AppCenter Settings">
<SwitchCell Text="AppCenter Enabled" On="true" x:Name="AppCenterEnabledSwitchCell" OnChanged="UpdateEnabled" />
<SwitchCell Text="Allow network requests" On="true" x:Name="AllowedNetworkRequestSwitchCell" OnChanged="AllowedNetworkRequestEnabled" />
</TableSection>
<TableSection Title="Startup type">
<ViewCell>
<Picker x:Name="StartTypePicker" Title="Start Type" PropertyChanged="ChangeStartType" />
</ViewCell>
</TableSection>
<TableSection Title="Misc">
<ViewCell>
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="User Id" HorizontalOptions="FillAndExpand" VerticalOptions="Center" />
<Entry x:Name="UserIdEntry" Margin="4, 0, 4, 0" HorizontalOptions="FillAndExpand" VerticalOptions="Center" HorizontalTextAlignment="End" />
</StackLayout>
</ViewCell>
<ViewCell>
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="Storage Max Size" HorizontalOptions="FillAndExpand" VerticalOptions="Center" />
<Entry x:Name="StorageMaxSize" Margin="4, 0, 4, 0" HorizontalOptions="FillAndExpand" VerticalOptions="Center" HorizontalTextAlignment="End" />
</StackLayout>
</ViewCell>
<ViewCell>
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Button Text="Save Storage Size" Clicked="SaveStorageSize_Clicked"/>
</StackLayout>
</ViewCell>
</TableSection>
</TableView>
<StackLayout Orientation="Vertical" Padding="16">
<StackLayout Orientation="Vertical">
<Label Text="App Center Settings"/>
<StackLayout Margin="0, 16, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" HorizontalOptions="Start" Text="AppCenter Enabled"/>
<Switch HorizontalOptions="EndAndExpand" IsToggled="true" x:Name="AppCenterEnabledSwitchCell" Toggled="UpdateEnabled" />
</StackLayout>
<StackLayout Margin="0, 16, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" HorizontalOptions="Start" Text="Allow network requests"/>
<Switch HorizontalOptions="EndAndExpand" IsToggled="true" x:Name="AllowedNetworkRequestSwitchCell" Toggled="AllowedNetworkRequestEnabled" />
</StackLayout>
</StackLayout>
<StackLayout>
<Picker x:Name="StartTypePicker" Title="Start Type" Margin="0, 16, 0, 16" PropertyChanged="ChangeStartType" />
</StackLayout>
<StackLayout Orientation="Horizontal">
<Label FontSize="Small" Text="User Id" HorizontalOptions="FillAndExpand" VerticalOptions="Center" />
<Entry FontSize="Small" x:Name="UserIdEntry" Margin="4, 0, 4, 0" HorizontalOptions="FillAndExpand" VerticalOptions="Center" HorizontalTextAlignment="End" />
</StackLayout>
<StackLayout Margin="0, 8, 0, 4" Orientation="Horizontal">
<Label FontSize="Small" Text="Storage Max Size" HorizontalOptions="FillAndExpand" VerticalOptions="Center" />
<Entry FontSize="Small" x:Name="StorageMaxSize" Margin="4, 0, 4, 0" HorizontalOptions="FillAndExpand" VerticalOptions="Center" HorizontalTextAlignment="End" />
</StackLayout>
<Button Text="Save Storage Size" Padding="16, 8, 16, 8" Clicked="SaveStorageSize_Clicked"/>
</StackLayout>
</ContentPage>

Просмотреть файл

@ -32,8 +32,8 @@ namespace Contoso.Forms.Puppet
protected override async void OnAppearing()
{
base.OnAppearing();
AppCenterEnabledSwitchCell.On = await AppCenter.IsEnabledAsync();
AllowedNetworkRequestSwitchCell.On = AppCenter.IsNetworkRequestsAllowed;
AppCenterEnabledSwitchCell.IsToggled = await AppCenter.IsEnabledAsync();
AllowedNetworkRequestSwitchCell.IsToggled = AppCenter.IsNetworkRequestsAllowed;
if (Application.Current.Properties.ContainsKey(Constants.UserId) && Application.Current.Properties[Constants.UserId] is string id)
{
UserIdEntry.Text = id;

Просмотреть файл

@ -1,72 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage Title="Crashes" xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Contoso.Forms.Puppet.CrashesContentPage">
<TableView Intent="Form">
<TableSection Title="Crashes Settings">
<SwitchCell Text="Crashes Enabled" On="true" x:Name="CrashesEnabledSwitchCell" OnChanged="UpdateEnabled" />
<SwitchCell Text="Handle Exceptions" On="false" x:Name="HandleExceptionsSwitchCell" />
<ViewCell Tapped="TextAttachment">
<Button Text="Text Attachment" x:Name="TextAttachmentButton" Clicked="TextAttachment" />
</ViewCell>
<ViewCell>
<Label Text="" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="TextAttachmentContent"/>
</ViewCell>
<ViewCell Tapped="FileAttachment">
<Button Text="Binary Attachment (use Picture Library)" x:Name="FileAttachmentButton" Clicked="FileAttachment" />
</ViewCell>
<ViewCell>
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="Binary Attachment File Path" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label Text="No File Selected" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="BinaryAttachmentFilePathLabel"/>
<ScrollView>
<StackLayout Orientation="Vertical" Padding="16">
<StackLayout Orientation="Vertical">
<Label Text="Crashes Settings"/>
<StackLayout Margin="0, 8, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" HorizontalOptions="Start" Text="Crashes Enabled"/>
<Switch HorizontalOptions="EndAndExpand" IsToggled="true" x:Name="CrashesEnabledSwitchCell" Toggled="UpdateEnabled" />
</StackLayout>
</ViewCell>
<ViewCell Tapped="PropertiesCellTapped">
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="Properties" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label Text="0" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="NumPropertiesLabel" />
<StackLayout Margin="0, 8, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" HorizontalOptions="Start" Text="Handle Exceptions"/>
<Switch HorizontalOptions="EndAndExpand" IsToggled="False" x:Name="HandleExceptionsSwitchCell" />
</StackLayout>
</ViewCell>
<ViewCell Tapped="AddProperty">
<Button Text="Add Property" Clicked="AddProperty" InputTransparent="true" />
</ViewCell>
</TableSection>
<TableSection Title="Test Crashes">
<ViewCell Tapped="TestException">
<Button Text="Generate Test Exception" InputTransparent="true" Clicked="TestException" />
</ViewCell>
<ViewCell Tapped="DivideByZero">
<Button Text="Divide 42 by 0" InputTransparent="true" Clicked="DivideByZero" />
</ViewCell>
<ViewCell Tapped="AggregateException">
<Button Text="Aggregate Exception" InputTransparent="true" Clicked="AggregateException" />
</ViewCell>
<ViewCell Tapped="NullReferenceException">
<Button Text="NullReferenceException" InputTransparent="true" Clicked="NullReferenceException" />
</ViewCell>
<ViewCell Tapped="CatchNullReferenceException">
<Button Text="Test Catching NullReferenceException" InputTransparent="true" Clicked="CatchNullReferenceException" />
</ViewCell>
<ViewCell Tapped="AsyncException">
<Button Text="Exception Inside Async Task" InputTransparent="true" Clicked="AsyncException" />
</ViewCell>
<ViewCell Tapped="ClassLibException">
<Button Text="Exception Inside Another Lib" InputTransparent="true" Clicked="ClassLibException" />
</ViewCell>
</TableSection>
<TableSection Title="Memory warning">
<ViewCell>
<StackLayout Orientation="Horizontal" Margin="15,0,15,0">
<Label Text="Has received low memory warning" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label Text="No" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="MemoryWarningLabel"/>
<StackLayout Orientation="Vertical">
<Button Padding="0, 8, 0, 8" Text="Text Attachment" x:Name="TextAttachmentButton" Clicked="TextAttachment" />
<Label FontSize="Small" Text="" HorizontalOptions="StartAndExpand" VerticalOptions="Center" VerticalTextAlignment="Start" TextColor="Gray" x:Name="TextAttachmentContent"/>
</StackLayout>
</ViewCell>
<ViewCell Tapped="MemoryWarningTrigger">
<Button Text="Trigger low memory warning" InputTransparent="true" Clicked="MemoryWarningTrigger" />
</ViewCell>
</TableSection>
<TableSection Title="Clear Crash">
<ViewCell Tapped="ClearCrashUserConfirmation">
<Button Text="Clear Crash User Confirmation" InputTransparent="True" Clicked="ClearCrashUserConfirmation"/>
</ViewCell>
</TableSection>
</TableView>
<StackLayout Orientation="Vertical">
<Button Padding="0, 8, 0, 8" Text="Binary Attachment (use Picture Library)" x:Name="FileAttachmentButton" Clicked="FileAttachment" />
<Label FontSize="Small" Text="No File Selected" HorizontalOptions="StartAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="BinaryAttachmentFilePathLabel"/>
</StackLayout>
<StackLayout Padding="0, 8, 0, 8" Orientation="Vertical">
<StackLayout Orientation="Horizontal">
<Label FontSize="Small" Text="Properties" HorizontalOptions="StartAndExpand" VerticalOptions="Center" />
<Label FontSize="Small" Text="0" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="NumPropertiesLabel" />
</StackLayout>
<Button Padding="0, 8, 0, 8" Text="Add Property" Clicked="AddProperty"/>
</StackLayout>
<StackLayout Orientation="Vertical">
<Label Margin="0, 8, 0, 0" Text="Test Crashes"/>
<Button Padding="0, 8, 0, 8" Text="Generate Test Exception" Clicked="TestException" />
<Button Padding="0, 8, 0, 8" Text="Divide 42 by 0" Clicked="DivideByZero" />
<Button Padding="0, 8, 0, 8" Text="Aggregate Exception" Clicked="AggregateException" />
<Button Padding="0, 8, 0, 8" Text="NullReferenceException" Clicked="NullReferenceException" />
<Button Padding="0, 8, 0, 8" Text="Test Catching NullReferenceException" Clicked="CatchNullReferenceException" />
<Button Padding="0, 8, 0, 8" Text="Exception Inside Async Task" Clicked="AsyncException" />
<Button Padding="0, 8, 0, 8" Text="Exception Inside Another Lib" Clicked="ClassLibException" />
<StackLayout Margin="0, 8, 0, 0" Orientation="Horizontal">
<Label FontSize="Small" Text="Has received low memory warning" HorizontalOptions="Start" VerticalOptions="Center" />
<Label FontSize="Small" Text="No" HorizontalOptions="EndAndExpand" VerticalOptions="Center" TextColor="Gray" x:Name="MemoryWarningLabel"/>
</StackLayout>
<Button Padding="0, 8, 0, 8" Text="Trigger low memory warning" Clicked="MemoryWarningTrigger" />
</StackLayout>
</StackLayout>
<Button Padding="0, 8, 0, 8" Text="Clear Crash User Confirmation" Clicked="ClearCrashUserConfirmation"/>
</StackLayout>
</ScrollView>
</ContentPage>

Просмотреть файл

@ -119,7 +119,7 @@ namespace Contoso.Forms.Puppet
async void RefreshEnabled()
{
CrashesEnabledSwitchCell.On = await Crashes.IsEnabledAsync();
CrashesEnabledSwitchCell.IsToggled = await Crashes.IsEnabledAsync();
CrashesEnabledSwitchCell.IsEnabled = await AppCenter.IsEnabledAsync();
}
@ -134,7 +134,7 @@ namespace Contoso.Forms.Puppet
{
action();
}
catch (Exception e) when (HandleExceptionsSwitchCell.On)
catch (Exception e) when (HandleExceptionsSwitchCell.IsToggled)
{
TrackException(e);
}
@ -229,7 +229,7 @@ namespace Contoso.Forms.Puppet
{
await FakeService.DoStuffInBackground();
}
catch (Exception ex) when (HandleExceptionsSwitchCell.On)
catch (Exception ex) when (HandleExceptionsSwitchCell.IsToggled)
{
TrackException(ex);
}
@ -241,7 +241,7 @@ namespace Contoso.Forms.Puppet
{
CrashUtils.BackgroundExceptionTask().RunSynchronously();
}
catch (Exception ex) when (HandleExceptionsSwitchCell.On)
catch (Exception ex) when (HandleExceptionsSwitchCell.IsToggled)
{
TrackException(ex);
}

Просмотреть файл

@ -2,14 +2,14 @@
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Contoso.Forms.Puppet.Views.TextAttachmentView">
<StackLayout Orientation="Vertical" VerticalOptions="StartAndExpand" Padding="20">
<Label Text="Text Attachment" HorizontalOptions="Center" FontAttributes="Bold" Margin="10" />
<StackLayout Margin="0, 100, 0, 16" Orientation="Vertical" VerticalOptions="StartAndExpand" Padding="20">
<Label FontSize="Small" Text="Text Attachment" HorizontalOptions="Center" FontAttributes="Bold" Margin="10" />
<Frame Padding="5">
<Editor x:Name="Text" HeightRequest="100" />
</Frame>
<StackLayout Orientation="Horizontal" HorizontalOptions="Center" >
<Button WidthRequest="100" Text="OK" Clicked="OK" FontAttributes="Bold" />
<Button WidthRequest="100" Text="Cancel" Clicked="Cancel" />
<Button FontSize="Small" WidthRequest="100" Text="OK" Clicked="OK" FontAttributes="Bold" Padding="0, 8, 0, 8" />
<Button FontSize="Small" WidthRequest="100" Text="Cancel" Clicked="Cancel" Padding="0, 8, 0, 8" />
</StackLayout>
</StackLayout>
</ContentPage>

Просмотреть файл

@ -0,0 +1,40 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using AppKit;
using Foundation;
using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics;
using Microsoft.AppCenter.Crashes;
namespace Contoso.MacOS.Puppet
{
[Register("AppDelegate")]
public class AppDelegate : NSApplicationDelegate
{
const string LogTag = "AppCenterXamarinPuppet";
private const string ApplicationCrashOnExceptionsKey = "NSApplicationCrashOnExceptions";
public AppDelegate()
{
}
[Export("applicationDidFinishLaunching:")]
public override void DidFinishLaunching(NSNotification notification)
{
// Configure App Center.
AppCenter.LogLevel = LogLevel.Verbose;
AppCenter.SetLogUrl("https://in-integration.dev.avalanch.es");
var plist = NSUserDefaults.StandardUserDefaults;
var storageSizeValue = plist.IntForKey(Constants.StorageSizeKey);
if (storageSizeValue > 0)
{
AppCenter.SetMaxStorageSizeAsync(storageSizeValue);
}
var dictionary = new NSDictionary<NSObject, NSObject>(NSObject.FromObject(true), new NSString(ApplicationCrashOnExceptionsKey));
plist.RegisterDefaults(dictionary);
AppCenter.Start("2b06eb3f-70c9-4b31-b74b-a84fd2d01f51", typeof(Analytics), typeof(Crashes));
}
}
}

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 7.9 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 20 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 711 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 20 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 58 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 3.3 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 58 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 174 KiB

Просмотреть файл

@ -0,0 +1,68 @@
{
"images": [
{
"filename": "AppIcon-16.png",
"size": "16x16",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-16@2x.png",
"size": "16x16",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-32.png",
"size": "32x32",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-32@2x.png",
"size": "32x32",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-128.png",
"size": "128x128",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-128@2x.png",
"size": "128x128",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-256.png",
"size": "256x256",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-256@2x.png",
"size": "256x256",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-512.png",
"size": "512x512",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-512@2x.png",
"size": "512x512",
"scale": "2x",
"idiom": "mac"
}
],
"info": {
"version": 1,
"author": "xcode"
}
}

Просмотреть файл

@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Просмотреть файл

@ -0,0 +1,16 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Contoso.MacOS.Puppet
{
public class Constants
{
public const string Verbose = "Verbose";
public const string Debug = "Debug";
public const string Info = "Info";
public const string Warning = "Warning";
public const string Error = "Error";
public const string StorageSizeKey = "AppCenterStorageSizeKey";
}
}

Просмотреть файл

@ -0,0 +1,138 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{83AAE9C7-04A6-447E-AE5F-07C8E0A509A8}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>Contoso.MacOS.Puppet</RootNamespace>
<AssemblyName>Contoso.MacOS.Puppet</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CodeSigningKey>Mac Developer</CodeSigningKey>
<CreatePackage>false</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>false</IncludeMonoRuntime>
<UseSGen>true</UseSGen>
<UseRefCounting>true</UseRefCounting>
<Profiling>true</Profiling>
<HttpClientHandler></HttpClientHandler>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<DefineConstants></DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>true</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>true</IncludeMonoRuntime>
<UseSGen>true</UseSGen>
<UseRefCounting>true</UseRefCounting>
<CodeSignEntitlements>Entitlements.plist</CodeSignEntitlements>
<LinkMode>SdkOnly</LinkMode>
<HttpClientHandler></HttpClientHandler>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.Mac" />
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512%402x.png" />
<ImageAsset Include="Assets.xcassets\Contents.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
<Folder Include="ModulePages\" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
<None Include="Entitlements.plist" />
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
<Compile Include="ViewController.cs" />
<Compile Include="ViewController.designer.cs">
<DependentUpon>ViewController.cs</DependentUpon>
</Compile>
<Compile Include="Constants.cs" />
<Compile Include="ModulePages\AppCenter.cs" />
<Compile Include="ModulePages\AppCenterController.cs" />
<Compile Include="ModulePages\AppCenter.designer.cs">
<DependentUpon>AppCenter.cs</DependentUpon>
</Compile>
<Compile Include="ModulePages\AppCenterController.designer.cs">
<DependentUpon>AppCenterController.cs</DependentUpon>
</Compile>
<Compile Include="ModulePages\Analytics.cs" />
<Compile Include="ModulePages\AnalyticsController.cs" />
<Compile Include="ModulePages\Analytics.designer.cs">
<DependentUpon>Analytics.cs</DependentUpon>
</Compile>
<Compile Include="ModulePages\AnalyticsController.designer.cs">
<DependentUpon>AnalyticsController.cs</DependentUpon>
</Compile>
<Compile Include="ModulePages\Crashes.cs" />
<Compile Include="ModulePages\CrashesController.cs" />
<Compile Include="ModulePages\Crashes.designer.cs">
<DependentUpon>Crashes.cs</DependentUpon>
</Compile>
<Compile Include="ModulePages\CrashesController.designer.cs">
<DependentUpon>CrashesController.cs</DependentUpon>
</Compile>
<Compile Include="FakeService.cs" />
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="Main.storyboard" />
<InterfaceDefinition Include="ModulePages\AppCenter.xib" />
<InterfaceDefinition Include="ModulePages\Analytics.xib" />
<InterfaceDefinition Include="ModulePages\Crashes.xib" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.MacOS\Microsoft.AppCenter.Crashes.MacOS.csproj">
<Name>Microsoft.AppCenter.Crashes.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.MacOS\Microsoft.AppCenter.Analytics.MacOS.csproj">
<Name>Microsoft.AppCenter.Analytics.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\SDK\AppCenter\Microsoft.AppCenter.MacOS\Microsoft.AppCenter.MacOS.csproj">
<Name>Microsoft.AppCenter.MacOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.MacOS.Bindings\Microsoft.AppCenter.Analytics.MacOS.Bindings.csproj">
<Name>Microsoft.AppCenter.Analytics.MacOS.Bindings</Name>
</ProjectReference>
<ProjectReference Include="..\..\SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.MacOS.Bindings\Microsoft.AppCenter.Crashes.MacOS.Bindings.csproj">
<Name>Microsoft.AppCenter.Crashes.MacOS.Bindings</Name>
</ProjectReference>
<ProjectReference Include="..\..\SDK\AppCenter\Microsoft.AppCenter.MacOS.Bindings\Microsoft.AppCenter.MacOS.Bindings.csproj">
<Name>Microsoft.AppCenter.MacOS.Bindings</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
</Project>

Просмотреть файл

@ -0,0 +1,6 @@
<?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>
</plist>

Просмотреть файл

@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.IO;
using System.Threading.Tasks;
namespace Contoso.MacOS.Puppet
{
static class FakeService
{
internal async static Task DoStuffInBackground()
{
await Task.Run(() => { throw new IOException("Server did not respond"); });
}
}
}

Просмотреть файл

@ -0,0 +1,32 @@
<?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>CFBundleIdentifier</key>
<string>com.microsoft.appcenter.Contoso-MacOS-Puppet</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Contoso.MacOS.Puppet</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.4.1</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>
<string>${AuthorCopyright:HtmlEncode}</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
</dict>
</plist>

Просмотреть файл

@ -0,0 +1,16 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using AppKit;
namespace Contoso.MacOS.Puppet
{
static class MainClass
{
static void Main(string[] args)
{
NSApplication.Init();
NSApplication.Main(args);
}
}
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,36 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using AppKit;
namespace Contoso.MacOS.Puppet.ModulePages
{
public partial class Analytics : AppKit.NSView
{
#region Constructors
// Called when created from unmanaged code
public Analytics(IntPtr handle) : base(handle)
{
Initialize();
}
// Called when created directly from a XIB file
[Export("initWithCoder:")]
public Analytics(NSCoder coder) : base(coder)
{
Initialize();
}
// Shared initialization code
void Initialize()
{
}
#endregion
}
}

12
Apps/Contoso.MacOS.Puppet/ModulePages/Analytics.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,12 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Contoso.MacOS.Puppet.ModulePages
{
// Should subclass AppKit.NSView
[Foundation.Register("Analytics")]
public partial class Analytics
{
}
}

Просмотреть файл

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
<data>
<int key="IBDocument.SystemTarget">1060</int>
<string key="IBDocument.SystemVersion">10D573</string>
<string key="IBDocument.InterfaceBuilderVersion">762</string>
<string key="IBDocument.AppKitVersion">1038.29</string>
<string key="IBDocument.HIToolboxVersion">460.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">762</string>
</object>
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
<bool key="EncodedWithXMLCoder">YES</bool>
<integer value="4"/>
</object>
<object class="NSArray" key="IBDocument.PluginDependencies">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</object>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys" id="0">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
</object>
<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSCustomObject" id="1001">
<string key="NSClassName">AnalyticsController</string>
</object>
<object class="NSCustomObject" id="1003">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="1004">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSCustomView" id="159381209">
<reference key="NSNextResponder"/>
<int key="NSvFlags">268</int>
<string key="NSFrameSize">{470, 296}</string>
<reference key="NSSuperview"/>
<string key="NSClassName">Analytics</string>
</object>
</object>
<object class="IBObjectContainer" key="IBDocument.Objects">
<object class="NSMutableArray" key="connectionRecords">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">view</string>
<reference key="source" ref="1001"/>
<reference key="destination" ref="159381209"/>
</object>
<int key="connectionID">17</int>
</object>
</object>
<object class="IBMutableOrderedSet" key="objectRecords">
<object class="NSArray" key="orderedObjects">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBObjectRecord">
<int key="objectID">0</int>
<reference key="object" ref="0"/>
<reference key="children" ref="1000"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="1001"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="1003"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="1004"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">4</int>
<reference key="object" ref="159381209"/>
<object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
<reference key="parent" ref="0"/>
</object>
</object>
</object>
<object class="NSMutableDictionary" key="flattenedProperties">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>-1.IBPluginDependency</string>
<string>-2.IBPluginDependency</string>
<string>-3.IBPluginDependency</string>
<string>4.IBEditorWindowLastContentRect</string>
<string>4.IBPluginDependency</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>{{380, 424}, {470, 296}}</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</object>
</object>
<object class="NSMutableDictionary" key="unlocalizedProperties">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference key="dict.sortedKeys" ref="0"/>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
</object>
<nil key="activeLocalization"/>
<object class="NSMutableDictionary" key="localizations">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference key="dict.sortedKeys" ref="0"/>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
</object>
<nil key="sourceID"/>
<int key="maxID">17</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBPartialClassDescription">
<string key="className">Analytics</string>
<string key="superclassName">NSView</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBUserSource</string>
<string key="minorKey"/>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">AnalyticsController</string>
<string key="superclassName">NSViewController</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBUserSource</string>
<string key="minorKey"/>
</object>
</object>
</object>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
<integer value="3000" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<nil key="IBDocument.LastKnownRelativeProjectPath"/>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
</data>
</archive>

Просмотреть файл

@ -0,0 +1,88 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using AppKit;
namespace Contoso.MacOS.Puppet.ModulePages
{
public partial class AnalyticsController : AppKit.NSViewController
{
private bool hasTrackEventPropery = false;
private const string On = "1";
private const string Off = "0";
#region Constructors
// Called when created from unmanaged code
public AnalyticsController(IntPtr handle) : base(handle)
{
Initialize();
}
// Called when created directly from a XIB file
[Export("initWithCoder:")]
public AnalyticsController(NSCoder coder) : base(coder)
{
Initialize();
}
// Call to load from the XIB/NIB file
public AnalyticsController() : base("Analytics", NSBundle.MainBundle)
{
Initialize();
}
// Shared initialization code
void Initialize()
{
}
#endregion
public override void ViewDidAppear()
{
base.ViewDidAppear();
isAnalyticsEnabledSwitch.StringValue = Microsoft.AppCenter.Analytics.Analytics.IsEnabledAsync().Result ? On : Off;
isAnalyticsEnabledSwitch.Enabled = Microsoft.AppCenter.AppCenter.IsEnabledAsync().Result;
}
partial void AnalyticsSwitchEnabled(NSSwitch sender)
{
var isAnalyticsEnabled = sender.AccessibilityValue.ToLower().Equals("on");
Microsoft.AppCenter.Analytics.Analytics.SetEnabledAsync(isAnalyticsEnabled).Wait();
isAnalyticsEnabledSwitch.StringValue = Microsoft.AppCenter.Analytics.Analytics.IsEnabledAsync().Result ? On : Off;
}
partial void HasTrackErrorProperties(NSButton sender)
{
hasTrackEventPropery = !hasTrackEventPropery;
}
partial void SendTrackEvent(NSButton sender)
{
var trackEvent = trackEventName.AccessibilityValue;
if (hasTrackEventPropery)
{
var properties = new Dictionary<string, string>();
properties.Add("property1", "key1");
properties.Add("property2", "key2");
Microsoft.AppCenter.Analytics.Analytics.TrackEvent(trackEvent, properties);
return;
}
Microsoft.AppCenter.Analytics.Analytics.TrackEvent(trackEvent);
}
//strongly typed view accessor
public new Analytics View
{
get
{
return (Analytics)base.View;
}
}
}
}

40
Apps/Contoso.MacOS.Puppet/ModulePages/AnalyticsController.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,40 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Foundation;
using System.CodeDom.Compiler;
namespace Contoso.MacOS.Puppet.ModulePages
{
[Register ("AnalyticsController")]
partial class AnalyticsController
{
[Outlet]
AppKit.NSSwitch isAnalyticsEnabledSwitch { get; set; }
[Outlet]
AppKit.NSTextField trackEventName { get; set; }
[Action ("AnalyticsSwitchEnabled:")]
partial void AnalyticsSwitchEnabled (AppKit.NSSwitch sender);
[Action ("HasTrackErrorProperties:")]
partial void HasTrackErrorProperties (AppKit.NSButton sender);
[Action ("SendTrackEvent:")]
partial void SendTrackEvent (AppKit.NSButton sender);
void ReleaseDesignerOutlets ()
{
if (isAnalyticsEnabledSwitch != null) {
isAnalyticsEnabledSwitch.Dispose ();
isAnalyticsEnabledSwitch = null;
}
if (trackEventName != null) {
trackEventName.Dispose ();
trackEventName = null;
}
}
}
}

Просмотреть файл

@ -0,0 +1,36 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using AppKit;
namespace Contoso.MacOS.Puppet.ModulePages
{
public partial class AppCenter : AppKit.NSView
{
#region Constructors
// Called when created from unmanaged code
public AppCenter(IntPtr handle) : base(handle)
{
Initialize();
}
// Called when created directly from a XIB file
[Export("initWithCoder:")]
public AppCenter(NSCoder coder) : base(coder)
{
Initialize();
}
// Shared initialization code
void Initialize()
{
}
#endregion
}
}

12
Apps/Contoso.MacOS.Puppet/ModulePages/AppCenter.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,12 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Contoso.MacOS.Puppet.ModulePages
{
// Should subclass AppKit.NSView
[Foundation.Register("AppCenter")]
public partial class AppCenter
{
}
}

Просмотреть файл

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
<data>
<int key="IBDocument.SystemTarget">1060</int>
<string key="IBDocument.SystemVersion">10D573</string>
<string key="IBDocument.InterfaceBuilderVersion">762</string>
<string key="IBDocument.AppKitVersion">1038.29</string>
<string key="IBDocument.HIToolboxVersion">460.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">762</string>
</object>
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
<bool key="EncodedWithXMLCoder">YES</bool>
<integer value="4"/>
</object>
<object class="NSArray" key="IBDocument.PluginDependencies">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</object>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys" id="0">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
</object>
<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSCustomObject" id="1001">
<string key="NSClassName">AppCenterController</string>
</object>
<object class="NSCustomObject" id="1003">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="1004">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSCustomView" id="159381209">
<reference key="NSNextResponder"/>
<int key="NSvFlags">268</int>
<string key="NSFrameSize">{470, 296}</string>
<reference key="NSSuperview"/>
<string key="NSClassName">AppCenter</string>
</object>
</object>
<object class="IBObjectContainer" key="IBDocument.Objects">
<object class="NSMutableArray" key="connectionRecords">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">view</string>
<reference key="source" ref="1001"/>
<reference key="destination" ref="159381209"/>
</object>
<int key="connectionID">17</int>
</object>
</object>
<object class="IBMutableOrderedSet" key="objectRecords">
<object class="NSArray" key="orderedObjects">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBObjectRecord">
<int key="objectID">0</int>
<reference key="object" ref="0"/>
<reference key="children" ref="1000"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="1001"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="1003"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="1004"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">4</int>
<reference key="object" ref="159381209"/>
<object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
<reference key="parent" ref="0"/>
</object>
</object>
</object>
<object class="NSMutableDictionary" key="flattenedProperties">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>-1.IBPluginDependency</string>
<string>-2.IBPluginDependency</string>
<string>-3.IBPluginDependency</string>
<string>4.IBEditorWindowLastContentRect</string>
<string>4.IBPluginDependency</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>{{380, 424}, {470, 296}}</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</object>
</object>
<object class="NSMutableDictionary" key="unlocalizedProperties">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference key="dict.sortedKeys" ref="0"/>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
</object>
<nil key="activeLocalization"/>
<object class="NSMutableDictionary" key="localizations">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference key="dict.sortedKeys" ref="0"/>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
</object>
<nil key="sourceID"/>
<int key="maxID">17</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBPartialClassDescription">
<string key="className">AppCenter</string>
<string key="superclassName">NSView</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBUserSource</string>
<string key="minorKey"/>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">AppCenterController</string>
<string key="superclassName">NSViewController</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBUserSource</string>
<string key="minorKey"/>
</object>
</object>
</object>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
<integer value="3000" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<nil key="IBDocument.LastKnownRelativeProjectPath"/>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
</data>
</archive>

Просмотреть файл

@ -0,0 +1,103 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using Foundation;
using AppKit;
namespace Contoso.MacOS.Puppet.ModulePages
{
public partial class AppCenterController : AppKit.NSViewController
{
private const string LogTag = "XamarinMacOS";
private const string On = "1";
private const string Off = "0";
private NSUserDefaults plist = NSUserDefaults.StandardUserDefaults;
#region Constructors
// Called when created from unmanaged code
public AppCenterController(IntPtr handle) : base(handle)
{
Initialize();
}
// Called when created directly from a XIB file
[Export("initWithCoder:")]
public AppCenterController(NSCoder coder) : base(coder)
{
Initialize();
}
// Call to load from the XIB/NIB file
public AppCenterController() : base("AppCenter", NSBundle.MainBundle)
{
Initialize();
}
// Shared initialization code
void Initialize()
{
}
#endregion
public override void ViewDidAppear()
{
base.ViewDidAppear();
IsAppCenterEnabledSwitch.StringValue = Microsoft.AppCenter.AppCenter.IsEnabledAsync().Result ? On : Off;
isNetworkRequestAllowedSwitch.StringValue = Microsoft.AppCenter.AppCenter.IsNetworkRequestsAllowed ? On : Off;
// Set max storage size value.
plist = NSUserDefaults.StandardUserDefaults;
var storageSizeValue = plist.IntForKey(Constants.StorageSizeKey);
if (storageSizeValue > 0)
{
MaxStorageSizeText.StringValue = storageSizeValue.ToString();
}
}
partial void IsAppCenterEnabled(NSSwitch sender)
{
var IsAppCenterEnabled = sender.StringValue.ToLower().Equals(On);
Microsoft.AppCenter.AppCenter.SetEnabledAsync(IsAppCenterEnabled).Wait();
IsAppCenterEnabledSwitch.StringValue = Microsoft.AppCenter.AppCenter.IsEnabledAsync().Result ? On : Off;
}
partial void IsNetworkRequestsAllowed(NSSwitch sender)
{
var isNetworkAllowed = sender.StringValue.ToLower().Equals(On);
Microsoft.AppCenter.AppCenter.IsNetworkRequestsAllowed = isNetworkAllowed;
}
partial void SaveMaxStorageSizeText(NSButton sender)
{
var size = MaxStorageSizeText.AccessibilityValue;
int.TryParse(size, out var result);
if (result != 0)
{
Microsoft.AppCenter.AppCenter.SetMaxStorageSizeAsync(result).Wait();
plist.SetInt(result, Constants.StorageSizeKey);
}
else
{
Microsoft.AppCenter.AppCenterLog.Error(LogTag, "Wrong number value for the max storage size.");
}
}
partial void UserIdTextChanged(NSTextField sender)
{
var userId = string.IsNullOrEmpty(sender.AccessibilityValue) ? null : sender.AccessibilityValue;
Microsoft.AppCenter.AppCenter.SetUserId(userId);
}
//strongly typed view accessor
public new AppCenter View
{
get
{
return (AppCenter)base.View;
}
}
}
}

59
Apps/Contoso.MacOS.Puppet/ModulePages/AppCenterController.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,59 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Foundation;
using System.CodeDom.Compiler;
namespace Contoso.MacOS.Puppet.ModulePages
{
[Register ("AppCenterController")]
partial class AppCenterController
{
[Outlet]
AppKit.NSSwitch IsAppCenterEnabledSwitch { get; set; }
[Outlet]
AppKit.NSSwitch isNetworkRequestAllowedSwitch { get; set; }
[Outlet]
AppKit.NSTextField MaxStorageSizeText { get; set; }
[Outlet]
AppKit.NSTextField UserIdText { get; set; }
[Action ("IsAppCenterEnabled:")]
partial void IsAppCenterEnabled (AppKit.NSSwitch sender);
[Action ("IsNetworkRequestsAllowed:")]
partial void IsNetworkRequestsAllowed (AppKit.NSSwitch sender);
[Action ("SaveMaxStorageSizeText:")]
partial void SaveMaxStorageSizeText (AppKit.NSButton sender);
[Action ("UserIdTextChanged:")]
partial void UserIdTextChanged (AppKit.NSTextField sender);
void ReleaseDesignerOutlets ()
{
if (IsAppCenterEnabledSwitch != null) {
IsAppCenterEnabledSwitch.Dispose ();
IsAppCenterEnabledSwitch = null;
}
if (isNetworkRequestAllowedSwitch != null) {
isNetworkRequestAllowedSwitch.Dispose ();
isNetworkRequestAllowedSwitch = null;
}
if (MaxStorageSizeText != null) {
MaxStorageSizeText.Dispose ();
MaxStorageSizeText = null;
}
if (UserIdText != null) {
UserIdText.Dispose ();
UserIdText = null;
}
}
}
}

Просмотреть файл

@ -0,0 +1,36 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using AppKit;
namespace Contoso.MacOS.Puppet.ModulePages
{
public partial class Crashes : AppKit.NSView
{
#region Constructors
// Called when created from unmanaged code
public Crashes(IntPtr handle) : base(handle)
{
Initialize();
}
// Called when created directly from a XIB file
[Export("initWithCoder:")]
public Crashes(NSCoder coder) : base(coder)
{
Initialize();
}
// Shared initialization code
void Initialize()
{
}
#endregion
}
}

12
Apps/Contoso.MacOS.Puppet/ModulePages/Crashes.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,12 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Contoso.MacOS.Puppet.ModulePages
{
// Should subclass AppKit.NSView
[Foundation.Register("Crashes")]
public partial class Crashes
{
}
}

Просмотреть файл

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
<data>
<int key="IBDocument.SystemTarget">1060</int>
<string key="IBDocument.SystemVersion">10D573</string>
<string key="IBDocument.InterfaceBuilderVersion">762</string>
<string key="IBDocument.AppKitVersion">1038.29</string>
<string key="IBDocument.HIToolboxVersion">460.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">762</string>
</object>
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
<bool key="EncodedWithXMLCoder">YES</bool>
<integer value="4"/>
</object>
<object class="NSArray" key="IBDocument.PluginDependencies">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</object>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys" id="0">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
</object>
<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSCustomObject" id="1001">
<string key="NSClassName">CrashesController</string>
</object>
<object class="NSCustomObject" id="1003">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="1004">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSCustomView" id="159381209">
<reference key="NSNextResponder"/>
<int key="NSvFlags">268</int>
<string key="NSFrameSize">{470, 296}</string>
<reference key="NSSuperview"/>
<string key="NSClassName">Crashes</string>
</object>
</object>
<object class="IBObjectContainer" key="IBDocument.Objects">
<object class="NSMutableArray" key="connectionRecords">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">view</string>
<reference key="source" ref="1001"/>
<reference key="destination" ref="159381209"/>
</object>
<int key="connectionID">17</int>
</object>
</object>
<object class="IBMutableOrderedSet" key="objectRecords">
<object class="NSArray" key="orderedObjects">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBObjectRecord">
<int key="objectID">0</int>
<reference key="object" ref="0"/>
<reference key="children" ref="1000"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="1001"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="1003"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="1004"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">4</int>
<reference key="object" ref="159381209"/>
<object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
<reference key="parent" ref="0"/>
</object>
</object>
</object>
<object class="NSMutableDictionary" key="flattenedProperties">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>-1.IBPluginDependency</string>
<string>-2.IBPluginDependency</string>
<string>-3.IBPluginDependency</string>
<string>4.IBEditorWindowLastContentRect</string>
<string>4.IBPluginDependency</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>{{380, 424}, {470, 296}}</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</object>
</object>
<object class="NSMutableDictionary" key="unlocalizedProperties">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference key="dict.sortedKeys" ref="0"/>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
</object>
<nil key="activeLocalization"/>
<object class="NSMutableDictionary" key="localizations">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference key="dict.sortedKeys" ref="0"/>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
</object>
</object>
<nil key="sourceID"/>
<int key="maxID">17</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBPartialClassDescription">
<string key="className">Crashes</string>
<string key="superclassName">NSView</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBUserSource</string>
<string key="minorKey"/>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">CrashesController</string>
<string key="superclassName">NSViewController</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBUserSource</string>
<string key="minorKey"/>
</object>
</object>
</object>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
<integer value="3000" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<nil key="IBDocument.LastKnownRelativeProjectPath"/>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
</data>
</archive>

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше