-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #482 from realm/ad/release/0.74.1
Ad/release/0.74.1
- Loading branch information
Showing
38 changed files
with
227 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Weavers xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
<RealmWeaver xdt:Transform="Insert"/> | ||
</Weavers> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Weavers xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
<RealmWeaver xdt:Transform="Remove" xdt:Locator="Match(name)"/> | ||
</Weavers> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<AndroidNativeLibrary Include="$(SolutionDir)packages/Realm.0.74.0/lib/MonoAndroid44/armeabi-v7a/libwrappers.so"> | ||
<Link>$(SolutionDir)packages/Realm.0.74.0/lib/MonoAndroid44/armeabi-v7a/libwrappers.so</Link> | ||
</AndroidNativeLibrary> | ||
<AndroidNativeLibrary Include="$(SolutionDir)packages/Realm.0.74.0/lib/MonoAndroid44/x86/libwrappers.so"> | ||
<Link>$(SolutionDir)packages/Realm.0.74.0/lib/MonoAndroid44/x86/libwrappers.so</Link> | ||
</AndroidNativeLibrary> | ||
<!-- 64bit --> | ||
<AndroidNativeLibrary Include="$(SolutionDir)packages/Realm.0.74.0/lib/MonoAndroid44/arm64-v8a/libwrappers.so"> | ||
<Link>$(SolutionDir)packages/Realm.0.74.0/lib/MonoAndroid44/arm64-v8a/libwrappers.so</Link> | ||
</AndroidNativeLibrary> | ||
<AndroidNativeLibrary Include="$(SolutionDir)packages/Realm.0.74.0/lib/MonoAndroid44/x86_64/libwrappers.so"> | ||
<Link>$(SolutionDir)packages/Realm.0.74.0/lib/MonoAndroid44/x86_64/libwrappers.so</Link> | ||
</AndroidNativeLibrary> | ||
<!-- Puts a copy of RealmWeaver.Fody.dll where it will be found by Fody --> | ||
<Target Name="CopyRealmWeaver" BeforeTargets="FodyTarget"> | ||
<Message Text="CopyRealmWeaver" /> | ||
<Copy SourceFiles="$(SolutionDir)packages/Realm.0.74.1/tools/RealmWeaver.Fody.dll" DestinationFolder="$(SolutionDir)/Tools" /> | ||
</Target> | ||
<ItemGroup> | ||
<None Include="FodyWeavers.xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<AndroidNativeLibrary Include="$(SolutionDir)packages/Realm.0.74.1/lib/MonoAndroid44/armeabi-v7a/libwrappers.so"> | ||
<Link>$(SolutionDir)packages/Realm.0.74.1/lib/MonoAndroid44/armeabi-v7a/libwrappers.so</Link> | ||
</AndroidNativeLibrary> | ||
<AndroidNativeLibrary Include="$(SolutionDir)packages/Realm.0.74.1/lib/MonoAndroid44/x86/libwrappers.so"> | ||
<Link>$(SolutionDir)packages/Realm.0.74.1/lib/MonoAndroid44/x86/libwrappers.so</Link> | ||
</AndroidNativeLibrary> | ||
<!-- 64bit --> | ||
<AndroidNativeLibrary Include="$(SolutionDir)packages/Realm.0.74.1/lib/MonoAndroid44/arm64-v8a/libwrappers.so"> | ||
<Link>$(SolutionDir)packages/Realm.0.74.1/lib/MonoAndroid44/arm64-v8a/libwrappers.so</Link> | ||
</AndroidNativeLibrary> | ||
<AndroidNativeLibrary Include="$(SolutionDir)packages/Realm.0.74.1/lib/MonoAndroid44/x86_64/libwrappers.so"> | ||
<Link>$(SolutionDir)packages/Realm.0.74.1/lib/MonoAndroid44/x86_64/libwrappers.so</Link> | ||
</AndroidNativeLibrary> | ||
</ItemGroup> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.