-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releasing Xamarin Bindings version 1.6.0
- Loading branch information
Showing
262 changed files
with
2,124 additions
and
836 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
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 |
---|---|---|
|
@@ -23,10 +23,6 @@ contains: | |
- nuget: Nuspec files for our Xamarin Nuget packages. | ||
- component: this contains the information required generate the Xamarin component found in the component store. Note that Braze Xamarin SDK `v1.5.0` is the last version to receive a Xamarin component store release. Future releases will be released to Nuget and the open source repo only. | ||
|
||
## Version Support | ||
|
||
The Android SDK supports Android 4.0+ (Ice Cream Sandwich and up). The iOS SDK supports iOS 8.0+. | ||
|
||
## Questions? | ||
|
||
If you have questions, please contact [[email protected]](mailto:[email protected]). |
Binary file modified
BIN
-812 KB
(49%)
appboy-component/lib/android/AppboyPlatform.AndroidBinding.dll
Binary file not shown.
Binary file modified
BIN
-115 KB
(58%)
appboy-component/lib/android/AppboyPlatform.AndroidBinding.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+2.48 MB
(120%)
appboy-component/lib/ios-unified/AppboyPlatformXamariniOSBinding.dll
Binary file not shown.
Binary file modified
BIN
+3.92 KB
(110%)
appboy-component/lib/ios-unified/AppboyPlatformXamariniOSBinding.pdb
Binary file not shown.
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
11 changes: 5 additions & 6 deletions
11
appboy-component/samples/android/TestApp.XamarinAndroid/Properties/AndroidManifest.xml
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,17 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.appboy.xamarinsample"> | ||
<uses-sdk android:minSdkVersion="14" /> | ||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="27" /> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
<application android:label="TestApp.XamarinAndroid" android:icon="@drawable/icon"> | ||
<receiver android:name="com.appboy.AppboyGcmReceiver" android:permission="com.google.android.c2dm.permission.SEND"> | ||
<receiver android:name="com.appboy.AppboyFcmReceiver" android:permission="com.google.android.c2dm.permission.SEND"> | ||
<intent-filter> | ||
<action android:name="com.google.android.c2dm.intent.RECEIVE" /> | ||
<action android:name="com.google.android.c2dm.intent.REGISTRATION" /> | ||
<category android:name="com.appboy.xamarinsample" /> | ||
</intent-filter> | ||
</receiver> | ||
<activity android:name="com.appboy.ui.AppboyWebViewActivity"/> | ||
<activity android:name="com.appboy.ui.activities.AppboyFeedActivity"/> | ||
<activity android:name="com.appboy.ui.AppboyWebViewActivity" /> | ||
<activity android:name="com.appboy.ui.activities.AppboyFeedActivity" /> | ||
</application> | ||
</manifest> | ||
</manifest> |
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.