Skip to content

Commit

Permalink
Fix namespace conflicts + PLib whining
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Aug 8, 2014
1 parent c86a026 commit 37ea44a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

// Note: This class file is *required* for iOS to work correctly, and is
// also a good idea for Android if you enable "Link All Assemblies".
namespace WorkaroundAssemblyEarlyLoadingAndPreventLinkerStripping
namespace $rootnamespace$
{
[Preserve]
public static class LinkerPreserve
{
static LinkerPreserve()
{
Console.WriteLine(typeof(SQLitePersistentBlobCache));
throw new Exception(typeof(SQLitePersistentBlobCache).FullName);
}
}

Expand Down

0 comments on commit 37ea44a

Please sign in to comment.