xamarin/embedded-frameworks

Name: embedded-frameworks

Owner: Xamarin

Description: null

Created: 2015-08-26 16:49:28.0

Updated: 2018-02-02 04:01:17.0

Pushed: 2015-05-25 10:22:39.0

Homepage: null

Size: 176

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Test applications for embedded frameworks in Xamarin.iOS

embedded-framework (MyFramework.framework)

This is a sample Objective-C framework (MyFramework.framework), used by other projects. This can be rebuilt by simply executing make, although the binary is also checked in for easy consumption.

simpleapp

This is a single app with one extension, to demonstrate how Mono.framework is embedded inside the app bundle and used by both the extension and the main app.

simpleapp-with-framework

This is the same app as 'simpleapp' from above, with a binding project that binds the MyFramework.framework, which is used in both the extension and the main app.

simpleapp-with-nativereferences

This is the same app as 'simpleapp' from above, now including MyFramework.framework using the Native Reference support in the project files (in both the extension and the container app).

hugeapp

This is an app with all possible extensions. This can be used to see how much space is saved when Xamarin.iOS embeds the Mono runtime as a framework once, instead of linking it statically into every binary.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.