Skip to content

Commit

Permalink
Added App code
Browse files Browse the repository at this point in the history
  • Loading branch information
Release-Candidate committed Apr 7, 2021
1 parent 6e5bd4c commit 45b5bc0
Show file tree
Hide file tree
Showing 11 changed files with 330 additions and 137 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ See page [Contributing](https://tzolkin.readthedocs.io/en/latest/contributing/)

## License

All content of Tzolkin is licensed under the MIT license, see file [LICENSE](https://github.com/Release-Candidate/Tzolkin/blob/main/LICENSE).
All content except some images of Tzolkin is licensed under the MIT license, see file [LICENSE](https://github.com/Release-Candidate/Tzolkin/blob/main/LICENSE).
Some images are licensed under the [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/), see file [LICENSE_IMAGES.md](./LICENSE_IMAGES.md) for details.

## Badges

Expand Down
122 changes: 122 additions & 0 deletions Tzolkin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,56 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TestTzolkin", "tests\TestTz
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TzolkinDate", "src\TzolkinDate\TzolkinDate.fsproj", "{88DACF37-9259-4CAB-A3F7-5761CB35906E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C411083C-1D4C-4753-AB17-835AF63985F5}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.readthedocs.yaml = .readthedocs.yaml
build.fsx = build.fsx
CHANGELOG.md = CHANGELOG.md
fake.cmd = fake.cmd
fake.sh = fake.sh
LICENSE = LICENSE
mkdocs.yml = mkdocs.yml
Pipfile = Pipfile
postBuild = postBuild
README.md = README.md
run_sharplint.bat = run_sharplint.bat
run_sharplint.sh = run_sharplint.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C0448E6D-F374-45E9-A37C-2C596643F99D}"
ProjectSection(SolutionItems) = preProject
docs\contributing.md = docs\contributing.md
docs\index.md = docs\index.md
docs\license.md = docs\license.md
docs\requirements.txt = docs\requirements.txt
docs\usage.md = docs\usage.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{EA6A6722-8FF9-44D0-8A40-DCC5EC60F557}"
ProjectSection(SolutionItems) = preProject
.github\workflows\create_packages.yml = .github\workflows\create_packages.yml
.github\workflows\fsharplint.yml = .github\workflows\fsharplint.yml
.github\workflows\linux.yml = .github\workflows\linux.yml
.github\workflows\linux_test.yml = .github\workflows\linux_test.yml
.github\workflows\osx.yml = .github\workflows\osx.yml
.github\workflows\osx_test.yml = .github\workflows\osx_test.yml
.github\workflows\windows.yml = .github\workflows\windows.yml
.github\workflows\windows_test.yml = .github\workflows\windows_test.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{16744CD7-95E7-44F7-9615-E1BFBED09227}"
ProjectSection(SolutionItems) = preProject
scripts\get_changelog.sh = scripts\get_changelog.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "issue templates", "issue templates", "{E2EB7E61-B546-4661-9A0B-E576FA98BCEF}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.md = .github\ISSUE_TEMPLATE\bug_report.md
.github\ISSUE_TEMPLATE\feature_request.md = .github\ISSUE_TEMPLATE\feature_request.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Expand All @@ -26,6 +76,12 @@ Global
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Ad-Hoc|x64 = Ad-Hoc|x64
Ad-Hoc|x86 = Ad-Hoc|x86
APK Release|Any CPU = APK Release|Any CPU
APK Release|ARM = APK Release|ARM
APK Release|iPhone = APK Release|iPhone
APK Release|iPhoneSimulator = APK Release|iPhoneSimulator
APK Release|x64 = APK Release|x64
APK Release|x86 = APK Release|x86
AppStore|Any CPU = AppStore|Any CPU
AppStore|ARM = AppStore|ARM
AppStore|iPhone = AppStore|iPhone
Expand Down Expand Up @@ -58,6 +114,18 @@ Global
{6EE96C5C-3777-4E75-A69D-298668A430E1}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|Any CPU.ActiveCfg = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|Any CPU.Build.0 = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|ARM.ActiveCfg = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|ARM.Build.0 = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|iPhone.ActiveCfg = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|iPhone.Build.0 = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|iPhoneSimulator.ActiveCfg = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|iPhoneSimulator.Build.0 = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|x64.ActiveCfg = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|x64.Build.0 = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|x86.ActiveCfg = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.APK Release|x86.Build.0 = Release APK|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{6EE96C5C-3777-4E75-A69D-298668A430E1}.AppStore|ARM.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -106,6 +174,24 @@ Global
{280DCF60-1969-4184-9680-5CBA108A8FF6}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|Any CPU.ActiveCfg = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|Any CPU.Build.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|Any CPU.Deploy.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|ARM.ActiveCfg = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|ARM.Build.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|ARM.Deploy.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|iPhone.ActiveCfg = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|iPhone.Build.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|iPhone.Deploy.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|iPhoneSimulator.ActiveCfg = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|iPhoneSimulator.Build.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|iPhoneSimulator.Deploy.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|x64.ActiveCfg = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|x64.Build.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|x64.Deploy.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|x86.ActiveCfg = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|x86.Build.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.APK Release|x86.Deploy.0 = Release APK|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.AppStore|Any CPU.Build.0 = Release|Any CPU
{280DCF60-1969-4184-9680-5CBA108A8FF6}.AppStore|ARM.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -152,6 +238,12 @@ Global
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.APK Release|Any CPU.ActiveCfg = Release APK|iPhoneSimulator
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.APK Release|ARM.ActiveCfg = Release APK|iPhoneSimulator
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.APK Release|iPhone.ActiveCfg = Release APK|iPhone
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.APK Release|iPhoneSimulator.ActiveCfg = Release APK|iPhoneSimulator
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.APK Release|x64.ActiveCfg = Release APK|iPhoneSimulator
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.APK Release|x86.ActiveCfg = Release APK|iPhoneSimulator
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.AppStore|ARM.ActiveCfg = AppStore|iPhone
{19DDCAB5-DCF6-4EE4-A343-1085C50BDD57}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
Expand Down Expand Up @@ -188,6 +280,18 @@ Global
{CE7FBF66-014F-484E-9A1F-4C101C688708}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|Any CPU.ActiveCfg = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|Any CPU.Build.0 = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|ARM.ActiveCfg = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|ARM.Build.0 = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|iPhone.ActiveCfg = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|iPhone.Build.0 = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|iPhoneSimulator.ActiveCfg = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|iPhoneSimulator.Build.0 = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|x64.ActiveCfg = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|x64.Build.0 = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|x86.ActiveCfg = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.APK Release|x86.Build.0 = Release APK|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{CE7FBF66-014F-484E-9A1F-4C101C688708}.AppStore|ARM.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -236,6 +340,18 @@ Global
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|Any CPU.ActiveCfg = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|Any CPU.Build.0 = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|ARM.ActiveCfg = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|ARM.Build.0 = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|iPhone.ActiveCfg = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|iPhone.Build.0 = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|iPhoneSimulator.ActiveCfg = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|iPhoneSimulator.Build.0 = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|x64.ActiveCfg = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|x64.Build.0 = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|x86.ActiveCfg = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.APK Release|x86.Build.0 = Release APK|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{88DACF37-9259-4CAB-A3F7-5761CB35906E}.AppStore|ARM.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -276,6 +392,12 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C0448E6D-F374-45E9-A37C-2C596643F99D} = {C411083C-1D4C-4753-AB17-835AF63985F5}
{EA6A6722-8FF9-44D0-8A40-DCC5EC60F557} = {C411083C-1D4C-4753-AB17-835AF63985F5}
{16744CD7-95E7-44F7-9615-E1BFBED09227} = {C411083C-1D4C-4753-AB17-835AF63985F5}
{E2EB7E61-B546-4661-9A0B-E576FA98BCEF} = {EA6A6722-8FF9-44D0-8A40-DCC5EC60F557}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6D05029-56B8-4E45-AF2D-0E76295DDBA2}
EndGlobalSection
Expand Down
8 changes: 6 additions & 2 deletions src/Tzolkin.Android/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ type Resources = Tzolkin.Android.Resource
[<assembly: AssemblyVersion("1.0.0.0")>]
[<assembly: AssemblyFileVersion("1.0.0.0")>]

#if DEBUG
[<assembly: Application(Debuggable = true)>]
#else
[<assembly: Application(Debuggable = false)>]
#endif

// Add some common permissions, these can be removed if not needed
[<assembly: UsesPermission(Android.Manifest.Permission.Internet)>]
[<assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)>]
do ()
2 changes: 1 addition & 1 deletion src/Tzolkin.Android/MainActivity.fs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type MainActivity() =
base.OnCreate(bundle)
Xamarin.Essentials.Platform.Init(this, bundle)
Xamarin.Forms.Forms.Init(this, bundle)
this.LoadApplication(App())
this.LoadApplication(TzolkinApp.App())

override this.OnRequestPermissionsResult
(
Expand Down
4 changes: 2 additions & 2 deletions src/Tzolkin.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.RC.Tzolkin" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="4" android:versionName="0.9.4" package="com.RC.Tzolkin" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="Tzolkin.Android"></application>
<application android:label="Tzolkin" android:icon="@drawable/icon"></application>
</manifest>
40 changes: 39 additions & 1 deletion src/Tzolkin.Android/Tzolkin.Android.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<AndroidLinkMode>None</AndroidLinkMode>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<SelectedDevice>pixel_2_nougat_7_0_-_api_24</SelectedDevice>
<ActiveDebugProfile>pixel_2_nougat_7_0_-_api_24</ActiveDebugProfile>
<DefaultDevice>pixel_2_nougat_7_0_-_api_24</DefaultDevice>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -60,8 +63,43 @@
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<BundleAssemblies>false</BundleAssemblies>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
<AndroidLinkMode>Full</AndroidLinkMode>
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
<MandroidI18n />
<AndroidPackageFormat>aab</AndroidPackageFormat>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi>
<AndroidSupportedAbis />
<AndroidKeyStore>true</AndroidKeyStore>
<AndroidSigningKeyStore>C:\Users\RC\Documents\texte\android_keystore\android_keystore.jks</AndroidSigningKeyStore>
<AndroidSigningKeyAlias>upload</AndroidSigningKeyAlias>
<AndroidSigningStorePass>SUEVVWi2lDz0QvS4WVRI</AndroidSigningStorePass>
<AndroidSigningKeyPass>U4HmqYD77xW3MWweVOea</AndroidSigningKeyPass>
<AndroidLinkTool>r8</AndroidLinkTool>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release APK|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineConstants />
<ErrorReport>prompt</ErrorReport>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<GenerateTailCalls>true</GenerateTailCalls>
<PlatformTarget />
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<BundleAssemblies>false</BundleAssemblies>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
<MandroidI18n />
<AndroidPackageFormat>apk</AndroidPackageFormat>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi>
<AndroidLinkTool>r8</AndroidLinkTool>
<AndroidSupportedAbis />
<AndroidKeyStore>false</AndroidKeyStore>
<OutputPath>bin\Release APK\</OutputPath>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.FSharp.targets" />
<Import Project="..\packages\Xamarin.AndroidX.MultiDex.2.0.1.1\build\monoandroid90\Xamarin.AndroidX.MultiDex.targets" Condition="Exists('..\packages\Xamarin.AndroidX.MultiDex.2.0.1.1\build\monoandroid90\Xamarin.AndroidX.MultiDex.targets')" />
Expand Down
21 changes: 21 additions & 0 deletions src/Tzolkin.iOS/Tzolkin.iOS.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,27 @@
<CodesignKey>iPhone Distribution</CodesignKey>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release APK|iPhoneSimulator' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchLink>None</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
<ConsolePause>false</ConsolePause>
<OutputPath>bin\Release APK\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release APK|iPhone' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>ARM64</MtouchArch>
<ConsolePause>false</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<OutputPath>bin\Release APK\</OutputPath>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.FSharp.targets" Condition="Exists('$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.FSharp.targets')" />
<Import Project="..\packages\Xamarin.Forms.5.0.0.1874\build\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.5.0.0.1874\build\Xamarin.Forms.targets')" />
<ItemGroup>
Expand Down

0 comments on commit 45b5bc0

Please sign in to comment.