Skip to content

Commit

Permalink
[MB-1917] Updated dependencies, CHANGELOG, README and screenshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcrowell committed Sep 20, 2016
1 parent 2b45448 commit 8362a32
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Assets/UrbanAirship/Editor/UAPostBuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ private static void UpdatePbxProject(string projectPath, string buildPath)
"UIKit.framework",
"CoreTelephony.framework",
"CoreLocation.framework",
"CoreData.framework"
"CoreData.framework",
"UserNotifications.framework"
};

string[] targets = {
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UA Unity ChangeLog

Version 3.0.0 - September 20, 2016
==================================
- Updated Urban Airship iOS Library to 8.0.1 (requires Xcode 8 and link binary with `UserNotifications.framework`)
- Updated Urban Airship iOS Library to 8.0.1 (requires Xcode 8)
- Updated Urban Airship Android library to 8.0.1 (requires android MinSdkVersion = 16)

Version 2.3.0 - June 24, 2016
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Code Contribution Agreement (http://docs.urbanairship.com/contribution-agreement

### Requirements
- Unity 5
- iOS - Xcode 8+ for iOS and Link Binary with `UserNotifications.framework`
- iOS - Xcode 8+ for iOS
- Android - Android SDK installed and updated (require Android MinSdkVersion = 16)

### Resources:
Expand All @@ -36,3 +36,8 @@ To build the plugin from source, do the following:

Docs will be available in `docs/build/html` and a unitypackage will be created in `build/`. If an error occurs, the unity.log
file is available in the build directory.

#### iOS
Enable Push Notifications in the project editor's Capabilities pane:

![Alt text](unity-enable-push.png?raw=true "Enable Push Notifications")
3 changes: 3 additions & 0 deletions android-plugin-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.urbanairship:urbanairship-sdk:+@aar'
compile 'com.android.support:support-v4:24.2.0'
compile 'com.android.support:cardview-v7:24.2.0'
compile 'com.android.support:support-annotations:24.2.0'
compile 'com.google.android.gms:play-services-gcm:9.4.0'
compile 'com.google.android.gms:play-services-location:9.4.0'
}

task copyUnityClassesJar() {
Expand Down
Binary file added unity-enable-push.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8362a32

Please sign in to comment.