[mono] Add iOS sample (AOT, arm64) (#33633)
authorEgor Bogatov <egorbo@gmail.com>
Wed, 18 Mar 2020 20:51:47 +0000 (23:51 +0300)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 20:51:47 +0000 (23:51 +0300)
commit67d1cb6362a0f55eb66c3115add8eacd92ff1114
tree389c0b4e1ccf7f7a98721f77a924540c9be06ce9
parentbe96b18de04bb0da444657c18c53e52ea38e4d73
[mono] Add iOS sample (AOT, arm64) (#33633)

* Add iOS sample
src/mono/netcore/sample/iOS/.gitignore [new file with mode: 0644]
src/mono/netcore/sample/iOS/CMakeLists.txt [new file with mode: 0644]
src/mono/netcore/sample/iOS/Makefile [new file with mode: 0644]
src/mono/netcore/sample/iOS/Plist.in [new file with mode: 0644]
src/mono/netcore/sample/iOS/Program.cs [new file with mode: 0644]
src/mono/netcore/sample/iOS/Program.csproj [new file with mode: 0644]
src/mono/netcore/sample/iOS/main.m [new file with mode: 0644]
src/mono/netcore/sample/iOS/runtime.h [new file with mode: 0644]
src/mono/netcore/sample/iOS/runtime.m [new file with mode: 0644]