Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
2945ca0
Initial port of iOS sample
Sep 29, 2020
a8a7887
Remove dependency on dotnet.sh and MonoAotCompiler
Sep 29, 2020
5455b45
Remove reference to in-tree runtime pack
Sep 29, 2020
7d20c40
Modify path to mobile.tasks
Sep 29, 2020
4b5e9cb
Directly reference TargetFramework
Sep 29, 2020
c5d22c7
Modify AppleAppBuilder config
Sep 29, 2020
e87abe0
Use forward slash in paths
Sep 29, 2020
6badecd
Remove in-tree runtime pack reference
Sep 29, 2020
06d67cd
Add TargetArch remove MNCARPD
Sep 29, 2020
33b7058
Add NuGet and BuildAppBundle after publish
Sep 29, 2020
4a62af7
Minimal working sample
Sep 30, 2020
894f033
Modify sample to rely on nuget package instead
Oct 1, 2020
a59c56d
Remove Debugging target
Oct 1, 2020
93017d7
Add iOS sample nuget package
Oct 5, 2020
2bf168f
Add custom UI file
Oct 13, 2020
dbfda59
Clean up project file
Oct 13, 2020
b1805b3
Update iOS sample Auto Layout
Oct 14, 2020
2ad509f
Add action replace iOS with name
Oct 14, 2020
17e9c1c
Touch up string replacement
Oct 14, 2020
9dbdfd7
Add mono readme and iOS specific readme
Oct 15, 2020
49691c4
Update assembly target version
Oct 19, 2020
93683dd
Clean up README
Oct 19, 2020
0d3b5b8
Clean up notes in README
Oct 19, 2020
be096f1
Add brackets around bare url in README
Oct 19, 2020
08f2cf7
Remove trailing space and add blank line around list
Oct 19, 2020
5947c52
Reference dotnet6 NuGet feed
Oct 20, 2020
c9b2820
Remove nuget local repositoryPath
Oct 20, 2020
2d79b0a
Reword header for clarification
Oct 20, 2020
a31b034
Fix nupkg version match
Oct 20, 2020
228d185
Use PropertyPath instead of NuGetPackageRoot
Oct 20, 2020
c6c11eb
Remove unnecessary dependencies
Oct 20, 2020
54c640e
Add softcode for runtime identifier
Oct 20, 2020
1ee0239
Touch up README
Oct 20, 2020
35558ad
Add build of dotnet sdk to prereqs
Oct 20, 2020
2c3b026
Override with .NET 6 SDK
Oct 21, 2020
b1b4658
Fix dotnet version and add installation instructions
Nov 2, 2020
2bb0b00
Update target framework to target net6.0
Nov 2, 2020
f338c17
Remove handlers and MonoPInvoke Attribute
Nov 2, 2020
590a8bb
Move TargetArchitecture to project scope
Nov 3, 2020
813b970
Rename Program to iOSSampleApp and trim assemblies
Nov 11, 2020
cfaa203
Minor fixes; pulled prereqs into sample readme
adegeo Nov 11, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update assembly target version
  • Loading branch information
Mitchell Hwang committed Oct 29, 2020
commit 49691c41891269d3884275e172fea003bf99bc77
2 changes: 1 addition & 1 deletion core/mono-samples/iOS/Program.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<UsingTask TaskName="AppleAppBuilderTask"
AssemblyFile="$(NuGetPackageRoot)microsoft.net.runtime.ios.sample.mono/6.0.0-dev/tools/net5.0/AppleAppBuilder.dll" />
AssemblyFile="$(NuGetPackageRoot)microsoft.net.runtime.ios.sample.mono/6.0.0-dev/tools/net6.0/AppleAppBuilder.dll" />

<Target Name="BuildAppBundle" AfterTargets="CopyFilesToPublishDirectory;Publish;BuildAppleAppBuilder">
<PropertyGroup>
Expand Down